Modifier and Type | Interface and Description |
---|---|
interface |
BaseDelegateExecution |
interface |
DelegateCaseExecution |
interface |
DelegateExecution
Execution used in
JavaDelegate s and ExecutionListener s. |
interface |
DelegateTask |
Modifier and Type | Method and Description |
---|---|
Object |
Expression.getValue(VariableScope variableScope) |
void |
Expression.setValue(Object value,
VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
protected TypedValue |
AbstractGetFormVariablesCmd.createVariable(FormField formField,
VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
void |
TransferVariablesActivityBehavior.transferVariables(VariableScope from,
VariableScope to) |
void |
ProcessOrCaseTaskActivityBehavior.transferVariables(VariableScope from,
VariableScope to) |
Modifier and Type | Class and Description |
---|---|
class |
CaseExecutionEntity |
Modifier and Type | Interface and Description |
---|---|
interface |
CmmnActivityExecution |
interface |
CmmnCaseInstance |
Modifier and Type | Class and Description |
---|---|
class |
CaseExecutionImpl |
class |
CmmnExecution |
Modifier and Type | Class and Description |
---|---|
class |
CoreExecution
Defines the base API for the execution of an activity.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVariableScope |
Modifier and Type | Class and Description |
---|---|
class |
StartProcessVariableScope
Variable-scope only used to resolve variables when NO execution is active but
expression-resolving is needed.
|
Modifier and Type | Method and Description |
---|---|
protected ProcessEngineElContext |
ExpressionManager.createElContext(VariableScope variableScope) |
ELContext |
ExpressionManager.getElContext(VariableScope variableScope) |
Object |
FixedValue.getValue(VariableScope variableScope) |
Object |
JuelExpression.getValue(VariableScope variableScope) |
Object |
Expression.getValue(VariableScope variableScope) |
void |
FixedValue.setValue(Object value,
VariableScope variableScope) |
void |
JuelExpression.setValue(Object value,
VariableScope variableScope) |
void |
Expression.setValue(Object value,
VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
protected Object |
JuelFormEngine.executeScript(String scriptSrc,
VariableScope scope) |
Modifier and Type | Field and Description |
---|---|
protected VariableScope |
DefaultFormFieldValidatorContext.variableScope |
Modifier and Type | Method and Description |
---|---|
VariableScope |
DefaultFormFieldValidatorContext.getVariableScope() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultFormHandler.fireFormPropertyHistoryEvents(VariableMap properties,
VariableScope variableScope) |
void |
FormFieldHandler.handleSubmit(VariableScope variableScope,
VariableMap values,
VariableMap allValues) |
void |
FormPropertyHandler.submitFormProperty(VariableScope variableScope,
VariableMap variables) |
void |
FormHandler.submitFormVariables(VariableMap properties,
VariableScope variableScope) |
void |
DefaultFormHandler.submitFormVariables(VariableMap properties,
VariableScope variableScope) |
void |
FormFieldValidationConstraintHandler.validate(Object submittedValue,
VariableMap submittedValues,
FormFieldHandler formFieldHandler,
VariableScope variableScope) |
Constructor and Description |
---|
DefaultFormFieldValidatorContext(VariableScope variableScope,
String configuration,
VariableMap submittedValues,
FormFieldHandler formFieldHandler) |
Modifier and Type | Method and Description |
---|---|
VariableScope |
FormFieldValidatorContext.getVariableScope() |
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is deleted.
|
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope,
HistoryEventType eventType) |
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is updated.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEntity |
class |
TaskEntity |
Modifier and Type | Method and Description |
---|---|
protected VariableScope |
VariableInstanceEntity.getVariableScope() |
Modifier and Type | Method and Description |
---|---|
static TaskEntity |
TaskEntity.createAndInsert(VariableScope execution)
creates and initializes a new persistent task.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityExecution |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionImpl |
class |
PvmExecutionImpl |
Modifier and Type | Method and Description |
---|---|
protected String |
DynamicExecutableScript.evaluateExpression(VariableScope variableScope) |
Object |
DynamicExecutableScript.execute(ScriptEngine scriptEngine,
VariableScope variableScope,
Bindings bindings) |
abstract Object |
ExecutableScript.execute(ScriptEngine scriptEngine,
VariableScope variableScope,
Bindings bindings)
Evaluates the script using the provided engine and bindings
|
Object |
SourceExecutableScript.execute(ScriptEngine engine,
VariableScope variableScope,
Bindings bindings) |
Object |
ResourceExecutableScript.execute(ScriptEngine engine,
VariableScope variableScope,
Bindings bindings) |
abstract String |
DynamicExecutableScript.getScriptSource(VariableScope variableScope) |
String |
DynamicResourceExecutableScript.getScriptSource(VariableScope variableScope) |
String |
DynamicSourceExecutableScript.getScriptSource(VariableScope variableScope) |
Modifier and Type | Field and Description |
---|---|
protected VariableScope |
VariableScopeResolver.variableScope |
protected VariableScope |
ScriptBindings.variableScope |
Modifier and Type | Method and Description |
---|---|
Bindings |
ScriptingEngines.createBindings(ScriptEngine scriptEngine,
VariableScope variableScope)
override to build a spring aware ScriptingEngines
|
Bindings |
ScriptBindingsFactory.createBindings(VariableScope variableScope,
Bindings engineBindings) |
Resolver |
VariableScopeResolverFactory.createResolver(VariableScope variableScope) |
Resolver |
ResolverFactory.createResolver(VariableScope variableScope) |
Resolver |
BeansResolverFactory.createResolver(VariableScope variableScope) |
Constructor and Description |
---|
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope,
Bindings wrappedBindings) |
VariableScopeResolver(VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
Object |
ScriptingEnvironment.execute(ExecutableScript script,
VariableScope scope)
execute a given script in the environment
|
Modifier and Type | Method and Description |
---|---|
void |
TaskDecorator.decorate(TaskEntity task,
VariableScope variableScope) |
protected void |
TaskDecorator.initializeTaskAssignee(TaskEntity task,
VariableScope variableScope) |
protected void |
TaskDecorator.initializeTaskAssignments(TaskEntity task,
VariableScope variableScope) |
protected void |
TaskDecorator.initializeTaskCandidateGroups(TaskEntity task,
VariableScope variableScope) |
protected void |
TaskDecorator.initializeTaskCandidateUsers(TaskEntity task,
VariableScope variableScope) |
protected void |
TaskDecorator.initializeTaskDescription(TaskEntity task,
VariableScope variableScope) |
protected void |
TaskDecorator.initializeTaskDueDate(TaskEntity task,
VariableScope variableScope) |
protected void |
TaskDecorator.initializeTaskFollowUpDate(TaskEntity task,
VariableScope variableScope) |
protected void |
TaskDecorator.initializeTaskName(TaskEntity task,
VariableScope variableScope) |
protected void |
TaskDecorator.initializeTaskPriority(TaskEntity task,
VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
void |
VariableDeclaration.destroy(VariableScope innerScopeInstance,
VariableScope outerScopeInstance)
Deprecated.
|
void |
VariableDeclaration.initialize(VariableScope innerScopeInstance,
VariableScope outerScopeInstance)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
MockExpressionManager.createElResolver(VariableScope scope) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorVariableScope
Exposes a connector request as variableScope.
|
Copyright © 2018. All rights reserved.