-
Packages that use IndexRequestStatus 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 IndexRequestStatus in com.filenet.api.admin
Methods in com.filenet.api.admin that return IndexRequestStatus Modifier and Type Method and Description IndexRequestStatusCmIndexRequest. get_IndexRequestStatus()Returns the value of the IndexRequestStatus property.Methods in com.filenet.api.admin with parameters of type IndexRequestStatus Modifier and Type Method and Description voidCmIndexRequest. set_IndexRequestStatus(IndexRequestStatus value)Sets the value of the IndexRequestStatus property. -
Uses of IndexRequestStatus in com.filenet.api.constants
Fields in com.filenet.api.constants declared as IndexRequestStatus Modifier and Type Field and Description static IndexRequestStatusIndexRequestStatus. IN_PROGRESSIndicates the index request is currently in progress.static IndexRequestStatusIndexRequestStatus. NOT_STARTEDIndicates the index request has not yet started.static IndexRequestStatusIndexRequestStatus. PAUSEDIndicates the index request is paused.Methods in com.filenet.api.constants that return IndexRequestStatus Modifier and Type Method and Description static IndexRequestStatusIndexRequestStatus. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-