Class VariableInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<VariableInstanceQuery,VariableInstance>
org.flowable.variable.service.impl.VariableInstanceQueryImpl
- All Implemented Interfaces:
Serializable,Query<VariableInstanceQuery,,VariableInstance> Command<Object>,VariableInstanceQuery
public class VariableInstanceQueryImpl
extends AbstractQuery<VariableInstanceQuery,VariableInstance>
implements VariableInstanceQuery
- Author:
- Joram Barrez, Tijs Rademakers
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected QueryVariableValueprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected VariableServiceConfigurationFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionVariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) VariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionactivityInstanceId(String activityInstanceId) protected voidlongexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) executionId(String executionId) executionIds(Set<String> executionIds) booleangetId()booleanbooleanbooleanprocessInstanceId(String processInstanceId) subScopeId(String subScopeId) variableName(String variableName) variableNameLike(String variableNameLike) variableValueEquals(String variableName, Object variableValue) variableValueLike(String variableName, String variableValue) variableValueLikeIgnoreCase(String variableName, String variableValue) variableValueNotEquals(String variableName, Object variableValue) Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
variableServiceConfiguration
-
id
-
taskId
-
taskIds
-
executionId
-
executionIds
-
processInstanceId
-
activityInstanceId
-
variableName
-
variableNameLike
-
excludeTaskRelated
protected boolean excludeTaskRelated -
excludeVariableInitialization
protected boolean excludeVariableInitialization -
scopeId
-
subScopeId
-
scopeType
-
queryVariableValue
-
excludeLocalVariables
protected boolean excludeLocalVariables
-
-
Constructor Details
-
VariableInstanceQueryImpl
public VariableInstanceQueryImpl() -
VariableInstanceQueryImpl
public VariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) -
VariableInstanceQueryImpl
public VariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration)
-
-
Method Details
-
id
- Specified by:
idin interfaceVariableInstanceQuery
-
processInstanceId
- Specified by:
processInstanceIdin interfaceVariableInstanceQuery
-
executionId
- Specified by:
executionIdin interfaceVariableInstanceQuery
-
executionIds
- Specified by:
executionIdsin interfaceVariableInstanceQuery
-
activityInstanceId
-
taskId
- Specified by:
taskIdin interfaceVariableInstanceQuery
-
taskIds
- Specified by:
taskIdsin interfaceVariableInstanceQuery
-
excludeTaskVariables
- Specified by:
excludeTaskVariablesin interfaceVariableInstanceQuery
-
excludeVariableInitialization
- Specified by:
excludeVariableInitializationin interfaceVariableInstanceQuery
-
variableName
- Specified by:
variableNamein interfaceVariableInstanceQuery
-
variableValueEquals
- Specified by:
variableValueEqualsin interfaceVariableInstanceQuery
-
variableValueNotEquals
- Specified by:
variableValueNotEqualsin interfaceVariableInstanceQuery
-
variableValueLike
- Specified by:
variableValueLikein interfaceVariableInstanceQuery
-
variableValueLikeIgnoreCase
- Specified by:
variableValueLikeIgnoreCasein interfaceVariableInstanceQuery
-
variableNameLike
- Specified by:
variableNameLikein interfaceVariableInstanceQuery
-
scopeId
- Specified by:
scopeIdin interfaceVariableInstanceQuery
-
subScopeId
- Specified by:
subScopeIdin interfaceVariableInstanceQuery
-
scopeType
- Specified by:
scopeTypein interfaceVariableInstanceQuery
-
excludeLocalVariables
- Specified by:
excludeLocalVariablesin interfaceVariableInstanceQuery
-
ensureVariablesInitialized
protected void ensureVariablesInitialized() -
executeCount
- Specified by:
executeCountin classAbstractQuery<VariableInstanceQuery,VariableInstance>
-
executeList
- Specified by:
executeListin classAbstractQuery<VariableInstanceQuery,VariableInstance>
-
orderByProcessInstanceId
- Specified by:
orderByProcessInstanceIdin interfaceVariableInstanceQuery
-
orderByVariableName
- Specified by:
orderByVariableNamein interfaceVariableInstanceQuery
-
getProcessInstanceId
-
getTaskId
-
getActivityInstanceId
-
getExcludeTaskRelated
public boolean getExcludeTaskRelated() -
getVariableName
-
getVariableNameLike
-
getScopeId
-
getSubScopeId
-
getScopeType
-
getId
-
getTaskIds
-
getExecutionId
-
getExecutionIds
-
isExcludeTaskRelated
public boolean isExcludeTaskRelated() -
isExcludeVariableInitialization
public boolean isExcludeVariableInitialization() -
getQueryVariableValue
-
isExcludeLocalVariables
public boolean isExcludeLocalVariables()
-