Uses of Interface
org.camunda.bpm.engine.runtime.VariableInstance
-
Packages that use VariableInstance Package Description org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events withJavaDelegates.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.core.variable.event org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.variable.listener -
-
Uses of VariableInstance in org.camunda.bpm.engine.delegate
Subinterfaces of VariableInstance in org.camunda.bpm.engine.delegate Modifier and Type Interface Description interfaceDelegateCaseVariableInstanceinterfaceDelegateVariableInstance<T extends BaseDelegateExecution> -
Uses of VariableInstance in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type VariableInstance Modifier and Type Method Description List<VariableInstance>VariableInstanceQueryImpl. executeList(CommandContext commandContext, Page page) -
Uses of VariableInstance in org.camunda.bpm.engine.impl.core.variable.event
Fields in org.camunda.bpm.engine.impl.core.variable.event declared as VariableInstance Modifier and Type Field Description protected VariableInstanceVariableEvent. variableInstanceMethods in org.camunda.bpm.engine.impl.core.variable.event that return VariableInstance Modifier and Type Method Description VariableInstanceVariableEvent. getVariableInstance()Constructors in org.camunda.bpm.engine.impl.core.variable.event with parameters of type VariableInstance Constructor Description VariableEvent(VariableInstance variableInstance, String eventName, AbstractVariableScope sourceScope) -
Uses of VariableInstance in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement VariableInstance Modifier and Type Class Description classVariableInstanceEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type VariableInstance Modifier and Type Method Description List<VariableInstance>VariableInstanceManager. findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery, Page page) -
Uses of VariableInstance in org.camunda.bpm.engine.impl.variable.listener
Classes in org.camunda.bpm.engine.impl.variable.listener that implement VariableInstance Modifier and Type Class Description classDelegateCaseVariableInstanceImplMethods in org.camunda.bpm.engine.impl.variable.listener with parameters of type VariableInstance Modifier and Type Method Description static DelegateCaseVariableInstanceImplDelegateCaseVariableInstanceImpl. fromVariableInstance(VariableInstance variableInstance)
-