Uses of Interface
org.flowable.variable.service.VariableService
Packages that use VariableService
Package
Description
-
Uses of VariableService in org.flowable.cmmn.engine.impl.cmd
Methods in org.flowable.cmmn.engine.impl.cmd with parameters of type VariableServiceModifier and TypeMethodDescriptionprotected void
AbstractSetVariableAsyncCmd.addVariable
(boolean isLocal, String scopeId, String subScopeId, String varName, Object varValue, String tenantId, VariableService variableService) protected void
ExternalWorkerJobCompleteCmd.addVariable
(ExternalWorkerJobEntity externalWorkerJob, VariableService variableService, String varName, Object varValue) -
Uses of VariableService in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return VariableServiceModifier and TypeMethodDescriptionstatic VariableService
CommandContextUtil.getVariableService()
static VariableService
CommandContextUtil.getVariableService
(CommandContext commandContext) -
Uses of VariableService in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd with parameters of type VariableServiceModifier and TypeMethodDescriptionprotected void
ExternalWorkerJobCompleteCmd.addVariable
(ExternalWorkerJobEntity externalWorkerJob, VariableService variableService, String varName, Object varValue) protected void
SetAsyncExecutionVariablesCmd.addVariable
(boolean isLocal, String scopeId, String subScopeId, String varName, Object varValue, String tenantId, VariableService variableService) -
Uses of VariableService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return VariableServiceModifier and TypeMethodDescriptionstatic VariableService
CommandContextUtil.getVariableService()
static VariableService
CommandContextUtil.getVariableService
(CommandContext commandContext) -
Uses of VariableService in org.flowable.variable.service
Fields in org.flowable.variable.service declared as VariableServiceModifier and TypeFieldDescriptionprotected VariableService
VariableServiceConfiguration.variableService
Methods in org.flowable.variable.service that return VariableServiceMethods in org.flowable.variable.service with parameters of type VariableServiceModifier and TypeMethodDescriptionVariableServiceConfiguration.setVariableService
(VariableService variableService) -
Uses of VariableService in org.flowable.variable.service.impl
Classes in org.flowable.variable.service.impl that implement VariableService