WorkflowSignalSlotTiein: ezcWorkflowSignalSlotPlugin
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowSignalSlotPlugin
|
A workflow execution engine plugin that emits signals. [
source]
Parents
ezcWorkflowExecutionPlugin
|
--ezcWorkflowSignalSlotPlugin
Member Variables
Method Summary
|
public ezcWorkflowSignalSlotPlugin |
__construct(
)
Constructor. |
|
public void |
afterExecutionCancelled(
$execution )
Called after an execution has been cancelled. |
|
public void |
afterExecutionEnded(
$execution )
Called after an execution has successfully ended. |
|
public void |
afterExecutionResumed(
$execution )
Called after an execution has been resumed. |
|
public void |
afterExecutionStarted(
$execution )
Called after an execution has been started. |
|
public void |
afterExecutionSuspended(
$execution )
Called after an execution has been suspended. |
|
public void |
afterNodeActivated(
$execution, $node )
Called after a node has been activated. |
|
public void |
afterNodeExecuted(
$execution, $node )
Called after a node has been executed. |
|
public void |
afterThreadEnded(
$execution, $threadId )
Called after a thread has ended. |
|
public void |
afterThreadStarted(
$execution, $threadId, $parentId, $numSiblings )
Called after a new thread has been started. |
|
public void |
afterVariableSet(
$execution, $variableName, $value )
Called after a variable has been set. |
|
public void |
afterVariableUnset(
$execution, $variableName )
Called after a variable has been unset. |
|
public bool |
beforeNodeActivated(
$execution, $node )
Called before a node is activated. |
|
public mixed |
beforeVariableSet(
$execution, $variableName, $value )
Called before a variable is set. |
|
public bool |
beforeVariableUnset(
$execution, $variableName )
Called before a variable is unset. |
Inherited Methods
From
ezcWorkflowExecutionPlugin :
Methods
__construct
ezcWorkflowSignalSlotPlugin __construct(
)
Constructor.
afterExecutionCancelled
void afterExecutionCancelled(
$execution )
Called after an execution has been cancelled.
Parameters
Redefinition of
afterExecutionEnded
void afterExecutionEnded(
$execution )
Called after an execution has successfully ended.
Parameters
Redefinition of
afterExecutionResumed
void afterExecutionResumed(
$execution )
Called after an execution has been resumed.
Parameters
Redefinition of
afterExecutionStarted
void afterExecutionStarted(
$execution )
Called after an execution has been started.
Parameters
Redefinition of
afterExecutionSuspended
void afterExecutionSuspended(
$execution )
Called after an execution has been suspended.
Parameters
Redefinition of
afterNodeActivated
void afterNodeActivated(
$execution,
$node )
Called after a node has been activated.
Parameters
Redefinition of
afterNodeExecuted
void afterNodeExecuted(
$execution,
$node )
Called after a node has been executed.
Parameters
Redefinition of
afterThreadEnded
void afterThreadEnded(
$execution, int
$threadId )
Called after a thread has ended.
Parameters
Redefinition of
afterThreadStarted
void afterThreadStarted(
$execution, int
$threadId, int
$parentId, int
$numSiblings )
Called after a new thread has been started.
Parameters
Redefinition of
afterVariableSet
void afterVariableSet(
$execution, string
$variableName, mixed
$value )
Called after a variable has been set.
Parameters
Redefinition of
afterVariableUnset
void afterVariableUnset(
$execution, string
$variableName )
Called after a variable has been unset.
Parameters
Redefinition of
beforeNodeActivated
bool beforeNodeActivated(
$execution,
$node )
Called before a node is activated.
Parameters
Redefinition of
beforeVariableSet
mixed beforeVariableSet(
$execution, string
$variableName, mixed
$value )
Called before a variable is set.
Parameters
Redefinition of
beforeVariableUnset
bool beforeVariableUnset(
$execution, string
$variableName )
Called before a variable is unset.
Parameters
Redefinition of
Last updated: Mon, 30 Mar 2009