-
Packages that use ResourceStatus Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. -
-
Uses of ResourceStatus in com.filenet.api.admin
Methods in com.filenet.api.admin that return ResourceStatus Modifier and Type Method and Description ResourceStatusStorageArea. get_ResourceStatus()Returns the value of the ResourceStatus property.ResourceStatusIndexArea. get_ResourceStatus()Returns the value of the ResourceStatus property.ResourceStatusCmTextSearchIndex. get_ResourceStatus()Returns the value of the ResourceStatus property.ResourceStatusCmElasticSearchIndex. get_ResourceStatus()Open, closed, full, or standby statusMethods in com.filenet.api.admin with parameters of type ResourceStatus Modifier and Type Method and Description voidStorageArea. set_ResourceStatus(ResourceStatus value)Sets the value of the ResourceStatus property.voidIndexArea. set_ResourceStatus(ResourceStatus value)Sets the value of the ResourceStatus property.voidCmTextSearchIndex. set_ResourceStatus(ResourceStatus value)Sets the value of the ResourceStatus property.voidCmElasticSearchIndex. set_ResourceStatus(ResourceStatus value)Open, closed, full, or standby status Settability Restrictions: None. -
Uses of ResourceStatus in com.filenet.api.constants
Fields in com.filenet.api.constants declared as ResourceStatus Modifier and Type Field and Description static ResourceStatusResourceStatus. CLOSEDSpecifies that the index area, index, or storage area is no longer accepting new content.static ResourceStatusResourceStatus. FULLSpecifies that the index area, index, or storage area has reached its configured capacity and is no longer accepting new content.static ResourceStatusResourceStatus. OPENSpecifies that the index area, index, or storage area is accepting new content.static ResourceStatusResourceStatus. STANDBYSpecifies that the index area, index, or storage area is not currently accepting new content, but can be brought into an open state.static ResourceStatusResourceStatus. UNAVAILABLESpecifies that the index is permanently unavailable for searching and indexing.Methods in com.filenet.api.constants that return ResourceStatus Modifier and Type Method and Description static ResourceStatusResourceStatus. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-