Class HistoricVariableInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance>
org.flowable.variable.service.impl.HistoricVariableInstanceQueryImpl
- All Implemented Interfaces:
Serializable,Query<HistoricVariableInstanceQuery,,HistoricVariableInstance> Command<Object>,HistoricVariableInstanceQuery
public class HistoricVariableInstanceQueryImpl
extends AbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance>
implements HistoricVariableInstanceQuery
- 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
ConstructorsConstructorDescriptionHistoricVariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) HistoricVariableInstanceQueryImpl(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
-
HistoricVariableInstanceQueryImpl
public HistoricVariableInstanceQueryImpl() -
HistoricVariableInstanceQueryImpl
public HistoricVariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) -
HistoricVariableInstanceQueryImpl
public HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration)
-
-
Method Details
-
id
- Specified by:
idin interfaceHistoricVariableInstanceQuery
-
processInstanceId
- Specified by:
processInstanceIdin interfaceHistoricVariableInstanceQuery
-
executionId
- Specified by:
executionIdin interfaceHistoricVariableInstanceQuery
-
executionIds
- Specified by:
executionIdsin interfaceHistoricVariableInstanceQuery
-
activityInstanceId
-
taskId
- Specified by:
taskIdin interfaceHistoricVariableInstanceQuery
-
taskIds
- Specified by:
taskIdsin interfaceHistoricVariableInstanceQuery
-
excludeTaskVariables
- Specified by:
excludeTaskVariablesin interfaceHistoricVariableInstanceQuery
-
excludeVariableInitialization
- Specified by:
excludeVariableInitializationin interfaceHistoricVariableInstanceQuery
-
variableName
- Specified by:
variableNamein interfaceHistoricVariableInstanceQuery
-
variableValueEquals
- Specified by:
variableValueEqualsin interfaceHistoricVariableInstanceQuery
-
variableValueNotEquals
public HistoricVariableInstanceQuery variableValueNotEquals(String variableName, Object variableValue) - Specified by:
variableValueNotEqualsin interfaceHistoricVariableInstanceQuery
-
variableValueLike
- Specified by:
variableValueLikein interfaceHistoricVariableInstanceQuery
-
variableValueLikeIgnoreCase
public HistoricVariableInstanceQuery variableValueLikeIgnoreCase(String variableName, String variableValue) - Specified by:
variableValueLikeIgnoreCasein interfaceHistoricVariableInstanceQuery
-
variableNameLike
- Specified by:
variableNameLikein interfaceHistoricVariableInstanceQuery
-
scopeId
- Specified by:
scopeIdin interfaceHistoricVariableInstanceQuery
-
subScopeId
- Specified by:
subScopeIdin interfaceHistoricVariableInstanceQuery
-
scopeType
- Specified by:
scopeTypein interfaceHistoricVariableInstanceQuery
-
excludeLocalVariables
- Specified by:
excludeLocalVariablesin interfaceHistoricVariableInstanceQuery
-
ensureVariablesInitialized
protected void ensureVariablesInitialized() -
executeCount
- Specified by:
executeCountin classAbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance>
-
executeList
- Specified by:
executeListin classAbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance>
-
orderByProcessInstanceId
- Specified by:
orderByProcessInstanceIdin interfaceHistoricVariableInstanceQuery
-
orderByVariableName
- Specified by:
orderByVariableNamein interfaceHistoricVariableInstanceQuery
-
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()
-