|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TwisterProcess in org.smartcomps.twister.deployer.priv |
Methods in org.smartcomps.twister.deployer.priv with parameters of type TwisterProcess | |
org.smartcomps.twister.engine.priv.core.definition.Activity |
ActivityDeployer.deploy(org.dom4j.Element element,
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess twisterProcess)
|
protected org.smartcomps.twister.engine.priv.core.definition.Activity |
ActivityDeployer.createActivity(org.dom4j.Element element,
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess twisterProcess)
|
Uses of TwisterProcess in org.smartcomps.twister.engine.priv.core.definition |
Methods in org.smartcomps.twister.engine.priv.core.definition that return TwisterProcess | |
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
Activity.getProcess()
An Activity is contained either in a TwisterProcess of in a StructuredActivity, therefore this method will return the TwisterProcess containing this activity only if it is the root activity. |
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
Activity.fetchProcess()
This method browse the activity containment hierarchy to fetch the process this activity is included in. |
static org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
ProcessFactory.createProcess(java.lang.String name)
Creates a new Process persistance instance. |
static org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
ProcessFactory.getByName(java.lang.String name)
Finds a persistent Process from its name. |
Methods in org.smartcomps.twister.engine.priv.core.definition with parameters of type TwisterProcess | |
static org.smartcomps.twister.engine.priv.core.definition.Activity |
ActivityFactory.createActivity(java.lang.Class activityInterface,
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process)
Creates a new persistent activity instance implementing the provided interface and assigns it to the provided process, only needed once in a process creation. |
static org.smartcomps.twister.engine.priv.core.definition.CorrelationSet |
ProcessFactory.addCorrelation(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process,
java.lang.String correlationName,
java.lang.String correlationProps)
|
static org.smartcomps.twister.engine.priv.core.definition.Property |
ProcessFactory.addProperty(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process,
java.lang.String name,
java.lang.String type)
|
static org.smartcomps.twister.engine.priv.core.definition.Property |
ProcessFactory.addProperty(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process,
java.lang.String name,
java.lang.String type,
java.lang.String msgType,
java.lang.String part,
java.lang.String query)
|
Uses of TwisterProcess in org.smartcomps.twister.engine.priv.core.definition.impl |
Classes in org.smartcomps.twister.engine.priv.core.definition.impl that implement TwisterProcess | |
class |
ProcessImpl
Persistent implementation of the TwisterProcess interface. |
Methods in org.smartcomps.twister.engine.priv.core.definition.impl that return TwisterProcess | |
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
ActivityImpl.getProcess()
|
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
ActivityImpl.fetchProcess()
|
Methods in org.smartcomps.twister.engine.priv.core.definition.impl with parameters of type TwisterProcess | |
void |
ActivityImpl.setProcess(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process)
|
Uses of TwisterProcess in org.smartcomps.twister.engine.priv.core.dynamic |
Methods in org.smartcomps.twister.engine.priv.core.dynamic that return TwisterProcess | |
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
ProcessInstance.getProcess()
|
Methods in org.smartcomps.twister.engine.priv.core.dynamic with parameters of type TwisterProcess | |
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. |
Uses of TwisterProcess in org.smartcomps.twister.engine.priv.core.dynamic.impl |
Methods in org.smartcomps.twister.engine.priv.core.dynamic.impl that return TwisterProcess | |
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
ProcessInstanceImpl.getProcess()
|
Methods in org.smartcomps.twister.engine.priv.core.dynamic.impl with parameters of type TwisterProcess | |
void |
ProcessInstanceImpl.setProcess(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process)
|
Uses of TwisterProcess in org.smartcomps.twister.engine.priv.messaging.impl |
Methods in org.smartcomps.twister.engine.priv.messaging.impl that return TwisterProcess | |
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
PickAsReceive.getProcess()
|
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
PickAsReceive.fetchProcess()
|
Uses of TwisterProcess in org.smartcomps.twister.engine.priv.util |
Methods in org.smartcomps.twister.engine.priv.util with parameters of type TwisterProcess | |
static java.util.Map |
CorrelationExtractor.extractCorrelationsValues(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process,
java.util.Collection corrRefs,
org.dom4j.Node message)
|
static java.util.Map |
CorrelationExtractor.extractCorrelationValues(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process,
org.smartcomps.twister.engine.priv.core.definition.CorrelationRef ref,
org.dom4j.Node message)
|
static java.lang.String |
CorrelationExtractor.extractPropertyValue(org.smartcomps.twister.engine.priv.core.definition.TwisterProcess process,
java.lang.String property,
org.dom4j.Node message)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |