|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Activity
An Activity represents an ordered sequence of Steps
that comprise the executable actions necessary to accomplish a business
task. The dynamic execution of the Steps owned by this Activity happens
within the execute() method of a Context that
is utilizing this Activity definition.
| Method Summary | |
|---|---|
String |
getId()
Return the unique identifier (within this Activity) of this Step. |
void |
setId(String id)
Set the unique identifier (within this Activity) of this Step. |
| Methods inherited from interface org.apache.commons.workflow.Owner |
|---|
addStep, clearSteps, findStep, getFirstStep, getLastStep, getSteps, setSteps |
| Method Detail |
|---|
String getId()
void setId(String id)
id - The new unique identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||