Interface TransitionInterface
A transition is a link between a start and an end status.
If status "A" has a transition to status "B", then it only means that it is possible to go from
status "A" to status "B".
Methods summary
public
string
|
#
getId( )
Returns
string the transition id
|
public
raoul2000\workflow\base\StatusInterface
|
#
getEndStatus( )
Returns the Status instance that is the destination status.
Returns the Status instance that is the destination status.
Returns
|
public
raoul2000\workflow\base\StatusInterface
|
#
getStartStatus( )
Returns the Status instance that is the starting point fo the transition.
Returns the Status instance that is the starting point fo the transition.
Returns
|