DOCUMENTS 5 - PortalScripting API
|
The ControlFlowIterator 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 | |
ControlFlow | first () |
Retrieve the first ControlFlow object in the ControlFlowIterator. More... | |
ControlFlow | next () |
Retrieve the next ControlFlow object in the ControlFlowIterator. More... | |
int | size () |
Get the amount of ControlFlow objects in the ControlFlowIterator. More... | |
The ControlFlowIterator class has been added to the DOCUMENTS PortalScripting API to gain full control over a file's workflow by scripting means.
You may access ControlFlowIterator objects of a certain WorkflowStep by the different methods described in the WorkflowStep chapter. The objects of this class reflect a list of outgoing control flows of a WorkflowStep object.
ControlFlow ControlFlowIterator::first | ( | ) |
Retrieve the first ControlFlow object in the ControlFlowIterator.
null
in case of an empty ControlFlowIterator ControlFlow ControlFlowIterator::next | ( | ) |
Retrieve the next ControlFlow object in the ControlFlowIterator.
null
if end of ControlFlowIterator is reached. int ControlFlowIterator::size | ( | ) |
Get the amount of ControlFlow objects in the ControlFlowIterator.