| Modifier and Type | Method and Description |
|---|---|
Environment |
GraphInstance.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
NewGraphInstanceCreator.create(String graphName,
Integer graphVersion,
String label1,
String label2,
Environment initialEnvironment) |
void |
Environment.importEnvironment(Environment environment)
Copy all attributes from given environment into this environment.
|
GraphInstance |
GraphEngineFacade.start(Graph graph,
Environment initialEnvironment) |
GraphInstanceImpl |
GraphEngineFacade.start(Graph graph,
Environment initialEnvironment,
Long externalId)
|
GraphInstance |
GraphEngineFacade.start(String graphName,
Integer version,
Environment initialEnvironment)
A shorthand for
#start(String, Integer, Environment, String) using a
null external id. |
GraphInstance |
GraphEngineFacade.start(String graphName,
Integer version,
Environment initialEnvironment,
Long externalId)
Starts a
GraphInstance of the Graph with the given name
and version and using the given Environment and associates the created
GraphInstance with the given external. |
void |
Node.store(Environment environment,
Object result)
When a token execution on a node completes and returns control back to
the engine, then the engine mandates the node to store the node execution
result into the graph instance's environment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentImpl.importEnvironment(Environment environment) |
GraphInstanceImpl |
GraphEngineImpl.start(Graph graph,
Environment initialEnvironment) |
GraphInstanceImpl |
GraphEngineImpl.start(Graph graph,
Environment initialEnvironment,
Long externalId) |
GraphInstanceImpl |
GraphEngineImpl.start(String graphName,
Integer version,
Environment initialEnvironment) |
GraphInstanceImpl |
GraphEngineImpl.start(String graphName,
Integer version,
Environment initialEnvironment,
Long externalId) |
| Modifier and Type | Method and Description |
|---|---|
static javax.el.ELProcessor |
ElUtil.initNewELProcessor(Environment environment,
Long externalInstanceId)
Creates and prepares a new ELProcessor instance with workflow engine configuration to evaluate expressions on
workflow instance environment together with some additional features (NOW variable, WORKFLOW_INSTANCE_ID variable).
|
| Constructor and Description |
|---|
EnvironmentBeanNameResolver(Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptActivity.Script.execute(Environment environment) |
void |
ValidateAttributeActivity.store(Environment environment,
Object result) |
void |
SetAttributeActivity.store(Environment environment,
Object result) |
void |
ScriptActivity.store(Environment environment,
Object result) |
void |
ObjectCallActivity.store(Environment environment,
Object result) |
void |
HumanTaskActivity.store(Environment environment,
Object result) |
void |
CreateNewInstanceActivity.store(Environment environment,
Object result) |
void |
BeanCallActivity.store(Environment environment,
Object result) |
void |
BeanAsyncCallActivity.store(Environment environment,
Object result) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThrowEscalation.store(Environment environment,
Object result) |
void |
CatchTimer.store(Environment environment,
Object result) |
void |
CatchSignal.store(Environment environment,
Object result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGateway.store(Environment environment,
Object result) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueMapping.map(Environment environment,
Object result) |
void |
OutputMapping.map(Environment environment,
Object result) |
void |
MapEntryMapping.map(Environment environment,
Object result) |
Copyright © 2018. All rights reserved.