Uses of Interface
org.flowable.cmmn.api.runtime.VariableInstanceQuery
Packages that use VariableInstanceQuery
Package
Description
-
Uses of VariableInstanceQuery in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return VariableInstanceQuery -
Uses of VariableInstanceQuery in org.flowable.cmmn.api.runtime
Methods in org.flowable.cmmn.api.runtime that return VariableInstanceQueryModifier and TypeMethodDescriptionVariableInstanceQuery.caseInstanceId
(String caseInstanceId) Only select historic variables with the given case instance.VariableInstanceQuery.excludeLocalVariables()
Only select historic process variables which were not set local.VariableInstanceQuery.excludeTaskVariables()
Only select historic variables which were not set task-local.VariableInstanceQuery.excludeVariableInitialization()
Don't initialize variable values.Only select a historic variable with the given id.VariableInstanceQuery.orderByVariableName()
order historic variables by the name.VariableInstanceQuery.planItemInstanceId
(String planItemInstanceId) Only select historic variables with the given plan item instance id.Only select historic variables with the given task.Only select historic variables whose id is in the given set of ids.VariableInstanceQuery.variableName
(String variableName) Only select historic variables with the given variable name.VariableInstanceQuery.variableNameLike
(String variableNameLike) Only select historic variables where the given variable name is like.VariableInstanceQuery.variableValueEquals
(String variableName, Object variableValue) only select historic variables with the given name and valueVariableInstanceQuery.variableValueLike
(String variableName, String variableValue) only select historic variables like the given name and valueVariableInstanceQuery.variableValueLikeIgnoreCase
(String variableName, String variableValue) only select historic variables like the given name and value (case insensitive)VariableInstanceQuery.variableValueNotEquals
(String variableName, Object variableValue) only select historic variables that don't have the given name and value -
Uses of VariableInstanceQuery in org.flowable.cmmn.engine.impl.runtime
Classes in org.flowable.cmmn.engine.impl.runtime that implement VariableInstanceQueryModifier and TypeClassDescriptionclass
Wrapper class around theVariableInstanceQueryImpl
from the variable service, specialized for usage in CMMN.Methods in org.flowable.cmmn.engine.impl.runtime that return VariableInstanceQueryModifier and TypeMethodDescriptionCmmnVariableInstanceQueryImpl.asc()
CmmnVariableInstanceQueryImpl.caseInstanceId
(String caseInstanceId) CmmnRuntimeServiceImpl.createVariableInstanceQuery()
CmmnVariableInstanceQueryImpl.desc()
CmmnVariableInstanceQueryImpl.excludeLocalVariables()
CmmnVariableInstanceQueryImpl.excludeTaskVariables()
CmmnVariableInstanceQueryImpl.excludeVariableInitialization()
CmmnVariableInstanceQueryImpl.orderBy
(QueryProperty property) CmmnVariableInstanceQueryImpl.orderBy
(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) CmmnVariableInstanceQueryImpl.orderByVariableName()
CmmnVariableInstanceQueryImpl.planItemInstanceId
(String planItemInstanceId) CmmnVariableInstanceQueryImpl.variableName
(String variableName) CmmnVariableInstanceQueryImpl.variableNameLike
(String variableNameLike) CmmnVariableInstanceQueryImpl.variableValueEquals
(String variableName, Object variableValue) CmmnVariableInstanceQueryImpl.variableValueLike
(String variableName, String variableValue) CmmnVariableInstanceQueryImpl.variableValueLikeIgnoreCase
(String variableName, String variableValue) CmmnVariableInstanceQueryImpl.variableValueNotEquals
(String variableName, Object variableValue) -
Uses of VariableInstanceQuery in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type VariableInstanceQueryModifier and TypeMethodDescriptionvoid
CmmnRestApiInterceptor.accessVariableInfoWithQuery
(VariableInstanceQuery variableInstanceQuery, VariableInstanceQueryRequest request) -
Uses of VariableInstanceQuery in org.flowable.cmmn.rest.service.api.runtime.variable
Methods in org.flowable.cmmn.rest.service.api.runtime.variable with parameters of type VariableInstanceQueryModifier and TypeMethodDescriptionprotected void
VariableInstanceBaseResource.addVariables
(VariableInstanceQuery variableInstanceQuery, List<QueryVariable> variables)