public static interface WorkflowManagement.JobDescriptor
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreationDate()
Answer the time of creation of the task enactment
|
java.lang.String |
getDescription()
The description of the process
|
java.lang.String |
getIdentifier()
Answer a unique string handle for this descriptor
|
java.util.Date |
getModificationDate()
Answer the time of most recent modification of the task enactment
|
java.lang.String |
getOpener()
resource who opened this job
|
java.lang.String |
getOwner()
Resource who is currently responsible for this job
|
int |
getParentJobSequence()
If this is a sub process, this answers the sequence number of the parent process
|
java.lang.String |
getParentProcessName()
If this is a sub process, this answers the name of the parent process
|
int |
getParentProcessVersion()
If this is a sub process, this answers the version of the parent process
|
java.lang.String |
getProcessName()
Answer the name of the process of which this job is an enactment
|
int |
getProcessVersion()
Answer the version number of the process of which this is an enactment
|
int |
getSequence()
Answer the sequence number of the job
|
boolean |
isCompleted()
Answers whether the job has completed or not
|
java.lang.String getProcessName()
int getProcessVersion()
int getSequence()
java.lang.String getIdentifier()
java.util.Date getCreationDate()
java.util.Date getModificationDate()
java.lang.String getOwner()
java.lang.String getOpener()
java.lang.String getParentProcessName()
int getParentProcessVersion()
int getParentJobSequence()
java.lang.String getDescription()
boolean isCompleted()