Workflow
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Element index for package Workflow
[
a ]
[
b ]
[
c ]
[
d ]
[
e ]
[
f ]
[
g ]
[
h ]
[
i ]
[
l ]
[
m ]
[
n ]
[
o ]
[
p ]
[
r ]
[
s ]
[
t ]
[
u ]
[
v ]
[
w ]
[
x ]
[
_ ]
_
- __construct : ezcWorkflowNodeVariableUnset
- in file unset.php, method ezcWorkflowNodeVariableUnset::__construct()
Constructs a new unset node.
- __construct : ezcWorkflowNodeSubWorkflow
- in file sub_workflow.php, method ezcWorkflowNodeSubWorkflow::__construct()
Constructs a new sub workflow with the configuration $configuration.
- __construct : ezcWorkflowNodeVariableSet
- in file set.php, method ezcWorkflowNodeVariableSet::__construct()
Constructs a new variable set node with the configuration $configuration.
- __construct : ezcWorkflowConditionVariable
- in file variable.php, method ezcWorkflowConditionVariable::__construct()
Constructor.
- __construct : ezcWorkflowConditionVariables
- in file variables.php, method ezcWorkflowConditionVariables::__construct()
Constructor.
- __construct : ezcWorkflowExecutionVisualizerPlugin
- in file visualizer.php, method ezcWorkflowExecutionVisualizerPlugin::__construct()
Constructor.
- __construct : ezcWorkflowVisitorVisualization
- in file visualization.php, method ezcWorkflowVisitorVisualization::__construct()
Constructor.
- __construct : ezcWorkflowNodeAction
- in file action.php, method ezcWorkflowNodeAction::__construct()
Constructs a new action node with the configuration $configuration.
- __construct : ezcWorkflowConditionNot
- in file not.php, method ezcWorkflowConditionNot::__construct()
Constructs a new not condition on $condition.
- __construct : ezcWorkflowConditionComparison
- in file condition_comparison.php, method ezcWorkflowConditionComparison::__construct()
Constructs a new comparison condition.
- __construct : ezcWorkflowConditionBooleanSet
- in file condition_boolean_set.php, method ezcWorkflowConditionBooleanSet::__construct()
Constructs a new boolean set with the conditions $conditions.
- __construct : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::__construct()
Constructs a new definition loader that loads definitions from $directory.
- __construct : ezcWorkflowNodeInput
- in file input.php, method ezcWorkflowNodeInput::__construct()
Constructs a new input node.
- __construct : ezcWorkflowInvalidInputException
- in file invalid_input.php, method ezcWorkflowInvalidInputException::__construct()
Constructor.
- __construct : ezcWorkflowNodeArithmeticBase
- in file node_arithmetic_base.php, method ezcWorkflowNodeArithmeticBase::__construct()
Constructs a new action node with the configuration $configuration.
- __construct : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::__construct()
Constructs a new node with the configuration $configuration.
- __construct : ezcWorkflow
- in file workflow.php, method ezcWorkflow::__construct()
Constructs a new workflow object with the name $name.
- __toString : ezcWorkflowServiceObject
- in file service_object.php, method ezcWorkflowServiceObject::__toString()
Returns a textual representation of this service object.
- __toString : ezcWorkflowCondition
- in file condition.php, method ezcWorkflowCondition::__toString()
Returns a textual representation of this condition.
a
- $activatedFrom : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$activatedFrom
The node(s) that activated this node.
- $activatedNodes : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$activatedNodes
Nodes of the workflow being executed that are activated.
- $activationState : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$activationState
The state of this node.
- accept : ezcWorkflowVisitable
- in file visitable.php, method ezcWorkflowVisitable::accept()
Accepts the visitor.
- accept : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::accept()
Reimplementation of accept() calls accept on all out nodes.
- accept : ezcWorkflow
- in file workflow.php, method ezcWorkflow::accept()
Overridden implementation of accept() calls accept on the start node.
- activateNode : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::activateNode()
Convenience method for activating an (outgoing) node.
- activateOutgoingNodes : ezcWorkflowNodeBranch
- in file node_branch.php, method ezcWorkflowNodeBranch::activateOutgoingNodes()
Activates this node's outgoing nodes.
- addConditionalOutNode : ezcWorkflowNodeConditionalBranch
- in file node_conditional_branch.php, method ezcWorkflowNodeConditionalBranch::addConditionalOutNode()
Adds the conditional outgoing node $outNode to this node with the condition $condition. Optionally, an $else node can be specified that is activated when the $condition evaluates to false.
- addInNode : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::addInNode()
Adds a node to the incoming nodes of this node.
- addListener : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::addListener()
Adds a listener to this execution.
- addOutNode : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::addOutNode()
Adds a node to the outgoing nodes of this node.
- addPlugin : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::addPlugin()
Adds a plugin to this execution.
- addVariableHandler : ezcWorkflow
- in file workflow.php, method ezcWorkflow::addVariableHandler()
Sets the class $className to handle the variable named $variableName.
- afterExecutionCancelled : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterExecutionCancelled()
Called after an execution has been cancelled.
- afterExecutionEnded : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterExecutionEnded()
Called after an execution has successfully ended.
- afterExecutionResumed : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterExecutionResumed()
Called after an execution has been resumed.
- afterExecutionStarted : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterExecutionStarted()
Called after an execution has been started.
- afterExecutionSuspended : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterExecutionSuspended()
Called after an execution has been suspended.
- afterNodeActivated : ezcWorkflowExecutionVisualizerPlugin
- in file visualizer.php, method ezcWorkflowExecutionVisualizerPlugin::afterNodeActivated()
Called after a node has been activated.
- afterNodeActivated : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterNodeActivated()
Called after a node has been activated.
- afterNodeExecuted : ezcWorkflowExecutionVisualizerPlugin
- in file visualizer.php, method ezcWorkflowExecutionVisualizerPlugin::afterNodeExecuted()
Called after a node has been executed.
- afterNodeExecuted : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterNodeExecuted()
Called after a node has been executed.
- afterThreadEnded : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterThreadEnded()
Called after a thread has ended.
- afterThreadStarted : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterThreadStarted()
Called after a new thread has been started.
- afterVariableSet : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterVariableSet()
Called after a variable has been set.
- afterVariableUnset : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::afterVariableUnset()
Called after a variable has been unset.
- FAILED_AUDIT : ezcWorkflowExecutionListener
- in file execution_listener.php, class constant ezcWorkflowExecutionListener::FAILED_AUDIT
Failed audit severity constant.
- FATAL : ezcWorkflowExecutionListener
- in file execution_listener.php, class constant ezcWorkflowExecutionListener::FATAL
Fatal severity constant.
- WAITING_FOR_ACTIVATION : ezcWorkflowNode
- in file node.php, class constant ezcWorkflowNode::WAITING_FOR_ACTIVATION
The node is waiting to be activated.
- WAITING_FOR_EXECUTION : ezcWorkflowNode
- in file node.php, class constant ezcWorkflowNode::WAITING_FOR_EXECUTION
The node is activated and waiting to be executed.
- WARNING : ezcWorkflowExecutionListener
- in file execution_listener.php, class constant ezcWorkflowExecutionListener::WARNING
Warning severity constant.
- and.php
- procedural page and.php
- action.php
- procedural page action.php
- add.php
- procedural page add.php
b
- beforeNodeActivated : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::beforeNodeActivated()
Called before a node is activated.
- beforeVariableSet : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::beforeVariableSet()
Called before a variable is set.
- beforeVariableUnset : ezcWorkflowExecutionPlugin
- in file execution_plugin.php, method ezcWorkflowExecutionPlugin::beforeVariableUnset()
Called before a variable is unset.
c
- $cancelled : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$cancelled
- $concatenation : ezcWorkflowConditionOr
- in file or.php, variable ezcWorkflowConditionOr::$concatenation
- $concatenation : ezcWorkflowConditionBooleanSet
- in file condition_boolean_set.php, variable ezcWorkflowConditionBooleanSet::$concatenation
String representation of the concatination.
- $concatenation : ezcWorkflowConditionAnd
- in file and.php, variable ezcWorkflowConditionAnd::$concatenation
- $concatenation : ezcWorkflowConditionXor
- in file xor.php, variable ezcWorkflowConditionXor::$concatenation
- $condition : ezcWorkflowConditionVariable
- in file variable.php, variable ezcWorkflowConditionVariable::$condition
- $condition : ezcWorkflowConditionNot
- in file not.php, variable ezcWorkflowConditionNot::$condition
Holds the expression to negate.
- $conditions : ezcWorkflowConditionBooleanSet
- in file condition_boolean_set.php, variable ezcWorkflowConditionBooleanSet::$conditions
Array of ezcWorkflowConditions
- $configuration : ezcWorkflowNodeVariableIncrement
- in file increment.php, variable ezcWorkflowNodeVariableIncrement::$configuration
The name of the variable to be incremented.
- $configuration : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$configuration
The configuration of this node.
- $configuration : ezcWorkflowNodeConditionalBranch
- in file node_conditional_branch.php, variable ezcWorkflowNodeConditionalBranch::$configuration
Holds the conditions of the out nodes.
- $configuration : ezcWorkflowNodeVariableDecrement
- in file decrement.php, variable ezcWorkflowNodeVariableDecrement::$configuration
The name of the variable to be decremented.
- cancel : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::cancel()
Cancels workflow execution with the node $endNode.
- conditionToXml : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::conditionToXml()
"Convert" an ezcWorkflowCondition object into an DOMElement object.
- createObject : ezcWorkflowNodeAction
- in file action.php, method ezcWorkflowNodeAction::createObject()
Returns the service object as specified by the configuration.
- condition.php
- procedural page condition.php
- condition_boolean_set.php
- procedural page condition_boolean_set.php
- condition_comparison.php
- procedural page condition_comparison.php
- condition_type.php
- procedural page condition_type.php
- cancel.php
- procedural page cancel.php
d
- $directory : ezcWorkflowDefinitionStorageXml
- in file xml.php, variable ezcWorkflowDefinitionStorageXml::$directory
The directory that holds the XML files.
- doEnd : ezcWorkflowExecutionNonInteractive
- in file non_interactive.php, method ezcWorkflowExecutionNonInteractive::doEnd()
End workflow execution.
- doEnd : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::doEnd()
Called by end() when workflow execution is ended.
- doExecute : ezcWorkflowNodeVariableAdd
- in file add.php, method ezcWorkflowNodeVariableAdd::doExecute()
Perform variable modification.
- doExecute : ezcWorkflowNodeVariableMul
- in file mul.php, method ezcWorkflowNodeVariableMul::doExecute()
Perform variable modification.
- doExecute : ezcWorkflowNodeArithmeticBase
- in file node_arithmetic_base.php, method ezcWorkflowNodeArithmeticBase::doExecute()
Implementors should perform the variable computation in this method.
- doExecute : ezcWorkflowNodeVariableIncrement
- in file increment.php, method ezcWorkflowNodeVariableIncrement::doExecute()
Perform variable modification.
- doExecute : ezcWorkflowNodeVariableDiv
- in file div.php, method ezcWorkflowNodeVariableDiv::doExecute()
Perform variable modification.
- doExecute : ezcWorkflowNodeVariableDecrement
- in file decrement.php, method ezcWorkflowNodeVariableDecrement::doExecute()
Perform variable modification.
- doExecute : ezcWorkflowNodeVariableSub
- in file sub.php, method ezcWorkflowNodeVariableSub::doExecute()
Perform variable modification.
- doGetSubExecution : ezcWorkflowExecutionNonInteractive
- in file non_interactive.php, method ezcWorkflowExecutionNonInteractive::doGetSubExecution()
Returns a new execution object for a sub workflow.
- doGetSubExecution : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::doGetSubExecution()
Returns a new execution object for a sub workflow.
- doMerge : ezcWorkflowNodeMerge
- in file node_merge.php, method ezcWorkflowNodeMerge::doMerge()
Performs the merge by ending the incoming threads and activating the outgoing node.
- doResume : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::doResume()
Called by resume() when workflow execution is resumed.
- doResume : ezcWorkflowExecutionNonInteractive
- in file non_interactive.php, method ezcWorkflowExecutionNonInteractive::doResume()
Resume workflow execution.
- doStart : ezcWorkflowExecutionNonInteractive
- in file non_interactive.php, method ezcWorkflowExecutionNonInteractive::doStart()
Start workflow execution.
- doStart : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::doStart()
Called by start() when workflow execution is initiated.
- doSuspend : ezcWorkflowExecutionNonInteractive
- in file non_interactive.php, method ezcWorkflowExecutionNonInteractive::doSuspend()
Suspend workflow execution.
- doSuspend : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::doSuspend()
Called by suspend() when workflow execution is suspended.
- definition_storage.php
- procedural page definition_storage.php
- definition_storage.php
- procedural page definition_storage.php
- discriminator.php
- procedural page discriminator.php
- decrement.php
- procedural page decrement.php
- div.php
- procedural page div.php
e
- $edges : ezcWorkflowVisitorVisualization
- in file visualization.php, variable ezcWorkflowVisitorVisualization::$edges
Holds all the edges of the graph.
- $ended : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$ended
- $ezcWorkflowCondition : ezcWorkflowConditionVariables
- in file variables.php, variable ezcWorkflowConditionVariables::$ezcWorkflowCondition
- DEBUG : ezcWorkflowExecutionListener
- in file execution_listener.php, class constant ezcWorkflowExecutionListener::DEBUG
Debug severity constant.
- evaluate : ezcWorkflowCondition
- in file condition.php, method ezcWorkflowCondition::evaluate()
Evaluates this condition.
- execute : ezcWorkflowServiceObject
- in file service_object.php, method ezcWorkflowServiceObject::execute()
Executes the business logic of this service object.
- ezcWorkflow
- in file workflow.php, class ezcWorkflow
Class representing a workflow.
- ezcWorkflowCondition
- in file condition.php, class ezcWorkflowCondition
Interface for workflow conditions.
- ezcWorkflowConditionAnd
- in file and.php, class ezcWorkflowConditionAnd
Boolean AND.
- ezcWorkflowConditionBooleanSet
- in file condition_boolean_set.php, class ezcWorkflowConditionBooleanSet
Abstract base class for boolean sets of conditions like AND, OR and XOR.
- ezcWorkflowConditionComparison
- in file condition_comparison.php, class ezcWorkflowConditionComparison
Abstract base class for comparison conditions.
- ezcWorkflowConditionInArray
- in file in_array.php, class ezcWorkflowConditionInArray
Condition that checks if a value is in an array.
- ezcWorkflowConditionIsAnything
- in file is_anything.php, class ezcWorkflowConditionIsAnything
Condition that always evaluates to true.
- ezcWorkflowConditionIsArray
- in file is_array.php, class ezcWorkflowConditionIsArray
Condition that evaluates to true if the evaluated value is an array.
- ezcWorkflowConditionIsBool
- in file is_bool.php, class ezcWorkflowConditionIsBool
Condition that evaluates to true if the evaluated value is a boolean.
- ezcWorkflowConditionIsEqual
- in file is_equal.php, class ezcWorkflowConditionIsEqual
Condition that checks if a value is equal to a reference value.
- ezcWorkflowConditionIsEqualOrGreaterThan
- in file is_equal_or_greater_than.php, class ezcWorkflowConditionIsEqualOrGreaterThan
Condition that evaluates to true if the provided value is greater than or equal to the reference value.
- ezcWorkflowConditionIsEqualOrLessThan
- in file is_equal_or_less_than.php, class ezcWorkflowConditionIsEqualOrLessThan
Condition that evaluates to true if the provided value is less than or equal to the reference value.
- ezcWorkflowConditionIsFalse
- in file is_false.php, class ezcWorkflowConditionIsFalse
Workflow condition that evaluates to true if the provided input is false.
- ezcWorkflowConditionIsFloat
- in file is_float.php, class ezcWorkflowConditionIsFloat
Condition that evaluates to true if the evaluated value is a float.
- ezcWorkflowConditionIsGreaterThan
- in file is_greater_than.php, class ezcWorkflowConditionIsGreaterThan
Condition that evaluates to true if the provided value is greater than the reference value.
- ezcWorkflowConditionIsInteger
- in file is_integer.php, class ezcWorkflowConditionIsInteger
Condition that evaluates to true if the evaluated value is an integer.
- ezcWorkflowConditionIsLessThan
- in file is_less_than.php, class ezcWorkflowConditionIsLessThan
Condition that evaluates to true if the provided value is less than the reference value.
- ezcWorkflowConditionIsNotEqual
- in file is_not_equal.php, class ezcWorkflowConditionIsNotEqual
Condition that checks if a value is different from a reference value.
- ezcWorkflowConditionIsObject
- in file is_object.php, class ezcWorkflowConditionIsObject
Condition that evaluates to true if the evaluated value is an object.
- ezcWorkflowConditionIsString
- in file is_string.php, class ezcWorkflowConditionIsString
Condition that evaluates to true if the evaluated value is a string.
- ezcWorkflowConditionIsTrue
- in file is_true.php, class ezcWorkflowConditionIsTrue
Workflow condition that evaluates to true if the provided input is true.
- ezcWorkflowConditionNot
- in file not.php, class ezcWorkflowConditionNot
Boolean NOT.
- ezcWorkflowConditionOr
- in file or.php, class ezcWorkflowConditionOr
Boolean OR.
- ezcWorkflowConditionType
- in file condition_type.php, class ezcWorkflowConditionType
Abstract base class for type conditions.
- ezcWorkflowConditionVariable
- in file variable.php, class ezcWorkflowConditionVariable
Wrapper that applies a condition to a workflow variable.
- ezcWorkflowConditionVariables
- in file variables.php, class ezcWorkflowConditionVariables
Wrapper that applies a condition to two workflow variables.
- ezcWorkflowConditionXor
- in file xor.php, class ezcWorkflowConditionXor
Boolean XOR.
- ezcWorkflowDefinitionStorage
- in file definition_storage.php, class ezcWorkflowDefinitionStorage
Interface for workflow definition storage handlers.
- ezcWorkflowDefinitionStorageException
- in file definition_storage.php, class ezcWorkflowDefinitionStorageException
This exception will be thrown when an error related to saving or loading a workflow definition occurs.
- ezcWorkflowDefinitionStorageXml
- in file xml.php, class ezcWorkflowDefinitionStorageXml
XML workflow definition storage handler.
- ezcWorkflowException
- in file exception.php, class ezcWorkflowException
General exception for the Workflow component.
- ezcWorkflowExecution
- in file execution.php, class ezcWorkflowExecution
Abstract base class for workflow execution engines.
- ezcWorkflowExecutionException
- in file execution.php, class ezcWorkflowExecutionException
Exception will be thrown when an error occurs during workflow execution.
- ezcWorkflowExecutionListener
- in file execution_listener.php, class ezcWorkflowExecutionListener
Interface for workflow execution listeners.
- ezcWorkflowExecutionNonInteractive
- in file non_interactive.php, class ezcWorkflowExecutionNonInteractive
Workflow execution engine for non-interactive workflows.
- ezcWorkflowExecutionPlugin
- in file execution_plugin.php, class ezcWorkflowExecutionPlugin
Abstract base class for workflow execution engine plugins.
- ezcWorkflowExecutionVisualizerPlugin
- in file visualizer.php, class ezcWorkflowExecutionVisualizerPlugin
Execution plugin that visualizes the execution.
- ezcWorkflowExecutionVisualizerPluginOptions
- in file execution_plugin_visualizer.php, class ezcWorkflowExecutionVisualizerPluginOptions
Options class for ezcWorkflowExecutionVisualizerPlugin.
- ezcWorkflowInvalidInputException
- in file invalid_input.php, class ezcWorkflowInvalidInputException
This exception will be thrown when an error occurs during input validation in an input node.
- ezcWorkflowInvalidWorkflowException
- in file invalid_workflow.php, class ezcWorkflowInvalidWorkflowException
The exception thrown when the definition of a workflow is invalid.
- ezcWorkflowNode
- in file node.php, class ezcWorkflowNode
Abstract base class for workflow nodes.
- ezcWorkflowNodeAction
- in file action.php, class ezcWorkflowNodeAction
An object of the ezcWorkflowNodeAction class represents an activity node holding business logic.
- ezcWorkflowNodeArithmeticBase
- in file node_arithmetic_base.php, class ezcWorkflowNodeArithmeticBase
Base class for nodes that implement simple integer arithmetic.
- ezcWorkflowNodeBranch
- in file node_branch.php, class ezcWorkflowNodeBranch
Base class for nodes that branch multiple threads of execution.
- ezcWorkflowNodeCancel
- in file cancel.php, class ezcWorkflowNodeCancel
This node implements the Cancel Case workflow pattern.
- ezcWorkflowNodeConditionalBranch
- in file node_conditional_branch.php, class ezcWorkflowNodeConditionalBranch
Abstract base class for nodes that conditionally branch multiple threads of execution.
- ezcWorkflowNodeDiscriminator
- in file discriminator.php, class ezcWorkflowNodeDiscriminator
This node implements the Discriminator workflow pattern.
- ezcWorkflowNodeEnd
- in file end.php, class ezcWorkflowNodeEnd
An object of the ezcWorkflowNodeEnd class represents an end node of a workflow.
- ezcWorkflowNodeExclusiveChoice
- in file exclusive_choice.php, class ezcWorkflowNodeExclusiveChoice
This node implements the Exclusive Choice workflow pattern.
- ezcWorkflowNodeFinally
- in file finally.php, class ezcWorkflowNodeFinally
Special type of start node that is activated when a workflow execution is cancelled.
- ezcWorkflowNodeInput
- in file input.php, class ezcWorkflowNodeInput
An object of the ezcWorkflowNodeInput class represents an input (from the application) node.
- ezcWorkflowNodeLoop
- in file loop.php, class ezcWorkflowNodeLoop
The Loop node type is a special type of conditional branch node that has two incoming nodes instead of just one. It is used to conveniently express loops.
- ezcWorkflowNodeMerge
- in file node_merge.php, class ezcWorkflowNodeMerge
Base class for nodes that merge multiple threads of execution.
- ezcWorkflowNodeMultiChoice
- in file multi_choice.php, class ezcWorkflowNodeMultiChoice
This node implements the Multi-Choice workflow pattern.
- ezcWorkflowNodeParallelSplit
- in file parallel_split.php, class ezcWorkflowNodeParallelSplit
This node implements the Parallel Split workflow pattern.
- ezcWorkflowNodeSimpleMerge
- in file simple_merge.php, class ezcWorkflowNodeSimpleMerge
This node implements the Simple Merge (XOR-Join) workflow pattern.
- ezcWorkflowNodeStart
- in file start.php, class ezcWorkflowNodeStart
An object of the ezcWorkflowNodeStart class represents the one and only tart node of a workflow. The execution of the workflow starts here.
- ezcWorkflowNodeSubWorkflow
- in file sub_workflow.php, class ezcWorkflowNodeSubWorkflow
An object of the ezcWorkflowNodeSubWorkflow class represents a sub-workflow.
- ezcWorkflowNodeSynchronization
- in file synchronization.php, class ezcWorkflowNodeSynchronization
This node implements the Synchronization (AND-Join) workflow pattern.
- ezcWorkflowNodeSynchronizingMerge
- in file synchronizing_merge.php, class ezcWorkflowNodeSynchronizingMerge
This node implements the Synchronizing Merge workflow pattern.
- ezcWorkflowNodeVariableAdd
- in file add.php, class ezcWorkflowNodeVariableAdd
Adds a workflow variable together with another variable or a constant value.
- ezcWorkflowNodeVariableDecrement
- in file decrement.php, class ezcWorkflowNodeVariableDecrement
This node decrements a workflow variable by one when executed.
- ezcWorkflowNodeVariableDiv
- in file div.php, class ezcWorkflowNodeVariableDiv
Divides a workflow variable by another variable or a constant value.
- ezcWorkflowNodeVariableIncrement
- in file increment.php, class ezcWorkflowNodeVariableIncrement
This node increments a workflow variable by one when executed..
- ezcWorkflowNodeVariableMul
- in file mul.php, class ezcWorkflowNodeVariableMul
Multiplies a workflow variable with another variable or a constant value.
- ezcWorkflowNodeVariableSet
- in file set.php, class ezcWorkflowNodeVariableSet
An object of the ezcWorkflowNodeVariableSet class sets the specified workflow variable to a given value.
- ezcWorkflowNodeVariableSub
- in file sub.php, class ezcWorkflowNodeVariableSub
Subtracts a workflow variable from another variable or a constant value.
- ezcWorkflowNodeVariableUnset
- in file unset.php, class ezcWorkflowNodeVariableUnset
An object of the ezcWorkflowNodeVariableUnset class unset the specified workflow variable.
- ezcWorkflowServiceObject
- in file service_object.php, class ezcWorkflowServiceObject
Interface for service objects that can be attached to ezcWorkflowNodeAction nodes.
- ezcWorkflowVariableHandler
- in file variable_handler.php, class ezcWorkflowVariableHandler
Interface for variable handlers.
- ezcWorkflowVisitable
- in file visitable.php, class ezcWorkflowVisitable
Interface for visitable workflow elements that can be visited by ezcWorkflowVisitor implementations for processing using the Visitor design pattern.
- ezcWorkflowVisitor
- in file visitor.php, class ezcWorkflowVisitor
Interface for visitor implementations that want to process a workflow using the Visitor design pattern.
- ezcWorkflowVisitorReset
- in file reset.php, class ezcWorkflowVisitorReset
An implementation of the ezcWorkflowVisitor interface that resets all the nodes of a workflow.
- ezcWorkflowVisitorVerification
- in file verification.php, class ezcWorkflowVisitorVerification
An implementation of the ezcWorkflowVisitor interface that verifies a workflow specification.
- ezcWorkflowVisitorVisualization
- in file visualization.php, class ezcWorkflowVisitorVisualization
An implementation of the ezcWorkflowVisitor interface that generates GraphViz/dot markup for a workflow definition.
- ezcWorkflowVisitorVisualizationOptions
- in file visitor_visualization.php, class ezcWorkflowVisitorVisualizationOptions
Options class for ezcWorkflowVisitorVisualization.
- exception.php
- procedural page exception.php
- execution.php
- procedural page execution.php
- execution.php
- procedural page execution.php
- execution_listener.php
- procedural page execution_listener.php
- execution_plugin.php
- procedural page execution_plugin.php
- exclusive_choice.php
- procedural page exclusive_choice.php
- end.php
- procedural page end.php
- execution_plugin_visualizer.php
- procedural page execution_plugin_visualizer.php
f
- $fileCounter : ezcWorkflowExecutionVisualizerPlugin
- in file visualizer.php, variable ezcWorkflowExecutionVisualizerPlugin::$fileCounter
Filename counter.
- finally.php
- procedural page finally.php
g
- getConfiguration : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::getConfiguration()
Returns the configuration of this node.
- getCurrentVersion : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::getCurrentVersion()
Returns the current version number for a given workflow name.
- getFilename : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::getFilename()
Returns the filename with path for given workflow name and version.
- getFilesystemWorkflowName : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::getFilesystemWorkflowName()
Returns a safe filesystem name for a given workflow.
- getInNodes : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::getInNodes()
Returns the incoming nodes of this node.
- getOutNodes : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::getOutNodes()
Returns the outgoing nodes of this node.
- getVariableHandlers : ezcWorkflow
- in file workflow.php, method ezcWorkflow::getVariableHandlers()
Returns the variable handlers.
h
- hasEnded : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::hasEnded()
Returns true when the workflow execution has ended.
- hasSubWorkflows : ezcWorkflow
- in file workflow.php, method ezcWorkflow::hasSubWorkflows()
Returns true when the workflow has sub workflows (ie. when it contains ezcWorkflowNodeSubWorkflow nodes) and false otherwise.
i
- $id : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$id
Execution ID.
- $id : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$id
Unique ID of this node.
- $inNodes : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$inNodes
The incoming nodes of this node.
- $internalCall : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$internalCall
Flag that indicates whether an add*Node() or remove*Node() call is internal.
- isCancelled : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::isCancelled()
Returns true when the workflow execution has been cancelled.
- isInteractive : ezcWorkflow
- in file workflow.php, method ezcWorkflow::isInteractive()
Returns true when the workflow requires user interaction (ie. when it contains ezcWorkflowNodeInput nodes) and false otherwise.
- isSuspended : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::isSuspended()
Returns true when the workflow execution has been suspended.
- in_array.php
- procedural page in_array.php
- is_anything.php
- procedural page is_anything.php
- is_array.php
- procedural page is_array.php
- is_bool.php
- procedural page is_bool.php
- is_equal.php
- procedural page is_equal.php
- is_equal_or_greater_than.php
- procedural page is_equal_or_greater_than.php
- is_equal_or_less_than.php
- procedural page is_equal_or_less_than.php
- is_false.php
- procedural page is_false.php
- is_float.php
- procedural page is_float.php
- is_greater_than.php
- procedural page is_greater_than.php
- is_integer.php
- procedural page is_integer.php
- is_less_than.php
- procedural page is_less_than.php
- is_not_equal.php
- procedural page is_not_equal.php
- is_object.php
- procedural page is_object.php
- is_string.php
- procedural page is_string.php
- is_true.php
- procedural page is_true.php
- invalid_input.php
- procedural page invalid_input.php
- invalid_workflow.php
- procedural page invalid_workflow.php
- increment.php
- procedural page increment.php
- input.php
- procedural page input.php
l
- load : ezcWorkflowVariableHandler
- in file variable_handler.php, method ezcWorkflowVariableHandler::load()
Load the variable $variableName that is handled by this handler.
- loadByName : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::loadByName()
Load a workflow definition from a file.
- loadByName : ezcWorkflowDefinitionStorage
- in file definition_storage.php, method ezcWorkflowDefinitionStorage::loadByName()
Load a workflow definition by name.
- loadFromDocument : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::loadFromDocument()
Load a workflow definition from a DOMDocument.
- loadFromVariableHandlers : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::loadFromVariableHandlers()
Loads data from variable handlers and merge it with the current execution data.
- loop.php
- procedural page loop.php
m
- $maxActivatedConditionalOutNodes : ezcWorkflowNodeExclusiveChoice
- in file exclusive_choice.php, variable ezcWorkflowNodeExclusiveChoice::$maxActivatedConditionalOutNodes
Constraint: The maximum number of conditional outgoing nodes this node may activate. Set to false to disable this constraint.
- $maxActivatedConditionalOutNodes : ezcWorkflowNodeConditionalBranch
- in file node_conditional_branch.php, variable ezcWorkflowNodeConditionalBranch::$maxActivatedConditionalOutNodes
Constraint: The maximum number of conditional outgoing nodes this node may activate. Set to false to disable this constraint.
- $maxInNodes : ezcWorkflowNodeStart
- in file start.php, variable ezcWorkflowNodeStart::$maxInNodes
Constraint: The maximum number of incoming nodes this node has to have to be valid.
- $maxInNodes : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$maxInNodes
Constraint: The maximum number of incoming nodes this node has to have to be valid. Set to false to disable this constraint.
- $maxInNodes : ezcWorkflowNodeLoop
- in file loop.php, variable ezcWorkflowNodeLoop::$maxInNodes
Constraint: The maximum number of incoming nodes this node has to have to be valid. Set to false to disable this constraint.
- $maxInNodes : ezcWorkflowNodeMerge
- in file node_merge.php, variable ezcWorkflowNodeMerge::$maxInNodes
Constraint: The maximum number of incoming nodes this node has to have to be valid.
- $maxOutNodes : ezcWorkflowNodeCancel
- in file cancel.php, variable ezcWorkflowNodeCancel::$maxOutNodes
Constraint: The maximum number of outgoing nodes this node has to have to be valid. Set to false to disable this constraint.
- $maxOutNodes : ezcWorkflowNodeEnd
- in file end.php, variable ezcWorkflowNodeEnd::$maxOutNodes
Constraint: The maximum number of outgoing nodes this node has to have to be valid.
- $maxOutNodes : ezcWorkflowNodeBranch
- in file node_branch.php, variable ezcWorkflowNodeBranch::$maxOutNodes
Constraint: The maximum number of outgoing nodes this node has to have to be valid.
- $maxOutNodes : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$maxOutNodes
Constraint: The maximum number of outgoing nodes this node has to have to be valid. Set to false to disable this constraint.
- $maxOutNodes : ezcWorkflowNodeLoop
- in file loop.php, variable ezcWorkflowNodeLoop::$maxOutNodes
Constraint: The maximum number of outgoing nodes this node has to have to be valid. Set to false to disable this constraint.
- $minActivatedConditionalOutNodes : ezcWorkflowNodeConditionalBranch
- in file node_conditional_branch.php, variable ezcWorkflowNodeConditionalBranch::$minActivatedConditionalOutNodes
Constraint: The minimum number of conditional outgoing nodes this node has to activate. Set to false to disable this constraint.
- $minActivatedConditionalOutNodes : ezcWorkflowNodeExclusiveChoice
- in file exclusive_choice.php, variable ezcWorkflowNodeExclusiveChoice::$minActivatedConditionalOutNodes
Constraint: The minimum number of conditional outgoing nodes this node has to activate. Set to false to disable this constraint.
- $minConditionalOutNodes : ezcWorkflowNodeExclusiveChoice
- in file exclusive_choice.php, variable ezcWorkflowNodeExclusiveChoice::$minConditionalOutNodes
Constraint: The minimum number of conditional outgoing nodes this node has to have. Set to false to disable this constraint.
- $minConditionalOutNodes : ezcWorkflowNodeConditionalBranch
- in file node_conditional_branch.php, variable ezcWorkflowNodeConditionalBranch::$minConditionalOutNodes
Constraint: The minimum number of conditional outgoing nodes this node has to have. Set to false to disable this constraint.
- $minInNodes : ezcWorkflowNodeMerge
- in file node_merge.php, variable ezcWorkflowNodeMerge::$minInNodes
Constraint: The minimum number of incoming nodes this node has to have to be valid.
- $minInNodes : ezcWorkflowNodeStart
- in file start.php, variable ezcWorkflowNodeStart::$minInNodes
Constraint: The minimum number of incoming nodes this node has to have to be valid.
- $minInNodes : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$minInNodes
Constraint: The minimum number of incoming nodes this node has to have to be valid. Set to false to disable this constraint.
- $minInNodes : ezcWorkflowNodeLoop
- in file loop.php, variable ezcWorkflowNodeLoop::$minInNodes
Constraint: The minimum number of incoming nodes this node has to have to be valid. Set to false to disable this constraint.
- $minOutNodes : ezcWorkflowNodeEnd
- in file end.php, variable ezcWorkflowNodeEnd::$minOutNodes
Constraint: The minimum number of outgoing nodes this node has to have to be valid.
- $minOutNodes : ezcWorkflowNodeCancel
- in file cancel.php, variable ezcWorkflowNodeCancel::$minOutNodes
Constraint: The minimum number of outgoing nodes this node has to have to be valid. Set to false to disable this constraint.
- $minOutNodes : ezcWorkflowNodeLoop
- in file loop.php, variable ezcWorkflowNodeLoop::$minOutNodes
Constraint: The minimum number of outgoing nodes this node has to have to be valid. Set to false to disable this constraint.
- $minOutNodes : ezcWorkflowNodeBranch
- in file node_branch.php, variable ezcWorkflowNodeBranch::$minOutNodes
Constraint: The minimum number of outgoing nodes this node has to have to be valid.
- $minOutNodes : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$minOutNodes
Constraint: The minimum number of outgoing nodes this node has to have to be valid. Set to false to disable this constraint.
- multi_choice.php
- procedural page multi_choice.php
- mul.php
- procedural page mul.php
n
- $nextThreadId : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$nextThreadId
Sequence for thread ids.
- $nodes : ezcWorkflowVisitorVisualization
- in file visualization.php, variable ezcWorkflowVisitorVisualization::$nodes
Holds the displayed strings for each of the nodes.
- $numActivatedEndNodes : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$numActivatedEndNodes
Number of activated end nodes.
- $numActivatedNodes : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$numActivatedNodes
Number of activated nodes.
- $numFinallyNodes : ezcWorkflowVisitorVerification
- in file verification.php, variable ezcWorkflowVisitorVerification::$numFinallyNodes
Holds the number of finally nodes encountered during visiting.
- $numInNodes : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$numInNodes
The number of incoming nodes.
- $numOutNodes : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$numOutNodes
The number of outgoing nodes.
- $numStartNodes : ezcWorkflowVisitorVerification
- in file verification.php, variable ezcWorkflowVisitorVerification::$numStartNodes
Holds the number of start nodes encountered during visiting.
- INFO : ezcWorkflowExecutionListener
- in file execution_listener.php, class constant ezcWorkflowExecutionListener::INFO
Info severity constant.
- notify : ezcWorkflowExecutionListener
- in file execution_listener.php, method ezcWorkflowExecutionListener::notify()
Called to inform about events.
- not.php
- procedural page not.php
- non_interactive.php
- procedural page non_interactive.php
- node.php
- procedural page node.php
- node_arithmetic_base.php
- procedural page node_arithmetic_base.php
- node_branch.php
- procedural page node_branch.php
- node_conditional_branch.php
- procedural page node_conditional_branch.php
- node_merge.php
- procedural page node_merge.php
- node_collector.php
- procedural page node_collector.php
o
- $operand : ezcWorkflowNodeArithmeticBase
- in file node_arithmetic_base.php, variable ezcWorkflowNodeArithmeticBase::$operand
Contains the operand (if any).
- $operator : ezcWorkflowConditionIsGreaterThan
- in file is_greater_than.php, variable ezcWorkflowConditionIsGreaterThan::$operator
- $operator : ezcWorkflowConditionIsLessThan
- in file is_less_than.php, variable ezcWorkflowConditionIsLessThan::$operator
- $operator : ezcWorkflowConditionIsNotEqual
- in file is_not_equal.php, variable ezcWorkflowConditionIsNotEqual::$operator
- $operator : ezcWorkflowConditionComparison
- in file condition_comparison.php, variable ezcWorkflowConditionComparison::$operator
- $operator : ezcWorkflowConditionIsEqualOrLessThan
- in file is_equal_or_less_than.php, variable ezcWorkflowConditionIsEqualOrLessThan::$operator
- $operator : ezcWorkflowConditionIsEqualOrGreaterThan
- in file is_equal_or_greater_than.php, variable ezcWorkflowConditionIsEqualOrGreaterThan::$operator
- $operator : ezcWorkflowConditionInArray
- in file in_array.php, variable ezcWorkflowConditionInArray::$operator
- $operator : ezcWorkflowConditionIsEqual
- in file is_equal.php, variable ezcWorkflowConditionIsEqual::$operator
- $outNodes : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$outNodes
The outgoing nodes of this node.
- NOTICE : ezcWorkflowExecutionListener
- in file execution_listener.php, class constant ezcWorkflowExecutionListener::NOTICE
Notice severity constant.
- or.php
- procedural page or.php
p
- $plugins : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$plugins
- $properties : ezcWorkflow
- in file workflow.php, variable ezcWorkflow::$properties
Container to hold the properties
- $properties : ezcWorkflowVisitorVisualization
- in file visualization.php, variable ezcWorkflowVisitorVisualization::$properties
Properties.
- $properties : ezcWorkflowVisitorVisualizationOptions
- in file visitor_visualization.php, variable ezcWorkflowVisitorVisualizationOptions::$properties
Properties.
- $properties : ezcWorkflowInvalidInputException
- in file invalid_input.php, variable ezcWorkflowInvalidInputException::$properties
Container to hold the properties
- $properties : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$properties
Container to hold the properties
- $properties : ezcWorkflowExecutionVisualizerPluginOptions
- in file execution_plugin_visualizer.php, variable ezcWorkflowExecutionVisualizerPluginOptions::$properties
Properties.
- $properties : ezcWorkflowExecutionVisualizerPlugin
- in file visualizer.php, variable ezcWorkflowExecutionVisualizerPlugin::$properties
Properties.
- prepareActivate : ezcWorkflowNodeMerge
- in file node_merge.php, method ezcWorkflowNodeMerge::prepareActivate()
Prepares this node for activation.
- parallel_split.php
- procedural page parallel_split.php
r
- $resumed : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$resumed
- ERROR : ezcWorkflowExecutionListener
- in file execution_listener.php, class constant ezcWorkflowExecutionListener::ERROR
Error severity constant.
- removeInNode : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::removeInNode()
Removes a node from the incoming nodes of this node.
- removeListener : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::removeListener()
Removes a listener from this execution.
- removeOutNode : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::removeOutNode()
Removes a node from the outgoing nodes of this node.
- removePlugin : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::removePlugin()
Removes a plugin from this execution.
- removeVariableHandler : ezcWorkflow
- in file workflow.php, method ezcWorkflow::removeVariableHandler()
Removes the handler for $variableName and returns true on success.
- reset : ezcWorkflow
- in file workflow.php, method ezcWorkflow::reset()
Resets the nodes of this workflow.
- resume : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::resume()
Resumes workflow execution of a suspended workflow.
- reset.php
- procedural page reset.php
s
- $startNewThreadForBranch : ezcWorkflowNodeLoop
- in file loop.php, variable ezcWorkflowNodeLoop::$startNewThreadForBranch
Whether or not to start a new thread for a branch.
- $startNewThreadForBranch : ezcWorkflowNodeBranch
- in file node_branch.php, variable ezcWorkflowNodeBranch::$startNewThreadForBranch
Whether or not to start a new thread for a branch.
- $state : ezcWorkflowNodeSubWorkflow
- in file sub_workflow.php, variable ezcWorkflowNodeSubWorkflow::$state
Execution ID of the sub workflow, - if it has not been started yet.
- $state : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$state
The state of this node.
- $state : ezcWorkflowNodeMerge
- in file node_merge.php, variable ezcWorkflowNodeMerge::$state
- $suspended : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$suspended
- save : ezcWorkflowDefinitionStorage
- in file definition_storage.php, method ezcWorkflowDefinitionStorage::save()
Save a workflow definition to the database.
- save : ezcWorkflowVariableHandler
- in file variable_handler.php, method ezcWorkflowVariableHandler::save()
Save the variable $variableName that is handled by the variable handler with the value $value.
- save : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::save()
Save a workflow definition to a file.
- saveToDocument : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::saveToDocument()
Save a workflow definition to a DOMDocument.
- saveToVariableHandlers : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::saveToVariableHandlers()
Saves data to execution data handlers.
- setVariableHandlers : ezcWorkflow
- in file workflow.php, method ezcWorkflow::setVariableHandlers()
Sets handlers for multiple variables.
- start : ezcWorkflowExecution
- in file execution.php, method ezcWorkflowExecution::start()
Starts the execution of the workflow and returns the execution id.
- service_object.php
- procedural page service_object.php
- simple_merge.php
- procedural page simple_merge.php
- synchronization.php
- procedural page synchronization.php
- synchronizing_merge.php
- procedural page synchronizing_merge.php
- start.php
- procedural page start.php
- sub_workflow.php
- procedural page sub_workflow.php
- set.php
- procedural page set.php
- sub.php
- procedural page sub.php
t
- $threadId : ezcWorkflowNode
- in file node.php, variable ezcWorkflowNode::$threadId
The id of the thread this node is executing in.
- $threads : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$threads
Nodes of the workflow that started a new thread of execution.
u
- SUCCESS_AUDIT : ezcWorkflowExecutionListener
- in file execution_listener.php, class constant ezcWorkflowExecutionListener::SUCCESS_AUDIT
Success audit severity constant.
- unset.php
- procedural page unset.php
- util.php
- procedural page util.php
v
- $value : ezcWorkflowConditionComparison
- in file condition_comparison.php, variable ezcWorkflowConditionComparison::$value
- $variable : ezcWorkflowNodeArithmeticBase
- in file node_arithmetic_base.php, variable ezcWorkflowNodeArithmeticBase::$variable
Contains the data to manipulate.
- $variableHandlers : ezcWorkflow
- in file workflow.php, variable ezcWorkflow::$variableHandlers
The variable handlers of this workflow.
- $variableName : ezcWorkflowConditionVariable
- in file variable.php, variable ezcWorkflowConditionVariable::$variableName
- $variableNameA : ezcWorkflowConditionVariables
- in file variables.php, variable ezcWorkflowConditionVariables::$variableNameA
- $variableNameB : ezcWorkflowConditionVariables
- in file variables.php, variable ezcWorkflowConditionVariables::$variableNameB
- $variables : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$variables
- $visited : ezcWorkflowVisitorVisualization
- in file visualization.php, variable ezcWorkflowVisitorVisualization::$visited
Holds the id of each node that has been visited already.
- $visited : ezcWorkflowVisitorReset
- in file reset.php, variable ezcWorkflowVisitorReset::$visited
Holds the id of each node that has been visited already.
- $visited : ezcWorkflowVisitorVerification
- in file verification.php, variable ezcWorkflowVisitorVerification::$visited
Holds the id of each node that has been visited already.
- variableToXml : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::variableToXml()
"Convert" a PHP variable into an DOMElement object.
- verify : ezcWorkflow
- in file workflow.php, method ezcWorkflow::verify()
Verifies the specification of this workflow.
- verify : ezcWorkflowNode
- in file node.php, method ezcWorkflowNode::verify()
Checks this node's constraints.
- verify : ezcWorkflowNodeConditionalBranch
- in file node_conditional_branch.php, method ezcWorkflowNodeConditionalBranch::verify()
Checks this node's constraints.
- visit : ezcWorkflowVisitorVisualization
- in file visualization.php, method ezcWorkflowVisitorVisualization::visit()
Visits the node and sets the the member variables according to the node type and contents.
- visit : ezcWorkflowVisitorVerification
- in file verification.php, method ezcWorkflowVisitorVerification::visit()
Visits the node, checks contraints and calls verify on each node.
- visit : ezcWorkflowVisitorReset
- in file reset.php, method ezcWorkflowVisitorReset::visit()
Visits the node and resets it.
- visit : ezcWorkflowVisitor
- in file visitor.php, method ezcWorkflowVisitor::visit()
Visit the $visitable.
- visualize : ezcWorkflowExecutionVisualizerPlugin
- in file visualizer.php, method ezcWorkflowExecutionVisualizerPlugin::visualize()
Visualizes the current state of the workflow execution.
- variable.php
- procedural page variable.php
- variables.php
- procedural page variables.php
- visualizer.php
- procedural page visualizer.php
- variable_handler.php
- procedural page variable_handler.php
- visitable.php
- procedural page visitable.php
- visitor.php
- procedural page visitor.php
- visitor_visualization.php
- procedural page visitor_visualization.php
- verification.php
- procedural page verification.php
- visualization.php
- procedural page visualization.php
w
- $waitingFor : ezcWorkflowExecution
- in file execution.php, variable ezcWorkflowExecution::$waitingFor
- $workflowName : ezcWorkflowVisitorVisualization
- in file visualization.php, variable ezcWorkflowVisitorVisualization::$workflowName
Holds the name of the workflow.
- workflow.php
- procedural page workflow.php
x
- xor.php
- procedural page xor.php
- xml.php
- procedural page xml.php
- xmlToCondition : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::xmlToCondition()
"Convert" an DOMElement object into an ezcWorkflowCondition object.
- xmlToVariable : ezcWorkflowDefinitionStorageXml
- in file xml.php, method ezcWorkflowDefinitionStorageXml::xmlToVariable()
"Convert" an DOMElement object into a PHP variable.
Last updated: Mon, 13 Oct 2008