Uses of Interface
org.flowable.variable.service.InternalVariableInstanceQuery
Packages that use InternalVariableInstanceQuery
Package
Description
-
Uses of InternalVariableInstanceQuery in org.flowable.variable.service
Methods in org.flowable.variable.service that return InternalVariableInstanceQueryModifier and TypeMethodDescriptionVariableService.createInternalVariableInstanceQuery()InternalVariableInstanceQuery.executionId(String executionId) Query variables with the given execution idInternalVariableInstanceQuery.executionIds(Collection<String> executionIds) Query variables with the given execution idsQuery variables with the given id.Query variables with the given nameInternalVariableInstanceQuery.names(Collection<String> names) Query variables with the given nameInternalVariableInstanceQuery.processInstanceId(String processInstanceId) Query variables with the given process instance idQuery variables with the given scope id.InternalVariableInstanceQuery.scopeIds(Collection<String> scopeIds) Query variables with the given scope ids.Query variables with the given scope typeInternalVariableInstanceQuery.scopeTypes(Collection<String> scopeTypes) Query variables with the given scope typesInternalVariableInstanceQuery.subScopeId(String subScopeId) Query variables with the given sub scope id.InternalVariableInstanceQuery.subScopeIds(Collection<String> subScopeIds) Query variables with the given sub scope ids.Query variables with the given task idInternalVariableInstanceQuery.taskIds(Collection<String> taskIds) Query variables with the given task idsInternalVariableInstanceQuery.withoutSubScopeId()Query variables without a sub scope id.InternalVariableInstanceQuery.withoutTaskId()Query variables without a task id. -
Uses of InternalVariableInstanceQuery in org.flowable.variable.service.impl
Classes in org.flowable.variable.service.impl that implement InternalVariableInstanceQueryMethods in org.flowable.variable.service.impl that return InternalVariableInstanceQueryModifier and TypeMethodDescriptionVariableServiceImpl.createInternalVariableInstanceQuery()InternalVariableInstanceQueryImpl.executionId(String executionId) InternalVariableInstanceQueryImpl.executionIds(Collection<String> executionIds) InternalVariableInstanceQueryImpl.names(Collection<String> names) InternalVariableInstanceQueryImpl.processInstanceId(String processInstanceId) InternalVariableInstanceQueryImpl.scopeIds(Collection<String> scopeIds) InternalVariableInstanceQueryImpl.scopeTypes(Collection<String> scopeTypes) InternalVariableInstanceQueryImpl.subScopeId(String subScopeId) InternalVariableInstanceQueryImpl.subScopeIds(Collection<String> subScopeIds) InternalVariableInstanceQueryImpl.taskIds(Collection<String> taskIds) InternalVariableInstanceQueryImpl.withoutSubScopeId()InternalVariableInstanceQueryImpl.withoutTaskId() -
Uses of InternalVariableInstanceQuery in org.flowable.variable.service.impl.persistence.entity
Methods in org.flowable.variable.service.impl.persistence.entity that return InternalVariableInstanceQueryModifier and TypeMethodDescriptionVariableInstanceEntityManager.createInternalVariableInstanceQuery()VariableInstanceEntityManagerImpl.createInternalVariableInstanceQuery()