Uses of Class
com.filenet.api.constants.PublishingStatus

Packages that use PublishingStatus
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
com.filenet.api.publishing Provides interfaces related to publishing. 
 

Uses of PublishingStatus in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as PublishingStatus
static PublishingStatus PublishingStatus.PUBLISHING_COMPLETE
          Specifies that the request has been successfully processed.
static PublishingStatus PublishingStatus.PUBLISHING_DELETING
          Specifies that the request is pending deletion.
static PublishingStatus PublishingStatus.PUBLISHING_IN_ERROR
          Specifies that the request was unsuccessfully processed.
static PublishingStatus PublishingStatus.PUBLISHING_IN_QUEUE
          Specifies that the request has not yet been processed.
static PublishingStatus PublishingStatus.PUBLISHING_IN_WORK
          Specifies that the request is currently being processed.
 

Methods in com.filenet.api.constants that return PublishingStatus
static PublishingStatus PublishingStatus.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 

Uses of PublishingStatus in com.filenet.api.publishing
 

Methods in com.filenet.api.publishing that return PublishingStatus
 PublishingStatus PublishRequest.get_PublishingStatus()
          Returns the value of the PublishingStatus property.
 



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