public class VariableInstanceQueryImpl extends AbstractVariableQueryImpl<VariableInstanceQuery,VariableInstance> implements VariableInstanceQuery, Serializable
Modifier and Type | Field and Description |
---|---|
protected String[] |
activityInstanceIds |
protected String[] |
caseExecutionIds |
protected String[] |
caseInstanceIds |
protected String[] |
executionIds |
protected boolean |
isByteArrayFetchingEnabled |
protected boolean |
isCustomObjectDeserializationEnabled |
protected String[] |
processInstanceIds |
protected String[] |
taskIds |
protected String |
variableId |
protected String |
variableName |
protected String |
variableNameLike |
protected String[] |
variableNames |
protected String[] |
variableScopeIds |
queryVariableValues
commandExecutor, expressions, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC, validators
databaseType, DEFAULT_ORDER_BY, firstResult, maxResults, orderBy, parameter
authDefaultPerm, authGroupIds, authPerms, authResourceId, authResourceIdQueryParam, authResourceType, authUserId, isAuthorizationCheckEnabled
Constructor and Description |
---|
VariableInstanceQueryImpl() |
VariableInstanceQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
VariableInstanceQuery |
activityInstanceIdIn(String... activityInstanceIds)
Only select variable instances which have one of the activity instance ids.
|
VariableInstanceQuery |
caseExecutionIdIn(String... caseExecutionIds)
Only select variable instances which have one of the case execution ids.
|
VariableInstanceQuery |
caseInstanceIdIn(String... caseInstanceIds)
Only select variable instances which have one of the case instance ids.
|
VariableInstanceQuery |
disableBinaryFetching()
Disable fetching of byte array values.
|
VariableInstanceQuery |
disableCustomObjectDeserialization()
Disable deserialization of variable values that are custom objects.
|
long |
executeCount(CommandContext commandContext) |
List<VariableInstance> |
executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results.
|
VariableInstanceQuery |
executionIdIn(String... executionIds)
Only select variable instances which have one of the executions ids.
|
String[] |
getActivityInstanceIds() |
String[] |
getCaseExecutionIds() |
String[] |
getCaseInstanceIds() |
String[] |
getExecutionIds() |
String[] |
getProcessInstanceIds() |
String[] |
getTaskIds() |
String |
getVariableId() |
String |
getVariableName() |
String |
getVariableNameLike() |
String[] |
getVariableNames() |
String[] |
getVariableScopeIds() |
VariableInstanceQuery |
orderByActivityInstanceId()
Order by activity instance id (needs to be followed by
Query.asc() or Query.desc() ). |
VariableInstanceQuery |
orderByVariableName()
Order by variable name (needs to be followed by
Query.asc() or Query.desc() ). |
VariableInstanceQuery |
orderByVariableType()
Order by variable type (needs to be followed by
Query.asc() or Query.desc() ). |
VariableInstanceQuery |
processInstanceIdIn(String... processInstanceIds)
Only select variable instances which have one of the process instance ids.
|
protected boolean |
shouldFetchValue(VariableInstanceEntity entity) |
VariableInstanceQuery |
taskIdIn(String... taskIds)
Only select variable instances which have one of the task ids.
|
VariableInstanceQuery |
variableId(String id)
Only select the variable with the given Id
|
VariableInstanceQuery |
variableName(String variableName)
Only select variable instances which have the variable name.
|
VariableInstanceQuery |
variableNameIn(String... variableNames)
Only select variable instances which have one of the variables names.
|
VariableInstanceQuery |
variableNameLike(String variableNameLike)
Only select variable instances which have the name like the assigned variable name.
|
VariableInstanceQuery |
variableScopeIdIn(String... variableScopeIds)
Only select variables instances which have on of the variable scope ids.
|
addVariable, ensureVariablesInitialized, getQueryVariableValues, variableValueEquals, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThanOrEqual, variableValueLike, variableValueNotEquals
addExpression, addOrder, addValidator, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, getOrderProperty, list, listPage, mergeExpressions, mergeOrdering, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, validate, validate
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter
getAuthDefaultPerm, getAuthGroupIds, getAuthPerms, getAuthResourceId, getAuthResourceIdQueryParam, getAuthResourceType, getAuthUserId, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthPerms, setAuthResourceId, setAuthResourceIdQueryParam, setAuthResourceType, setAuthUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
variableValueEquals, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThanOrEqual, variableValueLike, variableValueNotEquals
protected String variableId
protected String variableName
protected String[] variableNames
protected String variableNameLike
protected String[] executionIds
protected String[] processInstanceIds
protected String[] caseExecutionIds
protected String[] caseInstanceIds
protected String[] taskIds
protected String[] variableScopeIds
protected String[] activityInstanceIds
protected boolean isByteArrayFetchingEnabled
protected boolean isCustomObjectDeserializationEnabled
public VariableInstanceQueryImpl()
public VariableInstanceQueryImpl(CommandExecutor commandExecutor)
public VariableInstanceQuery variableId(String id)
VariableInstanceQuery
variableId
in interface VariableInstanceQuery
public VariableInstanceQuery variableName(String variableName)
VariableInstanceQuery
variableName
in interface VariableInstanceQuery
public VariableInstanceQuery variableNameIn(String... variableNames)
VariableInstanceQuery
variableNameIn
in interface VariableInstanceQuery
public VariableInstanceQuery variableNameLike(String variableNameLike)
VariableInstanceQuery
variableNameLike
in interface VariableInstanceQuery
public VariableInstanceQuery executionIdIn(String... executionIds)
VariableInstanceQuery
executionIdIn
in interface VariableInstanceQuery
public VariableInstanceQuery processInstanceIdIn(String... processInstanceIds)
VariableInstanceQuery
processInstanceIdIn
in interface VariableInstanceQuery
public VariableInstanceQuery caseExecutionIdIn(String... caseExecutionIds)
VariableInstanceQuery
caseExecutionIdIn
in interface VariableInstanceQuery
public VariableInstanceQuery caseInstanceIdIn(String... caseInstanceIds)
VariableInstanceQuery
caseInstanceIdIn
in interface VariableInstanceQuery
public VariableInstanceQuery taskIdIn(String... taskIds)
VariableInstanceQuery
taskIdIn
in interface VariableInstanceQuery
public VariableInstanceQuery variableScopeIdIn(String... variableScopeIds)
VariableInstanceQuery
variableScopeIdIn
in interface VariableInstanceQuery
public VariableInstanceQuery activityInstanceIdIn(String... activityInstanceIds)
VariableInstanceQuery
activityInstanceIdIn
in interface VariableInstanceQuery
public VariableInstanceQuery disableBinaryFetching()
VariableInstanceQuery
disableBinaryFetching
in interface VariableInstanceQuery
public VariableInstanceQuery disableCustomObjectDeserialization()
VariableInstanceQuery
disableCustomObjectDeserialization
in interface VariableInstanceQuery
public VariableInstanceQuery orderByVariableName()
VariableInstanceQuery
Query.asc()
or Query.desc()
).orderByVariableName
in interface VariableInstanceQuery
public VariableInstanceQuery orderByVariableType()
VariableInstanceQuery
Query.asc()
or Query.desc()
).orderByVariableType
in interface VariableInstanceQuery
public VariableInstanceQuery orderByActivityInstanceId()
VariableInstanceQuery
Query.asc()
or Query.desc()
).orderByActivityInstanceId
in interface VariableInstanceQuery
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractVariableQueryImpl<VariableInstanceQuery,VariableInstance>
public List<VariableInstance> executeList(CommandContext commandContext, Page page)
AbstractQuery
executeList
in class AbstractVariableQueryImpl<VariableInstanceQuery,VariableInstance>
page
- used if the results must be paged. If null, no paging will be applied.protected boolean shouldFetchValue(VariableInstanceEntity entity)
public String getVariableId()
public String getVariableName()
public String[] getVariableNames()
public String getVariableNameLike()
public String[] getExecutionIds()
public String[] getProcessInstanceIds()
public String[] getCaseExecutionIds()
public String[] getCaseInstanceIds()
public String[] getTaskIds()
public String[] getVariableScopeIds()
public String[] getActivityInstanceIds()
Copyright © 2018. All rights reserved.