|
Oracle BPEL Process Manager Client API Reference 10g Release 2 (10.1.2) B25709-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.oracle.bpel.client.AbstractIdentifier
com.oracle.bpel.client.BPELProcessId
com.oracle.bpel.client.BPELProcessRevisionInfo
This class contains revision information for a deployed BPEL process; current state for the process and deployment information are available.
Constructor Summary | |
BPELProcessRevisionInfo(java.lang.String domainId, java.lang.String processId, java.lang.String revisionTag, java.lang.String processGUID) Creates a process revision object with process name and guid. |
Method Summary | |
java.lang.Object |
clone() Returns a copy of this object. |
long |
getDeployTimestamp() Returns the time the process revision was first deployed. |
java.lang.String |
getDeployUser() Returns the identifier for the user responsible for deploying the process revision. |
int |
getLifecycle() Returns the current lifecycle of the process. |
int |
getState() Returns the current state of the process. |
int |
getVersionSeq() Returns the version sequence of the process revision. |
boolean |
isLifecycleActive() Returns true if the current lifecycle of the process is active. |
boolean |
isStateOn() Returns true if the current state of the process is on. |
void |
setDeployTimestamp(long timestamp) Sets the deployment time for the process revision. |
void |
setDeployUser(java.lang.String deployUser) Sets the identifier for the user responsible for deploying the process revision. |
void |
setLifecycle(int lifecycle) Sets the lifecycle of the process revision. |
void |
setState(int state) Sets the state of the process revision. |
void |
setVersionSeq(int versionSeq) Sets the version sequence of the process revision. |
java.lang.String |
toString() Returns a String containing the current settings for this process revision object. |
Methods inherited from class com.oracle.bpel.client.BPELProcessId |
equals, getProcessGUID, hashCode |
Methods inherited from class com.oracle.bpel.client.AbstractIdentifier |
getDomainId, getInstanceId, getKey, getProcessId, getRevisionTag, hasKey |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BPELProcessRevisionInfo(java.lang.String domainId, java.lang.String processId, java.lang.String revisionTag, java.lang.String processGUID)
Method Detail |
public final boolean isStateOn()
true
if the current state of the process is on.IBPELProcessConstants.STATE_ON
public final int getState()
IBPELProcessConstants
for a list of valid constant values.public final void setState(int state)
IBPELDomainHandle.updateRevision( BPELProcessRevisionInfo )
method.public final boolean isLifecycleActive()
true
if the current lifecycle of the process is active.IBPELProcessConstants.LIFECYCLE_ACTIVE
public final int getLifecycle()
IBPELProcessConstants
for a list of valid constant values.public final void setLifecycle(int lifecycle)
IBPELDomainHandle.updateRevision( BPELProcessRevisionInfo )
method.public final int getVersionSeq()
public final void setVersionSeq(int versionSeq)
public final long getDeployTimestamp()
public final void setDeployTimestamp(long timestamp)
public final java.lang.String getDeployUser()
public final void setDeployUser(java.lang.String deployUser)
public java.lang.String toString()
String
containing the current settings for this process revision object.toString
in class AbstractIdentifier
public java.lang.Object clone()
|
Oracle BPEL Process Manager Client API Reference 10g Release 2 (10.1.2) B25709-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |