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 voidAbstractSetVariableAsyncCmd.addVariable(boolean isLocal, String scopeId, String subScopeId, String varName, Object varValue, String tenantId, VariableService variableService) protected voidExternalWorkerJobCompleteCmd.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 VariableServiceCommandContextUtil.getVariableService()static VariableServiceCommandContextUtil.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 voidExternalWorkerJobCompleteCmd.addVariable(ExternalWorkerJobEntity externalWorkerJob, VariableService variableService, String varName, Object varValue) protected voidSetAsyncExecutionVariablesCmd.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 VariableServiceCommandContextUtil.getVariableService()static VariableServiceCommandContextUtil.getVariableService(CommandContext commandContext) -
Uses of VariableService in org.flowable.variable.service
Fields in org.flowable.variable.service declared as VariableServiceModifier and TypeFieldDescriptionprotected VariableServiceVariableServiceConfiguration.variableServiceMethods 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