|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessFactory | |
|---|---|
| org.ow2.orchestra.pvm.model | |
| Uses of ProcessFactory in org.ow2.orchestra.pvm.model |
|---|
| Methods in org.ow2.orchestra.pvm.model that return ProcessFactory | |
|---|---|
ProcessFactory |
ProcessFactory.asyncExecute()
sets the asyncExecute property on the current node. |
ProcessFactory |
ProcessFactory.asyncLeave()
sets the asyncLeave property on the current node. |
ProcessFactory |
ProcessFactory.asyncSignal()
sets the asyncSignal property on the current node. |
ProcessFactory |
ProcessFactory.asyncTake()
sets the takeAsync property on the current transition This method requires a current transition. |
ProcessFactory |
ProcessFactory.behaviour(Activity activity)
sets the behaviour on the current node. |
ProcessFactory |
ProcessFactory.behaviour(Class<? extends Activity> activityClass)
sets the behaviour on the current node. |
ProcessFactory |
ProcessFactory.behaviour(Descriptor descriptor)
sets the behaviour on the current node. |
ProcessFactory |
ProcessFactory.behaviour(String expression)
sets the behaviour on the current node. |
static ProcessFactory |
ProcessFactory.build()
starts building a process definition |
static ProcessFactory |
ProcessFactory.build(String processName)
starts building a process definition |
static ProcessFactory |
ProcessFactory.build(String processName,
ProcessDefinitionImpl processDefinition)
starts populating a given process definition |
ProcessFactory |
ProcessFactory.compositeEnd()
ends a block in which nested nodes are created. |
ProcessFactory |
ProcessFactory.compositeNode()
starts a block in which nested nodes can be created. |
ProcessFactory |
ProcessFactory.compositeNode(String nodeName)
starts a block in which nested nodes can be created. |
ProcessFactory |
ProcessFactory.event(String eventName)
creates the given event on the current process element. |
ProcessFactory |
ProcessFactory.exceptionHandler(Class<? extends Exception> exceptionClass)
creates an exception handler for the given exception class on the current process element; until the exceptionHandlerEnd(). |
ProcessFactory |
ProcessFactory.exceptionHandlerEnd()
|
ProcessFactory |
ProcessFactory.guardCondition(Condition condition)
sets the guard condition on the current transition. |
ProcessFactory |
ProcessFactory.initial()
marks the last created node as the initial node in the process. |
ProcessFactory |
ProcessFactory.key(String key)
sets the key of the process definition
explicitely |
ProcessFactory |
ProcessFactory.listener(Descriptor descriptor)
adds an action to the current event. |
ProcessFactory |
ProcessFactory.listener(EventListener eventListener)
adds an action to the current event. |
ProcessFactory |
ProcessFactory.listener(String expression)
adds an action to the current event. |
ProcessFactory |
ProcessFactory.needsPrevious()
sets the property needsPrevious on the current node. |
ProcessFactory |
ProcessFactory.node()
creates a node in the current parent. |
ProcessFactory |
ProcessFactory.node(String nodeName)
creates a named node. |
ProcessFactory |
ProcessFactory.propagationDisabled()
disables propagated events. |
ProcessFactory |
ProcessFactory.property(Descriptor descriptor)
adds a configuration to the current process element |
ProcessFactory |
ProcessFactory.property(String name,
String stringValue)
adds a string-valued configuration to the current process element |
ProcessFactory |
ProcessFactory.scope()
applies on a node and makes it create a local activity instance scope. |
ProcessFactory |
ProcessFactory.timer(Date dueDate,
String signalName)
declares a timer on the current node or process. |
protected ProcessFactory |
ProcessFactory.timer(String dueDateDescription,
Date dueDate,
String signalName,
String repeat)
|
ProcessFactory |
ProcessFactory.timer(String dueDateDescription,
String signalName)
declares a timer on the current node or process. |
ProcessFactory |
ProcessFactory.timer(String dueDateDescription,
String signalName,
String repeat)
declares a timer on the current node or process. |
ProcessFactory |
ProcessFactory.to(String destination)
sets the destination node on the current transition. |
ProcessFactory |
ProcessFactory.transactional()
|
ProcessFactory |
ProcessFactory.transition()
creates a transition on the current node. |
ProcessFactory |
ProcessFactory.transition(String transitionName)
creates a named transition on the current node. |
ProcessFactory |
ProcessFactory.variable(Descriptor sourceDescriptor)
declares a local variable. |
ProcessFactory |
ProcessFactory.variable(String key)
declares a local variable. |
ProcessFactory |
ProcessFactory.variable(String key,
String initialValue)
declares a local variable. |
ProcessFactory |
ProcessFactory.version(int version)
sets the version of the process
definition explicitely |
ProcessFactory |
ProcessFactory.waitCondition(Condition condition)
sets the wait condition on the current transition. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||