-
Packages that use QueueEntryStatus 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 QueueEntryStatus in com.filenet.api.admin
Methods in com.filenet.api.admin that return QueueEntryStatus Modifier and Type Method and Description QueueEntryStatusCmAbstractQueueEntry. get_QueueEntryStatus()Returns the value of the QueueEntryStatus property. -
Uses of QueueEntryStatus in com.filenet.api.constants
Fields in com.filenet.api.constants declared as QueueEntryStatus Modifier and Type Field and Description static QueueEntryStatusQueueEntryStatus. FAILEDIndicates that the operation failed on the queue item.static QueueEntryStatusQueueEntryStatus. IN_PROGRESSIndicates that the operation is in progress.static QueueEntryStatusQueueEntryStatus. RETRY_WAITIndicates that the operation failed and is being retried on the queue item.static QueueEntryStatusQueueEntryStatus. WAITINGIndicates that the operation has not started on the queue item.Methods in com.filenet.api.constants that return QueueEntryStatus Modifier and Type Method and Description static QueueEntryStatusQueueEntryStatus. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-