Uses of Interface
org.camunda.bpm.engine.runtime.VariableInstance
Packages that use VariableInstance
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.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of VariableInstance in org.camunda.bpm.engine.delegate
Subinterfaces of VariableInstance in org.camunda.bpm.engine.delegateModifier and TypeInterfaceDescriptioninterfaceinterfaceDelegateVariableInstance<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 VariableInstanceModifier and TypeMethodDescriptionVariableInstanceQueryImpl.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 VariableInstanceMethods in org.camunda.bpm.engine.impl.core.variable.event that return VariableInstanceConstructors in org.camunda.bpm.engine.impl.core.variable.event with parameters of type VariableInstanceModifierConstructorDescriptionVariableEvent(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 VariableInstanceMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type VariableInstanceModifier and TypeMethodDescriptionVariableInstanceManager.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 VariableInstanceMethods in org.camunda.bpm.engine.impl.variable.listener with parameters of type VariableInstanceModifier and TypeMethodDescriptionDelegateCaseVariableInstanceImpl.fromVariableInstance(VariableInstance variableInstance) -
Uses of VariableInstance in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type VariableInstanceModifier and TypeMethodDescriptionstatic VariableInstanceDtoVariableInstanceDto.fromVariableInstance(VariableInstance variableInstance) -
Uses of VariableInstance in org.camunda.bpm.engine.rest.hal
Methods in org.camunda.bpm.engine.rest.hal with parameters of type VariableInstanceModifier and TypeMethodDescriptionstatic HalVariableValueHalVariableValue.fromVariableInstance(VariableInstance variableInstance) static HalVariableValueHalVariableValue.generateCaseExecutionVariableValue(VariableInstance variableInstance, String caseExecutionId) static HalVariableValueHalVariableValue.generateCaseInstanceVariableValue(VariableInstance variableInstance, String caseInstanceId) static HalVariableValueHalVariableValue.generateExecutionVariableValue(VariableInstance variableInstance, String executionId) static HalVariableValueHalVariableValue.generateProcessInstanceVariableValue(VariableInstance variableInstance, String processInstanceId) static HalVariableValueHalVariableValue.generateTaskVariableValue(VariableInstance variableInstance, String taskId) static HalVariableValueHalVariableValue.generateVariableValue(VariableInstance variableInstance, String variableScopeId) -
Uses of VariableInstance in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return types with arguments of type VariableInstanceModifier and TypeMethodDescriptionprotected Query<VariableInstanceQuery,VariableInstance> VariableInstanceResourceImpl.baseQueryForBinaryVariable()protected Query<VariableInstanceQuery,VariableInstance> VariableInstanceResourceImpl.baseQueryForVariable(boolean deserializeObjectValue) protected Map<String,List<VariableInstance>> FilterResourceImpl.getSortedVariableInstances(Collection<String> variableNames, Collection<String> variableScopeIds) protected Map<String,List<VariableInstance>> FilterResourceImpl.getVariableInstancesForTasks(HalTask... halTasks) protected Map<String,List<VariableInstance>> FilterResourceImpl.getVariableInstancesForTasks(HalTaskList halTaskList) protected List<VariableInstance>FilterResourceImpl.queryVariablesInstancesByVariableScopeIds(Collection<String> variableNames, Collection<String> variableScopeIds) Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type VariableInstanceModifier and TypeMethodDescriptionprotected TypedValueVariableInstanceResourceImpl.transformQueryResultIntoTypedValue(VariableInstance queryResult) protected VariableInstanceDtoVariableInstanceResourceImpl.transformToDto(VariableInstance queryResult) Method parameters in org.camunda.bpm.engine.rest.sub.runtime.impl with type arguments of type VariableInstanceModifier and TypeMethodDescriptionprotected voidFilterResourceImpl.embedVariableValuesInHalTask(HalTask halTask, Map<String, List<VariableInstance>> variableInstances) protected List<HalResource<?>>FilterResourceImpl.getVariableValuesForTask(HalTask halTask, Map<String, List<VariableInstance>> variableInstances)