Uses of Interface
org.flowable.variable.api.delegate.VariableScope
Packages that use VariableScope
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate
s.-
Uses of VariableScope in org.flowable.cmmn.api.delegate
Subinterfaces of VariableScope in org.flowable.cmmn.api.delegate -
Uses of VariableScope in org.flowable.cmmn.engine.impl.callback
Methods in org.flowable.cmmn.engine.impl.callback that return VariableScopeModifier and TypeMethodDescriptionprotected VariableScope
DefaultInternalCmmnJobManager.resolveVariableScopeInternal
(Job job) Methods in org.flowable.cmmn.engine.impl.callback with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected void
DefaultInternalCmmnJobManager.preRepeatedTimerScheduleInternal
(TimerJobEntity timerJobEntity, VariableScope variableScope) protected void
DefaultInternalCmmnJobManager.preTimerJobDeleteInternal
(JobEntity jobEntity, VariableScope variableScope) -
Uses of VariableScope in org.flowable.cmmn.engine.impl.delete
Methods in org.flowable.cmmn.engine.impl.delete with parameters of type VariableScopeModifier and TypeMethodDescriptionvoid
ComputeDeleteHistoricCaseInstanceIdsJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ComputeDeleteHistoricCaseInstanceStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricCaseInstanceIdsJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricCaseInstanceIdsStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricCaseInstancesSequentialJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of VariableScope in org.flowable.cmmn.engine.impl.job
Methods in org.flowable.cmmn.engine.impl.job with parameters of type VariableScopeModifier and TypeMethodDescriptionvoid
AsyncActivatePlanItemInstanceJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AsyncInitializePlanModelJobHandler.execute
(JobEntity job, String caseInstanceId, VariableScope variableScope, CommandContext commandContext) void
AsyncLeaveActivePlanItemInstanceJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
CaseInstanceMigrationJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
CaseInstanceMigrationStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
CmmnHistoryCleanupJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ExternalWorkerTaskCompleteJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
HistoricCaseInstanceMigrationJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
TriggerTimerEventJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of VariableScope in org.flowable.cmmn.engine.impl.persistence.entity
Subinterfaces of VariableScope in org.flowable.cmmn.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
interface
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement VariableScopeModifier and TypeClassDescriptionclass
class
class
Methods in org.flowable.cmmn.engine.impl.persistence.entity that return VariableScope -
Uses of VariableScope in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util with parameters of type VariableScopeModifier and TypeMethodDescriptionstatic Collection<EventPayloadInstance>
EventInstanceCmmnUtil.createEventPayloadInstances
(VariableScope variableScope, ExpressionManager expressionManager, BaseElement baseElement, EventModel eventDefinition) Reads the 'in parameters' and converts them toEventPayloadInstance
instances.static void
EventInstanceCmmnUtil.handleEventInstanceOutParameters
(VariableScope variableScope, BaseElement baseElement, EventInstance eventInstance) Processes the 'out parameters' of anEventInstance
and stores the corresponding variables on theVariableScope
. -
Uses of VariableScope in org.flowable.cmmn.engine.impl.variable
Methods in org.flowable.cmmn.engine.impl.variable with parameters of type VariableScopeModifier and TypeMethodDescriptionstatic String
CmmnAggregation.getAggregationTargetVarName
(VariableAggregationDefinition aggregation, VariableScope parentScope, CmmnEngineConfiguration cmmnEngineConfiguration) static Map<String,
VariableAggregationDefinition> CmmnAggregation.groupAggregationsByTarget
(VariableScope scope, Collection<VariableAggregationDefinition> aggregations, CmmnEngineConfiguration cmmnEngineConfiguration) -
Uses of VariableScope in org.flowable.engine.delegate
Subinterfaces of VariableScope in org.flowable.engine.delegateModifier and TypeInterfaceDescriptioninterface
Execution used inJavaDelegate
s andExecutionListener
s. -
Uses of VariableScope in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type VariableScopeModifier and TypeMethodDescriptionstatic Object
DelegateExpressionUtil.resolveDelegateExpression
(Expression expression, VariableScope variableScope) -
Uses of VariableScope in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg that return VariableScopeModifier and TypeMethodDescriptionprotected VariableScope
DefaultInternalJobManager.resolveVariableScopeInternal
(Job job) Methods in org.flowable.engine.impl.cfg with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected String
DefaultInternalJobManager.getBusinessCalendarName
(String calendarName, VariableScope variableScope) protected void
DefaultInternalJobManager.preRepeatedTimerScheduleInternal
(TimerJobEntity ti, VariableScope variableScope) protected void
DefaultInternalJobManager.preTimerJobDeleteInternal
(JobEntity jobEntity, VariableScope variableScope) -
Uses of VariableScope in org.flowable.engine.impl.delete
Methods in org.flowable.engine.impl.delete with parameters of type VariableScopeModifier and TypeMethodDescriptionvoid
ComputeDeleteHistoricProcessInstanceIdsJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ComputeDeleteHistoricProcessInstanceStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricProcessInstanceIdsJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricProcessInstanceIdsStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricProcessInstancesSequentialJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of VariableScope in org.flowable.engine.impl.event
Methods in org.flowable.engine.impl.event with parameters of type VariableScopeModifier and TypeMethodDescriptionvoid
BreakpointJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of VariableScope in org.flowable.engine.impl.jobexecutor
Methods in org.flowable.engine.impl.jobexecutor with parameters of type VariableScopeModifier and TypeMethodDescriptionvoid
AsyncCompleteCallActivityJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AsyncContinuationJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AsyncLeaveJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AsyncSendEventJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AsyncTriggerJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
BpmnHistoryCleanupJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ExternalWorkerTaskCompleteJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ParallelMultiInstanceActivityCompletionJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ParallelMultiInstanceWithNoWaitStatesAsyncLeaveJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ProcessEventJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ProcessInstanceMigrationJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ProcessInstanceMigrationStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
TimerActivateProcessDefinitionHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
TimerStartEventJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
TimerSuspendProcessDefinitionHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
TriggerTimerEventJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of VariableScope in org.flowable.engine.impl.persistence.entity
Subinterfaces of VariableScope in org.flowable.engine.impl.persistence.entityClasses in org.flowable.engine.impl.persistence.entity that implement VariableScopeModifier and TypeClassDescriptionclass
class
-
Uses of VariableScope in org.flowable.engine.impl.scripting
Fields in org.flowable.engine.impl.scripting declared as VariableScopeConstructors in org.flowable.engine.impl.scripting with parameters of type VariableScopeModifierConstructorDescriptionVariableScopeResolver
(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope) -
Uses of VariableScope in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected 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 toEventPayloadInstance
instances.static void
EventInstanceBpmnUtil.handleEventInstanceOutParameters
(VariableScope variableScope, BaseElement baseElement, EventInstance eventInstance) Processes the 'out parameters' of anEventInstance
and stores the corresponding variables on theVariableScope
.protected static void
EventInstanceBpmnUtil.setEventParameterVariable
(String source, String target, boolean isTransient, Map<String, EventPayloadInstance> payloadInstances, VariableScope variableScope) -
Uses of VariableScope in org.flowable.job.service
Methods in org.flowable.job.service that return VariableScopeModifier and TypeMethodDescriptionInternalJobManager.resolveVariableScope
(Job job) final VariableScope
ScopeAwareInternalJobManager.resolveVariableScope
(Job job) protected abstract VariableScope
ScopeAwareInternalJobManager.resolveVariableScopeInternal
(Job job) Methods in org.flowable.job.service with parameters of type VariableScopeModifier and TypeMethodDescriptionvoid
JobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
InternalJobManager.preRepeatedTimerSchedule
(TimerJobEntity timerJobEntity, VariableScope variableScope) final void
ScopeAwareInternalJobManager.preRepeatedTimerSchedule
(TimerJobEntity timerJobEntity, VariableScope variableScope) protected abstract void
ScopeAwareInternalJobManager.preRepeatedTimerScheduleInternal
(TimerJobEntity timerJobEntity, VariableScope variableScope) void
InternalJobManager.preTimerJobDelete
(JobEntity jobEntity, VariableScope variableScope) final void
ScopeAwareInternalJobManager.preTimerJobDelete
(JobEntity jobEntity, VariableScope variableScope) protected abstract void
ScopeAwareInternalJobManager.preTimerJobDeleteInternal
(JobEntity jobEntity, VariableScope variableScope) -
Uses of VariableScope in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected String
DefaultJobManager.getBusinessCalendarName
(String calendarName, VariableScope variableScope) DefaultJobManager.getBusinessCalendarName
(JobEntity timerEntity, VariableScope variableScope) JobManager.getBusinessCalendarName
(JobEntity timerEntity, VariableScope variableScope) Get the business calendar name of the job configurationprotected boolean
DefaultJobManager.isValidTime
(JobEntity timerEntity, Date newTimerDate, VariableScope variableScope) void
TimerJobScheduler.rescheduleTimerJobAfterExecution
(JobEntity timerJob, VariableScope variableScope) Re-schedule a timer job once it has finished with its execution.void
TimerJobSchedulerImpl.rescheduleTimerJobAfterExecution
(JobEntity timerJob, VariableScope variableScope) -
Uses of VariableScope in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected Date
TimerJobEntityManagerImpl.calculateNextTimer
(JobEntity timerEntity, VariableScope variableScope) TimerJobEntityManager.createAndCalculateNextTimer
(JobEntity timerEntity, VariableScope variableScope) Creates a newTimerJobEntity
, typically when a timer is used in a repeating way.TimerJobEntityManagerImpl.createAndCalculateNextTimer
(JobEntity timerEntity, VariableScope variableScope) protected boolean
TimerJobEntityManagerImpl.isValidTime
(JobEntity timerEntity, Date newTimerDate, VariableScope variableScope) -
Uses of VariableScope in org.flowable.task.service.delegate
Subinterfaces of VariableScope in org.flowable.task.service.delegate -
Uses of VariableScope in org.flowable.task.service.impl.persistence.entity
Subinterfaces of VariableScope in org.flowable.task.service.impl.persistence.entityClasses in org.flowable.task.service.impl.persistence.entity that implement VariableScopeModifier and TypeClassDescriptionclass
class
-
Uses of VariableScope in org.flowable.variable.api.delegate
Methods in org.flowable.variable.api.delegate that return VariableScope -
Uses of VariableScope in org.flowable.variable.service.impl.el
Classes in org.flowable.variable.service.impl.el that implement VariableScopeModifier and TypeClassDescriptionclass
Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed. -
Uses of VariableScope in org.flowable.variable.service.impl.persistence.entity
Classes in org.flowable.variable.service.impl.persistence.entity that implement VariableScope