Uses of Interface
org.flowable.variable.service.VariableService
Packages that use VariableService
Package
Description
-
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.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