|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.api.PublishRequestStatus
The PublishRequestStatus
class indicates the status of a
publish request. Its constants are the values stored in the PublishRequest
object's Status property.
Field Summary | |
static 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 |
deleting
Value of 5; specifies that the request is pending deletion. |
static PublishRequestStatus |
inError
Value of 3; specifies that the request was unsuccessfully processed by an engine. |
static PublishRequestStatus |
inQueue
Value of 1; specifies that the request has not yet been processed by an engine. |
static PublishRequestStatus |
inWork
Value of 2; specifies that the request is currently being processed by an engine. |
Method Summary | |
int |
asInt()
Returns the PublishRequestStatus as an integer. |
static PublishRequestStatus |
fromInt(int choice)
Returns the PublishRequestStatus object from the
specified integer value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final PublishRequestStatus inQueue
public static final PublishRequestStatus inWork
public static final PublishRequestStatus inError
public static final PublishRequestStatus complete
public static final PublishRequestStatus deleting
Method Detail |
public static PublishRequestStatus fromInt(int choice)
PublishRequestStatus
object from the
specified integer value.
public int asInt()
PublishRequestStatus
as an integer.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |