|
DOCUMENTS 5 - PortalScripting API
|
The WorkflowStepIterator class has been added to the DOCUMENTS PortalScripting API to gain full control over a file's workflow by scripting means. More...
Public Member Functions | |
| WorkflowStep | first () |
| Retrieve the first WorkflowStep object in the WorkflowStepIterator. More... | |
| WorkflowStep | next () |
| Retrieve the next WorkflowStep object in the WorkflowStepIterator. More... | |
| int | size () |
| Get the amount of WorkflowStep objects in the WorkflowStepIterator. More... | |
The WorkflowStepIterator class has been added to the DOCUMENTS PortalScripting API to gain full control over a file's workflow by scripting means.
You may access WorkflowStepIterator objects by the getAllLockingWorkflowSteps() method described in the DocFile chapter.
| WorkflowStep WorkflowStepIterator::first | ( | ) |
Retrieve the first WorkflowStep object in the WorkflowStepIterator.
null in case of an empty WorkflowStepIterator | WorkflowStep WorkflowStepIterator::next | ( | ) |
Retrieve the next WorkflowStep object in the WorkflowStepIterator.
null if end of WorkflowStepIterator is reached. | int WorkflowStepIterator::size | ( | ) |
Get the amount of WorkflowStep objects in the WorkflowStepIterator.