| Modifier and Type | Method and Description |
|---|---|
static Object |
DelegateExpressionUtil.resolveDelegateExpression(Expression expression,
VariableScope variableScope) |
static Object |
DelegateExpressionUtil.resolveDelegateExpression(Expression expression,
VariableScope variableScope,
List<FieldDeclaration> fieldDeclarations) |
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
VariableScopeElResolver.variableScope |
| Modifier and Type | Method and Description |
|---|---|
protected ActivitiElContext |
ExpressionManager.createElContext(VariableScope variableScope) |
protected ELResolver |
ExpressionManager.createElResolver(VariableScope variableScope) |
ELContext |
ExpressionManager.getElContext(VariableScope variableScope) |
| Constructor and Description |
|---|
VariableScopeElResolver(VariableScope variableScope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionEntity |
class |
TaskEntity |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityExecution |
interface |
ExecutionListenerExecution |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterpretableExecution |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
VariableScopeResolver.variableScope |
protected VariableScope |
ScriptBindings.variableScope |
| Modifier and Type | Method and Description |
|---|---|
Bindings |
ScriptBindingsFactory.createBindings(VariableScope variableScope) |
protected Bindings |
ScriptingEngines.createBindings(VariableScope variableScope)
override to build a spring aware ScriptingEngines
|
Bindings |
ScriptBindingsFactory.createBindings(VariableScope variableScope,
boolean storeScriptVariables) |
protected Bindings |
ScriptingEngines.createBindings(VariableScope variableScope,
boolean storeScriptVariables)
override to build a spring aware ScriptingEngines
|
Resolver |
VariableScopeResolverFactory.createResolver(VariableScope variableScope) |
Resolver |
BeansResolverFactory.createResolver(VariableScope variableScope) |
Resolver |
ResolverFactory.createResolver(VariableScope variableScope) |
protected List<Resolver> |
ScriptBindingsFactory.createResolvers(VariableScope variableScope) |
Object |
ScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope) |
Object |
ScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope,
boolean storeScriptVariables) |
| Constructor and Description |
|---|
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope) |
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope,
boolean storeScriptVariables) |
VariableScopeResolver(VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
protected ELResolver |
SpringExpressionManager.createElResolver(VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
VariableScope |
BusinessProcessEvent.getVariableScope() |
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
CdiBusinessProcessEvent.variableScope |
| Modifier and Type | Method and Description |
|---|---|
VariableScope |
CdiBusinessProcessEvent.getVariableScope() |
| Constructor and Description |
|---|
CdiBusinessProcessEvent(String activityId,
String transitionName,
ProcessDefinition processDefinition,
VariableScope execution,
BusinessProcessEventType type,
String processInstanceId,
String executionId,
Date timeStamp) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegatePlanItemInstance |
| Modifier and Type | Method and Description |
|---|---|
protected VariableScope |
DefaultInternalCmmnJobManager.resolveVariableScopeInternal(Job job) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultInternalCmmnJobManager.preRepeatedTimerScheduleInternal(TimerJobEntity timerJobEntity,
VariableScope variableScope) |
protected void |
DefaultInternalCmmnJobManager.preTimerJobDeleteInternal(JobEntity jobEntity,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncActivatePlanItemInstanceJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ExternalWorkerTaskCompleteJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
AsyncInitializePlanModelJobHandler.execute(JobEntity job,
String caseInstanceId,
VariableScope variableScope,
CommandContext commandContext) |
void |
TriggerTimerEventJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
CmmnHistoryCleanupJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CaseInstanceEntity |
interface |
EntityWithSentryPartInstances |
interface |
PlanItemInstanceEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCmmnEngineVariableScopeEntity |
class |
CaseInstanceEntityImpl |
class |
PlanItemInstanceEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
VariableScope |
PlanItemInstanceEntity.getParentVariableScope() |
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
CmmnVariableScopeResolver.variableScope |
| Modifier and Type | Method and Description |
|---|---|
Resolver |
CmmnVariableScopeResolverFactory.createResolver(AbstractEngineConfiguration engineConfiguration,
VariableScope variableScope) |
| Constructor and Description |
|---|
CmmnVariableScopeResolver(CmmnEngineConfiguration engineConfiguration,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<EventPayloadInstance> |
EventInstanceCmmnUtil.createEventPayloadInstances(VariableScope variableScope,
ExpressionManager expressionManager,
BaseElement baseElement,
EventModel eventDefinition)
Reads the 'in parameters' and converts them to
EventPayloadInstance instances. |
static void |
EventInstanceCmmnUtil.handleEventInstanceOutParameters(VariableScope variableScope,
BaseElement baseElement,
EventInstance eventInstance)
Processes the 'out parameters' of an
EventInstance and stores the corresponding variables on the VariableScope. |
| Modifier and Type | Method and Description |
|---|---|
static String |
CmmnAggregation.getAggregationTargetVarName(VariableAggregationDefinition aggregation,
VariableScope parentScope,
CmmnEngineConfiguration cmmnEngineConfiguration) |
static Map<String,VariableAggregationDefinition> |
CmmnAggregation.groupAggregationsByTarget(VariableScope scope,
Collection<VariableAggregationDefinition> aggregations,
CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
ScriptBindings.variableScope |
| Modifier and Type | Method and Description |
|---|---|
protected Bindings |
ScriptingEngines.createBindings(VariableScope variableScope)
override to build a spring aware ScriptingEngines
|
Bindings |
ScriptBindingsFactory.createBindings(VariableScope variableScope) |
protected Bindings |
ScriptingEngines.createBindings(VariableScope variableScope,
boolean storeScriptVariables)
override to build a spring aware ScriptingEngines
|
Bindings |
ScriptBindingsFactory.createBindings(VariableScope variableScope,
boolean storeScriptVariables) |
Resolver |
BeansResolverFactory.createResolver(AbstractEngineConfiguration processEngineConfiguration,
VariableScope variableScope) |
Resolver |
ResolverFactory.createResolver(AbstractEngineConfiguration engineConfiguration,
VariableScope variableScope) |
protected List<Resolver> |
ScriptBindingsFactory.createResolvers(VariableScope variableScope) |
Object |
ScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope) |
Object |
ScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope,
boolean storeScriptVariables) |
| Constructor and Description |
|---|
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope) |
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope,
boolean storeScriptVariables) |
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Stack<VariableScope>> |
SimulationRunContext.executionThreadLocal |
| Modifier and Type | Method and Description |
|---|---|
static VariableScope |
SimulationRunContext.getExecution() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSimulationRun.execute(VariableScope execution) |
void |
SimulationRun.execute(VariableScope execution)
executes simulation run according to configuration already set
|
void |
SimulationDebugger.init(VariableScope execution)
initialize simulation run
|
void |
AbstractSimulationRun.init(VariableScope execution) |
protected void |
ReplaySimulationRun.initSimulationRunContext(VariableScope execution) |
protected abstract void |
AbstractSimulationRun.initSimulationRunContext(VariableScope execution) |
protected void |
SimpleSimulationRun.initSimulationRunContext(VariableScope execution) |
static void |
SimulationRunContext.setExecution(VariableScope execution) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
| Modifier and Type | Method and Description |
|---|---|
static Object |
DelegateExpressionUtil.resolveDelegateExpression(Expression expression,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
protected VariableScope |
DefaultInternalJobManager.resolveVariableScopeInternal(Job job) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultInternalJobManager.getBusinessCalendarName(String calendarName,
VariableScope variableScope) |
protected void |
DefaultInternalJobManager.preRepeatedTimerScheduleInternal(TimerJobEntity ti,
VariableScope variableScope) |
protected void |
DefaultInternalJobManager.preTimerJobDeleteInternal(JobEntity jobEntity,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
BreakpointJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalWorkerTaskCompleteJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ParallelMultiInstanceActivityCompletionJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
AsyncSendEventJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
BpmnHistoryCleanupJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
TimerStartEventJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
AsyncContinuationJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ProcessInstanceMigrationJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
TimerSuspendProcessDefinitionHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ProcessEventJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ParallelMultiInstanceWithNoWaitStatesAsyncLeaveJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ProcessInstanceMigrationStatusJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
AsyncTriggerJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
TimerActivateProcessDefinitionHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
TriggerTimerEventJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
AsyncCompleteCallActivityJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutionEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBpmnEngineVariableScopeEntity |
class |
ExecutionEntityImpl |
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
VariableScopeResolver.variableScope |
| Modifier and Type | Method and Description |
|---|---|
Resolver |
VariableScopeResolverFactory.createResolver(AbstractEngineConfiguration engineConfiguration,
VariableScope variableScope) |
| Constructor and Description |
|---|
VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
EventInstanceBpmnUtil.addEventPayloadInstance(List<EventPayloadInstance> eventPayloadInstances,
String source,
String target,
VariableScope variableScope,
ExpressionManager expressionManager,
EventModel eventDefinition) |
static Collection<EventPayloadInstance> |
EventInstanceBpmnUtil.createEventPayloadInstances(VariableScope variableScope,
ExpressionManager expressionManager,
BaseElement baseElement,
EventModel eventDefinition)
Reads the 'in parameters' and converts them to
EventPayloadInstance instances. |
static void |
EventInstanceBpmnUtil.handleEventInstanceOutParameters(VariableScope variableScope,
BaseElement baseElement,
EventInstance eventInstance)
Processes the 'out parameters' of an
EventInstance and stores the corresponding variables on the VariableScope. |
protected static void |
EventInstanceBpmnUtil.setEventParameterVariable(String source,
String target,
boolean isTransient,
Map<String,EventPayloadInstance> payloadInstances,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
Resolver |
MockResolverFactory.createResolver(AbstractEngineConfiguration engineConfiguration,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
VariableScope |
ScopeAwareInternalJobManager.resolveVariableScope(Job job) |
VariableScope |
InternalJobManager.resolveVariableScope(Job job) |
protected abstract VariableScope |
ScopeAwareInternalJobManager.resolveVariableScopeInternal(Job job) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ScopeAwareInternalJobManager.preRepeatedTimerSchedule(TimerJobEntity timerJobEntity,
VariableScope variableScope) |
void |
InternalJobManager.preRepeatedTimerSchedule(TimerJobEntity timerJobEntity,
VariableScope variableScope) |
protected abstract void |
ScopeAwareInternalJobManager.preRepeatedTimerScheduleInternal(TimerJobEntity timerJobEntity,
VariableScope variableScope) |
void |
ScopeAwareInternalJobManager.preTimerJobDelete(JobEntity jobEntity,
VariableScope variableScope) |
void |
InternalJobManager.preTimerJobDelete(JobEntity jobEntity,
VariableScope variableScope) |
protected abstract void |
ScopeAwareInternalJobManager.preTimerJobDeleteInternal(JobEntity jobEntity,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultJobManager.getBusinessCalendarName(JobEntity timerEntity,
VariableScope variableScope) |
String |
JobManager.getBusinessCalendarName(JobEntity timerEntity,
VariableScope variableScope)
Get the business calendar name of the job configuration
|
protected String |
DefaultJobManager.getBusinessCalendarName(String calendarName,
VariableScope variableScope) |
protected boolean |
DefaultJobManager.isValidTime(JobEntity timerEntity,
Date newTimerDate,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
TimerJobEntityManagerImpl.calculateNextTimer(JobEntity timerEntity,
VariableScope variableScope) |
TimerJobEntity |
TimerJobEntityManagerImpl.createAndCalculateNextTimer(JobEntity timerEntity,
VariableScope variableScope) |
TimerJobEntity |
TimerJobEntityManager.createAndCalculateNextTimer(JobEntity timerEntity,
VariableScope variableScope)
Creates a new
TimerJobEntity, typically when a timer is used in a repeating way. |
protected boolean |
TimerJobEntityManagerImpl.isValidTime(JobEntity timerEntity,
Date newTimerDate,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
Object |
OsgiScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope) |
Object |
OsgiScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope,
boolean storeScriptVariables) |
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
SecureScriptScope.variableScope |
| Modifier and Type | Method and Description |
|---|---|
static Object |
SecureJavascriptUtil.evaluateScript(VariableScope variableScope,
String script) |
static Object |
SecureJavascriptUtil.evaluateScript(VariableScope variableScope,
String script,
Map<Object,Object> beans) |
| Constructor and Description |
|---|
SecureScriptScope(VariableScope variableScope,
Map<Object,Object> beans) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegateTask |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTaskServiceVariableScopeEntity |
class |
TaskEntityImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
NoExecutionVariableScope
Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VariableScopeImpl |
Copyright © 2023 Flowable. All rights reserved.