Uses of Interface
org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance

Packages that use ProcessInstance
org.smartcomps.twister.engine.priv.core.definition.impl   
org.smartcomps.twister.engine.priv.core.dynamic   
org.smartcomps.twister.engine.priv.core.dynamic.impl   
org.smartcomps.twister.engine.priv.expression   
org.smartcomps.twister.engine.priv.expression.impl   
org.smartcomps.twister.engine.priv.messaging.impl   
 

Uses of ProcessInstance in org.smartcomps.twister.engine.priv.core.definition.impl
 

Methods in org.smartcomps.twister.engine.priv.core.definition.impl that return ProcessInstance
 org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance ProcessImpl.execute(java.lang.String correlationSetName, java.util.Map correlation)
           
 

Methods in org.smartcomps.twister.engine.priv.core.definition.impl with parameters of type ProcessInstance
 void ProcessImpl.addInstance(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance context)
           
 

Uses of ProcessInstance in org.smartcomps.twister.engine.priv.core.dynamic
 

Methods in org.smartcomps.twister.engine.priv.core.dynamic that return ProcessInstance
 org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance ExecutionContext.getInstance()
          Returns the ProcessInstance if this execution context is root or null otherwise.
 org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance ExecutionContext.fetchInstance()
          Browse the hierarchy tree through all containers to fetch the process instance this execution context is included in.
static org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance ProcessInstanceFactory.createProcessInstance(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process, java.lang.String correlationSetName, java.util.Map propertyValues)
          Creates a persistent implementation of a ProcessInstance for its original TwisterProcess.
static org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance ProcessInstanceFactory.findInstanceByCorrelation(java.lang.String correlationSetName, java.util.Map propertyValues)
           
 

Methods in org.smartcomps.twister.engine.priv.core.dynamic with parameters of type ProcessInstance
static org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext ExecutionContextFactory.createExecutionContext(org.smartcomps.twister.engine.priv.core.definition.Activity generatingActivity, org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance processInstance)
           
static org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext ExecutionContextFactory.findECForActivityInInstance(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
          Returns the execution context created from the provided activity and situated in the containment hierarchy of the provided process instance.
static void ProcessInstanceFactory.addCorrelation(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, java.lang.String correlationSetName, java.util.Map propertyValues)
           
static org.smartcomps.twister.engine.priv.core.dynamic.ValuedProperty ProcessInstanceFactory.createValuedProperty(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance processInstance, java.lang.String name, java.lang.String value)
           
 

Uses of ProcessInstance in org.smartcomps.twister.engine.priv.core.dynamic.impl
 

Classes in org.smartcomps.twister.engine.priv.core.dynamic.impl that implement ProcessInstance
 class ProcessInstanceImpl
          Persistent implementation of the ProcessInstance interface.
 

Methods in org.smartcomps.twister.engine.priv.core.dynamic.impl that return ProcessInstance
 org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance ExecutionContextImpl.getInstance()
           
 org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance ExecutionContextImpl.fetchInstance()
           
 

Methods in org.smartcomps.twister.engine.priv.core.dynamic.impl with parameters of type ProcessInstance
 void ExecutionContextImpl.setInstance(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance)
           
 

Uses of ProcessInstance in org.smartcomps.twister.engine.priv.expression
 

Methods in org.smartcomps.twister.engine.priv.expression with parameters of type ProcessInstance
 boolean ExpressionProcessor.evaluateAsBoolean(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, java.lang.String expression)
           
 java.util.Date ExpressionProcessor.evaluateAsDate(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, java.lang.String expression)
           
 java.util.Date ExpressionProcessor.evaluateDurationAsDate(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, java.lang.String expression)
          Evaluates an expression resulting in a duration value and adds this duration to now to obtain a new date.
 java.lang.String ExpressionProcessor.evaluateAsString(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, java.lang.String expression)
           
 

Uses of ProcessInstance in org.smartcomps.twister.engine.priv.expression.impl
 

Methods in org.smartcomps.twister.engine.priv.expression.impl with parameters of type ProcessInstance
 boolean BPELExpressionProcessorImpl.evaluateAsBoolean(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, java.lang.String expression)
           
 java.lang.String BPELExpressionProcessorImpl.evaluateAsString(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, java.lang.String expression)
           
 java.util.Date BPELExpressionProcessorImpl.evaluateAsDate(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, java.lang.String expression)
           
 java.util.Date BPELExpressionProcessorImpl.evaluateDurationAsDate(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, java.lang.String expression)
           
 

Uses of ProcessInstance in org.smartcomps.twister.engine.priv.messaging.impl
 

Methods in org.smartcomps.twister.engine.priv.messaging.impl that return ProcessInstance
 org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance PickECAsReceiveEC.getInstance()
           
 org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance PickECAsReceiveEC.fetchInstance()
           
 

Methods in org.smartcomps.twister.engine.priv.messaging.impl with parameters of type ProcessInstance
static org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext CoreWrappingFactory.findECsByActivityAndInstance(org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance instance, org.smartcomps.twister.engine.priv.core.definition.Activity activity)
          Find execution context by its activity and an instance.
 



Copyright © 2003 SmartComps. All Rights Reserved.