|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a workflow.
A Workflow consists of WorkflowStages in a
specific order. Workflowing controls access to and manages the progression
of WCM objects through the specified WorkflowStages.
A Workflow cannot be created, edited or deleted through the API. It
must already exist in the repository.
WorkflowStage| Field Summary | |
static java.lang.String |
COPYRIGHT
Copyright statement |
| Method Summary | |
int |
getNumStages()
Returns the number of stages in this Workflow. |
DocumentIdIterator |
getStagesIterator()
Returns an iterator of DocumentId objects of the
WorkflowStages in this Workflow. |
| Methods inherited from interface com.ibm.workplace.wcm.api.Document |
getAuthors, getDeleteAccessMembers, getDescription, getEditAccessMembers, getId, getLiveAccessMembers, getName, getOwners, getReadAccessMembers |
| Field Detail |
public static final java.lang.String COPYRIGHT
| Method Detail |
public int getNumStages()
throws PropertyRetrievalException
Workflow.
Workflow
PropertyRetrievalException - if the number of stages cannot
be calculatedpublic DocumentIdIterator getStagesIterator()
DocumentId objects of the
WorkflowStages in this Workflow.
Returns an empty iterator if no workflow stages have been specified.
DocumentId objects of the
WorkflowStages in this Workflow.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||