public class HistoricVariableInstanceQueryImpl extends AbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance> implements HistoricVariableInstanceQuery
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
activityInstanceId |
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 |
commandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
HistoricVariableInstanceQueryImpl() |
HistoricVariableInstanceQueryImpl(CommandContext commandContext) |
HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected 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
public HistoricVariableInstanceQueryImpl()
public HistoricVariableInstanceQueryImpl(CommandContext commandContext)
public HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
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 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 QueryVariableValue getQueryVariableValue()
Copyright © 2018 Flowable. All rights reserved.