Uses of Interface
org.eximeebpms.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.eximeebpms.bpm.engine.delegate
Subinterfaces of VariableInstance in org.eximeebpms.bpm.engine.delegateModifier and TypeInterfaceDescriptioninterfaceinterfaceDelegateVariableInstance<T extends BaseDelegateExecution> -
Uses of VariableInstance in org.eximeebpms.bpm.engine.impl
Methods in org.eximeebpms.bpm.engine.impl that return types with arguments of type VariableInstanceModifier and TypeMethodDescriptionVariableInstanceQueryImpl.executeList(CommandContext commandContext, Page page) -
Uses of VariableInstance in org.eximeebpms.bpm.engine.impl.core.variable.event
Fields in org.eximeebpms.bpm.engine.impl.core.variable.event declared as VariableInstanceMethods in org.eximeebpms.bpm.engine.impl.core.variable.event that return VariableInstanceConstructors in org.eximeebpms.bpm.engine.impl.core.variable.event with parameters of type VariableInstanceModifierConstructorDescriptionVariableEvent(VariableInstance variableInstance, String eventName, AbstractVariableScope sourceScope) -
Uses of VariableInstance in org.eximeebpms.bpm.engine.impl.persistence.entity
Classes in org.eximeebpms.bpm.engine.impl.persistence.entity that implement VariableInstanceMethods in org.eximeebpms.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.eximeebpms.bpm.engine.impl.variable.listener
Classes in org.eximeebpms.bpm.engine.impl.variable.listener that implement VariableInstanceMethods in org.eximeebpms.bpm.engine.impl.variable.listener with parameters of type VariableInstanceModifier and TypeMethodDescriptionDelegateCaseVariableInstanceImpl.fromVariableInstance(VariableInstance variableInstance)