Interface WorkflowInterface
Interface implemented by Workflow objects.
Methods summary
public
string
|
#
getId( )
Returns the id of this workflow
Returns the id of this workflow
Returns
string the workflow id
|
public
string
|
#
getInitialStatusId( )
Returns the id of the initial status for this workflow.
Returns the id of the initial status for this workflow.
Returns
string status id
|
public
raoul2000\workflow\base\StatusInterface
|
#
getInitialStatus( )
Returns the initial status instance for this workflow.
Returns the initial status instance for this workflow.
Returns
Throws
|
public
raoul2000\workflow\base\StatusInterface[]
|
#
getAllStatuses( )
Returns an array containing all Status instances belonging to this workflow.
Returns an array containing all Status instances belonging to this workflow.
Returns
Throws
|