Uses of Interface
org.operaton.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.operaton.bpm.engine.delegate
Subinterfaces of VariableInstance in org.operaton.bpm.engine.delegateModifier and TypeInterfaceDescriptioninterfaceinterfaceDelegateVariableInstance<T extends BaseDelegateExecution> -
Uses of VariableInstance in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return types with arguments of type VariableInstanceModifier and TypeMethodDescriptionVariableInstanceQueryImpl.executeList(CommandContext commandContext, Page page) -
Uses of VariableInstance in org.operaton.bpm.engine.impl.core.variable.event
Fields in org.operaton.bpm.engine.impl.core.variable.event declared as VariableInstanceMethods in org.operaton.bpm.engine.impl.core.variable.event that return VariableInstanceConstructors in org.operaton.bpm.engine.impl.core.variable.event with parameters of type VariableInstanceModifierConstructorDescriptionVariableEvent(VariableInstance variableInstance, String eventName, AbstractVariableScope sourceScope) -
Uses of VariableInstance in org.operaton.bpm.engine.impl.persistence.entity
Classes in org.operaton.bpm.engine.impl.persistence.entity that implement VariableInstanceMethods in org.operaton.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.operaton.bpm.engine.impl.variable.listener
Classes in org.operaton.bpm.engine.impl.variable.listener that implement VariableInstanceMethods in org.operaton.bpm.engine.impl.variable.listener with parameters of type VariableInstanceModifier and TypeMethodDescriptionDelegateCaseVariableInstanceImpl.fromVariableInstance(VariableInstance variableInstance) -
Uses of VariableInstance in org.operaton.bpm.engine.rest.dto.runtime
Methods in org.operaton.bpm.engine.rest.dto.runtime with parameters of type VariableInstanceModifier and TypeMethodDescriptionstatic VariableInstanceDtoVariableInstanceDto.fromVariableInstance(VariableInstance variableInstance) -
Uses of VariableInstance in org.operaton.bpm.engine.rest.hal
Methods in org.operaton.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.operaton.bpm.engine.rest.sub.runtime.impl
Methods in org.operaton.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.operaton.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.operaton.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) -
Uses of VariableInstance in org.operaton.bpm.engine.test.api.runtime.migration
Fields in org.operaton.bpm.engine.test.api.runtime.migration with type parameters of type VariableInstanceModifier and TypeFieldDescriptionprotected Map<String, VariableInstance> ProcessInstanceSnapshot.variablesMethods in org.operaton.bpm.engine.test.api.runtime.migration that return VariableInstanceModifier and TypeMethodDescriptionProcessInstanceSnapshot.getSingleTaskVariable(String taskId, String variableName) ProcessInstanceSnapshot.getSingleVariable(String variableName) ProcessInstanceSnapshot.getSingleVariable(String executionId, String variableName) protected VariableInstanceProcessInstanceSnapshot.getSingleVariable(ProcessInstanceSnapshot.Condition<VariableInstance> condition) ProcessInstanceSnapshot.getVariable(String id) Methods in org.operaton.bpm.engine.test.api.runtime.migration that return types with arguments of type VariableInstanceMethods in org.operaton.bpm.engine.test.api.runtime.migration with parameters of type VariableInstanceModifier and TypeMethodDescriptionvoidMigrationTestRule.assertVariableMigratedToExecution(VariableInstance variableBefore, String executionId) voidMigrationTestRule.assertVariableMigratedToExecution(VariableInstance variableBefore, String executionId, String activityInstanceId) Method parameters in org.operaton.bpm.engine.test.api.runtime.migration with type arguments of type VariableInstanceModifier and TypeMethodDescriptionprotected VariableInstanceProcessInstanceSnapshot.getSingleVariable(ProcessInstanceSnapshot.Condition<VariableInstance> condition) voidProcessInstanceSnapshot.setVariables(List<VariableInstance> variables) -
Uses of VariableInstance in org.operaton.bpm.engine.test.junit5.migration
Methods in org.operaton.bpm.engine.test.junit5.migration with parameters of type VariableInstanceModifier and TypeMethodDescriptionvoidMigrationTestExtension.assertVariableMigratedToExecution(VariableInstance variableBefore, String executionId) voidMigrationTestExtension.assertVariableMigratedToExecution(VariableInstance variableBefore, String executionId, String activityInstanceId)