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
JavaDelegates.-
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 VariableScopeDefaultInternalCmmnJobManager.resolveVariableScopeInternal(Job job) Methods in org.flowable.cmmn.engine.impl.callback with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected voidDefaultInternalCmmnJobManager.preRepeatedTimerScheduleInternal(TimerJobEntity timerJobEntity, VariableScope variableScope) protected voidDefaultInternalCmmnJobManager.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 TypeMethodDescriptionvoidComputeDeleteHistoricCaseInstanceIdsJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidComputeDeleteHistoricCaseInstanceStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricCaseInstanceIdsJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricCaseInstanceIdsStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricCaseInstancesSequentialJobHandler.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 TypeMethodDescriptionvoidAsyncActivatePlanItemInstanceJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidAsyncInitializePlanModelJobHandler.execute(JobEntity job, String caseInstanceId, VariableScope variableScope, CommandContext commandContext) voidAsyncLeaveActivePlanItemInstanceJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidCaseInstanceMigrationJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidCaseInstanceMigrationStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidCmmnHistoryCleanupJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidExternalWorkerTaskCompleteJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidHistoricCaseInstanceMigrationJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTriggerTimerEventJobHandler.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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in org.flowable.cmmn.engine.impl.persistence.entity that implement VariableScopeModifier and TypeClassDescriptionclassclassclassMethods 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 toEventPayloadInstanceinstances.static voidEventInstanceCmmnUtil.handleEventInstanceOutParameters(VariableScope variableScope, BaseElement baseElement, EventInstance eventInstance) Processes the 'out parameters' of anEventInstanceand 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 StringCmmnAggregation.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 TypeInterfaceDescriptioninterfaceExecution used inJavaDelegates andExecutionListeners. -
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 ObjectDelegateExpressionUtil.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 VariableScopeDefaultInternalJobManager.resolveVariableScopeInternal(Job job) Methods in org.flowable.engine.impl.cfg with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected StringDefaultInternalJobManager.getBusinessCalendarName(String calendarName, VariableScope variableScope) protected voidDefaultInternalJobManager.preRepeatedTimerScheduleInternal(TimerJobEntity ti, VariableScope variableScope) protected voidDefaultInternalJobManager.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 TypeMethodDescriptionvoidComputeDeleteHistoricProcessInstanceIdsJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidComputeDeleteHistoricProcessInstanceStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricProcessInstanceIdsJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricProcessInstanceIdsStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricProcessInstancesSequentialJobHandler.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 TypeMethodDescriptionvoidBreakpointJobHandler.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 TypeMethodDescriptionvoidAsyncCompleteCallActivityJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidAsyncContinuationJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidAsyncLeaveJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidAsyncSendEventJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidAsyncTriggerJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidBpmnHistoryCleanupJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidExternalWorkerTaskCompleteJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidParallelMultiInstanceActivityCompletionJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidParallelMultiInstanceWithNoWaitStatesAsyncLeaveJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidProcessEventJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidProcessInstanceMigrationJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidProcessInstanceMigrationStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTimerActivateProcessDefinitionHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTimerStartEventJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTimerSuspendProcessDefinitionHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTriggerTimerEventJobHandler.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 TypeClassDescriptionclassclass -
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 voidEventInstanceBpmnUtil.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 toEventPayloadInstanceinstances.static voidEventInstanceBpmnUtil.handleEventInstanceOutParameters(VariableScope variableScope, BaseElement baseElement, EventInstance eventInstance) Processes the 'out parameters' of anEventInstanceand stores the corresponding variables on theVariableScope.protected static voidEventInstanceBpmnUtil.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 VariableScopeScopeAwareInternalJobManager.resolveVariableScope(Job job) protected abstract VariableScopeScopeAwareInternalJobManager.resolveVariableScopeInternal(Job job) Methods in org.flowable.job.service with parameters of type VariableScopeModifier and TypeMethodDescriptionvoidJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidInternalJobManager.preRepeatedTimerSchedule(TimerJobEntity timerJobEntity, VariableScope variableScope) final voidScopeAwareInternalJobManager.preRepeatedTimerSchedule(TimerJobEntity timerJobEntity, VariableScope variableScope) protected abstract voidScopeAwareInternalJobManager.preRepeatedTimerScheduleInternal(TimerJobEntity timerJobEntity, VariableScope variableScope) voidInternalJobManager.preTimerJobDelete(JobEntity jobEntity, VariableScope variableScope) final voidScopeAwareInternalJobManager.preTimerJobDelete(JobEntity jobEntity, VariableScope variableScope) protected abstract voidScopeAwareInternalJobManager.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 StringDefaultJobManager.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 booleanDefaultJobManager.isValidTime(JobEntity timerEntity, Date newTimerDate, VariableScope variableScope) voidTimerJobScheduler.rescheduleTimerJobAfterExecution(JobEntity timerJob, VariableScope variableScope) Re-schedule a timer job once it has finished with its execution.voidTimerJobSchedulerImpl.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 DateTimerJobEntityManagerImpl.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 booleanTimerJobEntityManagerImpl.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 TypeClassDescriptionclassclass -
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 TypeClassDescriptionclassVariable-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