|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.workflow.model.ExecutionObject
com.ibm.itim.workflow.model.Activity
public class Activity
This class provides general information about a workflow actvity.
| Field Summary |
|---|
| Fields inherited from class com.ibm.itim.workflow.model.ExecutionObject |
|---|
ABORTED, BYPASSED, COMPLETED, DEFAULT_PRIORITY, NOTSTARTED, RUNNING, SUSPENDED, TERMINATED |
| Constructor Summary | |
|---|---|
Activity()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class com.ibm.itim.workflow.model.ExecutionObject |
|---|
compareTo, getDescription, getId, getLastModified, getName, getPriority, getResult, getResultDetail, getState, getTimeCompleted, getTimeStarted, isFinished, setDescription, setId, setLastModified, setName, setPriority, setResult, setResultDetail, setState, setTimeCompleted, setTimeStarted |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Activity()
| Method Detail |
|---|
public 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
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||