Uses of Class
org.ow2.bonita.pvm.model.ProcessFactory

Packages that use ProcessFactory
org.ow2.bonita.pvm.model   
 

Uses of ProcessFactory in org.ow2.bonita.pvm.model
 

Methods in org.ow2.bonita.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(java.lang.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(java.lang.String expression)
          sets the behaviour on the current node.
static ProcessFactory ProcessFactory.build()
          starts building a process definition
static ProcessFactory ProcessFactory.build(java.lang.String processName)
          starts building a process definition
static ProcessFactory ProcessFactory.build(java.lang.String processName, PVMProcessDefinitionImpl 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(java.lang.String nodeName)
          starts a block in which nested nodes can be created.
 ProcessFactory ProcessFactory.event(java.lang.String eventName)
          creates the given event on the current process element.
 ProcessFactory ProcessFactory.exceptionHandler(java.lang.Class<? extends java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.String name, java.lang.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(java.util.Date dueDate, java.lang.String signalName)
          declares a timer on the current node or process.
protected  ProcessFactory ProcessFactory.timer(java.lang.String dueDateDescription, java.util.Date dueDate, java.lang.String signalName, java.lang.String repeat)
           
 ProcessFactory ProcessFactory.timer(java.lang.String dueDateDescription, java.lang.String signalName)
          declares a timer on the current node or process.
 ProcessFactory ProcessFactory.timer(java.lang.String dueDateDescription, java.lang.String signalName, java.lang.String repeat)
          declares a timer on the current node or process.
 ProcessFactory ProcessFactory.to(java.lang.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(java.lang.String transitionName)
          creates a named transition on the current node.
 ProcessFactory ProcessFactory.variable(Descriptor sourceDescriptor)
          declares a local variable.
 ProcessFactory ProcessFactory.variable(java.lang.String key)
          declares a local variable.
 ProcessFactory ProcessFactory.variable(java.lang.String key, java.lang.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.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.