|
||||||||||
| 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| Method Summary | |
int |
getNumStages()
Returns the number of stages in this Workflow. |
com.ibm.workplace.wcm.api.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, getHistoryLog, getId, getLiveAccessMembers, getModifiedDate, getName, getOwnerLibrary, getOwners, getReadAccessMembers, getTitle, hasDeleteAccess, hasDeleteAccess, hasEditAccess, hasEditAccess, hasLiveAccess, hasLiveAccess, hasReadAccess, hasReadAccess |
| Method Detail |
public int getNumStages()
throws PropertyRetrievalException
Workflow.
Workflow
PropertyRetrievalException - if the number of stages cannot
be calculatedpublic com.ibm.workplace.wcm.api.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 | |||||||||