Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.publishing |
Provides interfaces related to publishing.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PublishingStatus |
PublishingStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
PublishingStatus |
PublishRequest.get_PublishingStatus()
Returns the value of the PublishingStatus property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.