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 |
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) |
| Modifier and Type | Method and Description |
|---|---|
HistoricVariableInstanceQuery |
activityInstanceId(String activityInstanceId) |
protected void |
ensureVariablesInitialized() |
HistoricVariableInstanceQuery |
excludeTaskVariables()
Only select historic process variables which were not set task-local.
|
HistoricVariableInstanceQuery |
excludeVariableInitialization()
Don't initialize variable values.
|
long |
executeCount(CommandContext commandContext) |
List<HistoricVariableInstance> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
HistoricVariableInstanceQueryImpl |
executionId(String executionId)
Only select historic process variables with the given id.
|
HistoricVariableInstanceQueryImpl |
executionIds(Set<String> executionIds)
Only select historic process variables whose id is in the given set of ids.
|
String |
getActivityInstanceId() |
boolean |
getExcludeTaskRelated() |
String |
getExecutionId() |
Set<String> |
getExecutionIds() |
String |
getId() |
String |
getProcessInstanceId() |
QueryVariableValue |
getQueryVariableValue() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTaskId() |
Set<String> |
getTaskIds() |
String |
getVariableName() |
String |
getVariableNameLike() |
HistoricVariableInstanceQuery |
id(String id)
Only select a historic variable with the given id.
|
boolean |
isExcludeTaskRelated() |
boolean |
isExcludeVariableInitialization() |
HistoricVariableInstanceQuery |
orderByProcessInstanceId() |
HistoricVariableInstanceQuery |
orderByVariableName() |
HistoricVariableInstanceQueryImpl |
processInstanceId(String processInstanceId)
Only select historic process variables with the given process instance.
|
HistoricVariableInstanceQuery |
scopeId(String scopeId)
Only select historic variables with the given scope id.
|
HistoricVariableInstanceQuery |
scopeType(String scopeType)
Only select historic variables with the give scope type.
|
HistoricVariableInstanceQuery |
subScopeId(String subScopeId)
Only select historic variables with the given sub scope id.
|
HistoricVariableInstanceQuery |
taskId(String taskId)
Only select historic process variables with the given task.
|
HistoricVariableInstanceQueryImpl |
taskIds(Set<String> taskIds)
Only select historic process variables whose id is in the given set of ids.
|
HistoricVariableInstanceQuery |
variableName(String variableName)
Only select historic process variables with the given variable name.
|
HistoricVariableInstanceQuery |
variableNameLike(String variableNameLike)
Only select historic process variables where the given variable name is like.
|
HistoricVariableInstanceQuery |
variableValueEquals(String variableName,
Object variableValue)
only select historic process variables with the given name and value
|
HistoricVariableInstanceQuery |
variableValueLike(String variableName,
String variableValue)
only select historic process variables like the given name and value
|
HistoricVariableInstanceQuery |
variableValueLikeIgnoreCase(String variableName,
String variableValue)
only select historic process variables like the given name and value (case insensitive)
|
HistoricVariableInstanceQuery |
variableValueNotEquals(String variableName,
Object variableValue)
only select historic process variables that don't have the given name and value
|
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
public HistoricVariableInstanceQueryImpl()
public HistoricVariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration)
public HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration)
public HistoricVariableInstanceQuery id(String id)
HistoricVariableInstanceQueryid in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQueryImpl processInstanceId(String processInstanceId)
HistoricVariableInstanceQueryprocessInstanceId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQueryImpl executionId(String executionId)
HistoricVariableInstanceQueryexecutionId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQueryImpl executionIds(Set<String> executionIds)
HistoricVariableInstanceQueryexecutionIds in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery activityInstanceId(String activityInstanceId)
public HistoricVariableInstanceQuery taskId(String taskId)
HistoricVariableInstanceQuerytaskId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQueryImpl taskIds(Set<String> taskIds)
HistoricVariableInstanceQuerytaskIds in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery excludeTaskVariables()
HistoricVariableInstanceQueryexcludeTaskVariables in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery excludeVariableInitialization()
HistoricVariableInstanceQueryexcludeVariableInitialization in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableName(String variableName)
HistoricVariableInstanceQueryvariableName in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableValueEquals(String variableName, Object variableValue)
HistoricVariableInstanceQueryvariableValueEquals in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableValueNotEquals(String variableName, Object variableValue)
HistoricVariableInstanceQueryvariableValueNotEquals in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableValueLike(String variableName, String variableValue)
HistoricVariableInstanceQueryvariableValueLike in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableValueLikeIgnoreCase(String variableName, String variableValue)
HistoricVariableInstanceQueryvariableValueLikeIgnoreCase in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableNameLike(String variableNameLike)
HistoricVariableInstanceQueryvariableNameLike in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery scopeId(String scopeId)
HistoricVariableInstanceQueryscopeId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery subScopeId(String subScopeId)
HistoricVariableInstanceQuerysubScopeId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery scopeType(String scopeType)
HistoricVariableInstanceQueryscopeType in interface HistoricVariableInstanceQueryprotected void ensureVariablesInitialized()
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance>public List<HistoricVariableInstance> executeList(CommandContext commandContext)
AbstractQueryexecuteList 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()
Copyright © 2023 Flowable. All rights reserved.