public class Activity extends ExecutionObject
ABORTED, BYPASSED, COMPLETED, DEFAULT_PRIORITY, NOTSTARTED, RUNNING, SUSPENDED, TERMINATED| Constructor and Description |
|---|
Activity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivitySubType()
Returns the sub-type of this activity.
|
java.lang.String |
getActivityType()
Return the type of this activity.
|
java.lang.String |
getDesignId()
Returns the ID of the activity as defined at design time.
|
int |
getIndex()
Returns the index of this activity.
|
long |
getProcessId()
Returns the ID of the process that is running this activity.
|
long |
getSubProcessId()
Returns the ID of the sub-process that is running this activity.
|
void |
setActivitySubType(java.lang.String activitySubType)
Changes the sub-type of the activity.
|
void |
setActivityType(java.lang.String activityType)
Changes the type of the activity.
|
void |
setDesignId(java.lang.String id)
Changes the design time ID of the activity.
|
void |
setIndex(int index)
Changes the index of the activity.
|
void |
setProcessId(long processId)
Changes the ID of the parent process.
|
void |
setSubProcessId(long subProcessId)
Changes the ID of the sub-process.
|
java.lang.String |
toString() |
compareTo, getDescription, getId, getLastModified, getName, getPriority, getResult, getResultDetail, getState, getTimeCompleted, getTimeStarted, isFinished, setDescription, setId, setLastModified, setName, setPriority, setResult, setResultDetail, setState, setTimeCompleted, setTimeStartedpublic java.lang.String getDesignId()
public void setDesignId(java.lang.String id)
id - String ID of the activity.public long getProcessId()
public void setProcessId(long processId)
processId - ID of the parent process.public long getSubProcessId()
public void setSubProcessId(long subProcessId)
subProcessId - ID of the sub-process.public int getIndex()
public void setIndex(int index)
index - Index of the activity.public java.lang.String getActivityType()
public void setActivityType(java.lang.String activityType)
activityType - Type of the activity.public java.lang.String getActivitySubType()
public void setActivitySubType(java.lang.String activitySubType)
activitySubType - Sub-type of the activity.public java.lang.String toString()
toString in class ExecutionObject