FileNet Content Services
Java Connector v3.0

Uses of Class
com.filenet.wcm.api.PublishRequestStatus

Packages that use PublishRequestStatus
com.filenet.wcm.api This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. 
 

Uses of PublishRequestStatus in com.filenet.wcm.api
 

Fields in com.filenet.wcm.api declared as PublishRequestStatus
static PublishRequestStatus PublishRequestStatus.inQueue
          Value of 1; specifies that the request has not yet been processed by an engine.
static PublishRequestStatus PublishRequestStatus.inWork
          Value of 2; specifies that the request is currently being processed by an engine.
static PublishRequestStatus PublishRequestStatus.inError
          Value of 3; specifies that the request was unsuccessfully processed by an engine.
static PublishRequestStatus PublishRequestStatus.complete
          Value of 4; for a request returned from a publish operation in which no transform is involved, specifies that the processing operation is complete.
static PublishRequestStatus PublishRequestStatus.deleting
          Value of 5; specifies that the request is pending deletion.
 

Methods in com.filenet.wcm.api that return PublishRequestStatus
static PublishRequestStatus PublishRequestStatus.fromInt(int choice)
          Returns the PublishRequestStatus object from the specified integer value.
 


FileNet Content Services
Java Connector v3.0