public class HistoricVariableInstanceQueryImpl extends AbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance> implements HistoricVariableInstanceQuery
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
activityInstanceId |
protected boolean |
excludeLocalVariables |
protected boolean |
excludeTaskRelated |
protected boolean |
excludeVariableInitialization |
protected String |
executionId |
protected Set<String> |
executionIds |
protected String |
id |
protected String |
processInstanceId |
protected QueryVariableValue |
queryVariableValue |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
taskId |
protected Set<String> |
taskIds |
protected String |
variableName |
protected String |
variableNameLike |
protected VariableServiceConfiguration |
variableServiceConfiguration |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
HistoricVariableInstanceQueryImpl() |
HistoricVariableInstanceQueryImpl(CommandContext commandContext,
VariableServiceConfiguration variableServiceConfiguration) |
HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor,
VariableServiceConfiguration variableServiceConfiguration) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterprotected VariableServiceConfiguration variableServiceConfiguration
protected String id
protected String taskId
protected String executionId
protected String processInstanceId
protected String activityInstanceId
protected String variableName
protected String variableNameLike
protected boolean excludeTaskRelated
protected boolean excludeVariableInitialization
protected String scopeId
protected String subScopeId
protected String scopeType
protected QueryVariableValue queryVariableValue
protected boolean excludeLocalVariables
public HistoricVariableInstanceQueryImpl()
public HistoricVariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration)
public HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration)
public HistoricVariableInstanceQuery id(String id)
id in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQueryImpl executionId(String executionId)
executionId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQueryImpl executionIds(Set<String> executionIds)
executionIds in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery activityInstanceId(String activityInstanceId)
public HistoricVariableInstanceQuery taskId(String taskId)
taskId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQueryImpl taskIds(Set<String> taskIds)
taskIds in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery excludeTaskVariables()
excludeTaskVariables in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery excludeVariableInitialization()
excludeVariableInitialization in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableName(String variableName)
variableName in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableValueEquals(String variableName, Object variableValue)
variableValueEquals in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableValueNotEquals(String variableName, Object variableValue)
variableValueNotEquals in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableValueLike(String variableName, String variableValue)
variableValueLike in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableValueLikeIgnoreCase(String variableName, String variableValue)
variableValueLikeIgnoreCase in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableNameLike(String variableNameLike)
variableNameLike in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery scopeId(String scopeId)
scopeId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery subScopeId(String subScopeId)
subScopeId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery scopeType(String scopeType)
scopeType in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery excludeLocalVariables()
excludeLocalVariables in interface HistoricVariableInstanceQueryprotected void ensureVariablesInitialized()
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance>public List<HistoricVariableInstance> executeList(CommandContext commandContext)
executeList in class AbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance>public HistoricVariableInstanceQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery orderByVariableName()
orderByVariableName in interface HistoricVariableInstanceQuerypublic String getProcessInstanceId()
public String getTaskId()
public String getActivityInstanceId()
public boolean getExcludeTaskRelated()
public String getVariableName()
public String getVariableNameLike()
public String getScopeId()
public String getSubScopeId()
public String getScopeType()
public String getId()
public String getExecutionId()
public boolean isExcludeTaskRelated()
public boolean isExcludeVariableInitialization()
public QueryVariableValue getQueryVariableValue()
public boolean isExcludeLocalVariables()
Copyright © 2022 Flowable. All rights reserved.