public class VariableInstanceQueryImpl extends AbstractQuery<VariableInstanceQuery,VariableInstance> implements VariableInstanceQuery
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 |
|---|
VariableInstanceQueryImpl() |
VariableInstanceQueryImpl(CommandContext commandContext,
VariableServiceConfiguration variableServiceConfiguration) |
VariableInstanceQueryImpl(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 VariableInstanceQueryImpl()
public VariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration)
public VariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration)
public VariableInstanceQuery id(String id)
id in interface VariableInstanceQuerypublic VariableInstanceQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface VariableInstanceQuerypublic VariableInstanceQueryImpl executionId(String executionId)
executionId in interface VariableInstanceQuerypublic VariableInstanceQueryImpl executionIds(Set<String> executionIds)
executionIds in interface VariableInstanceQuerypublic VariableInstanceQuery activityInstanceId(String activityInstanceId)
public VariableInstanceQuery taskId(String taskId)
taskId in interface VariableInstanceQuerypublic VariableInstanceQueryImpl taskIds(Set<String> taskIds)
taskIds in interface VariableInstanceQuerypublic VariableInstanceQuery excludeTaskVariables()
excludeTaskVariables in interface VariableInstanceQuerypublic VariableInstanceQuery excludeVariableInitialization()
excludeVariableInitialization in interface VariableInstanceQuerypublic VariableInstanceQuery variableName(String variableName)
variableName in interface VariableInstanceQuerypublic VariableInstanceQuery variableValueEquals(String variableName, Object variableValue)
variableValueEquals in interface VariableInstanceQuerypublic VariableInstanceQuery variableValueNotEquals(String variableName, Object variableValue)
variableValueNotEquals in interface VariableInstanceQuerypublic VariableInstanceQuery variableValueLike(String variableName, String variableValue)
variableValueLike in interface VariableInstanceQuerypublic VariableInstanceQuery variableValueLikeIgnoreCase(String variableName, String variableValue)
variableValueLikeIgnoreCase in interface VariableInstanceQuerypublic VariableInstanceQuery variableNameLike(String variableNameLike)
variableNameLike in interface VariableInstanceQuerypublic VariableInstanceQuery scopeId(String scopeId)
scopeId in interface VariableInstanceQuerypublic VariableInstanceQuery subScopeId(String subScopeId)
subScopeId in interface VariableInstanceQuerypublic VariableInstanceQuery scopeType(String scopeType)
scopeType in interface VariableInstanceQuerypublic VariableInstanceQuery excludeLocalVariables()
excludeLocalVariables in interface VariableInstanceQueryprotected void ensureVariablesInitialized()
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<VariableInstanceQuery,VariableInstance>public List<VariableInstance> executeList(CommandContext commandContext)
executeList in class AbstractQuery<VariableInstanceQuery,VariableInstance>public VariableInstanceQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface VariableInstanceQuerypublic VariableInstanceQuery orderByVariableName()
orderByVariableName in interface VariableInstanceQuerypublic 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.