com.filenet.api.admin

Interface CmElasticSearchIndex

    • Method Detail

      • get_Id

        Id get_Id()
        The unique object ID.
      • get_DateCreated

        java.util.Date get_DateCreated()
        The date and time this object was created.
      • get_BaseClassIds

        IdList get_BaseClassIds()
        The base classes associated with this collection.
      • set_BaseClassIds

        void set_BaseClassIds(IdList value)
        The base classes associated with this collection. Settability Restrictions: None.
      • get_IndexName

        java.lang.String get_IndexName()
        The name of the index
      • get_ResourceStatus

        ResourceStatus get_ResourceStatus()
        Open, closed, full, or standby status
      • set_ResourceStatus

        void set_ResourceStatus(ResourceStatus value)
        Open, closed, full, or standby status Settability Restrictions: None.
      • get_IndexSizeKbytes

        java.lang.Double get_IndexSizeKbytes()
        The size in KB of the full text Index
      • get_IndexedObjectCount

        java.lang.Double get_IndexedObjectCount()
        The number of objects in this full text index
      • get_IndexingStatus

        IndexingStatus get_IndexingStatus()
        The status of indexing for the full text index.

© Copyright IBM Corporation 2006, 2019. All rights reserved.