public class CmmnHistoricVariableInstanceQueryImpl extends Object implements HistoricVariableInstanceQuery
HistoricVariableInstanceQueryImpl from the variable service,
specialized for usage in CMMN.Query.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected HistoricVariableInstanceQueryImpl |
wrappedHistoricVariableInstanceQuery |
| Constructor and Description |
|---|
CmmnHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor,
CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
HistoricVariableInstanceQuery |
asc()
Order the results ascending on the given property as defined in this class (needs to come after a call to one of the orderByXxxx methods).
|
HistoricVariableInstanceQuery |
caseInstanceId(String caseInstanceId)
Only select historic variables with the given case instance.
|
long |
count()
Executes the query and returns the number of results
|
HistoricVariableInstanceQuery |
desc()
Order the results descending on the given property as defined in this class (needs to come after a call to one of the orderByXxxx methods).
|
HistoricVariableInstanceQuery |
excludeTaskVariables()
Only select historic variables which were not set task-local.
|
HistoricVariableInstanceQuery |
excludeVariableInitialization()
Don't initialize variable values.
|
HistoricVariableInstanceQuery |
id(String id)
Only select a historic variable with the given id.
|
List<HistoricVariableInstance> |
list()
Executes the query and get a list of entities as the result.
|
List<HistoricVariableInstance> |
listPage(int firstResult,
int maxResults)
Executes the query and get a list of entities as the result.
|
HistoricVariableInstanceQuery |
orderBy(QueryProperty property) |
HistoricVariableInstanceQuery |
orderBy(QueryProperty property,
Query.NullHandlingOnOrder nullHandlingOnOrder) |
HistoricVariableInstanceQuery |
orderByVariableName()
order historic variables by the name.
|
HistoricVariableInstanceQuery |
planItemInstanceId(String planItemInstanceId)
Only select historic variables with the given plan item instance id.
|
HistoricVariableInstance |
singleResult()
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
|
HistoricVariableInstanceQuery |
taskId(String taskId)
Only select historic variables with the given task.
|
HistoricVariableInstanceQuery |
taskIds(Set<String> taskIds)
Only select historic variables whose id is in the given set of ids.
|
HistoricVariableInstanceQuery |
variableName(String variableName)
Only select historic variables with the given variable name.
|
HistoricVariableInstanceQuery |
variableNameLike(String variableNameLike)
Only select historic variables where the given variable name is like.
|
HistoricVariableInstanceQuery |
variableValueEquals(String variableName,
Object variableValue)
only select historic variables with the given name and value
|
HistoricVariableInstanceQuery |
variableValueLike(String variableName,
String variableValue)
only select historic variables like the given name and value
|
HistoricVariableInstanceQuery |
variableValueLikeIgnoreCase(String variableName,
String variableValue)
only select historic variables like the given name and value (case insensitive)
|
HistoricVariableInstanceQuery |
variableValueNotEquals(String variableName,
Object variableValue)
only select historic variables that don't have the given name and value
|
protected HistoricVariableInstanceQueryImpl wrappedHistoricVariableInstanceQuery
public CmmnHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration)
public HistoricVariableInstanceQuery id(String id)
HistoricVariableInstanceQueryid in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery caseInstanceId(String caseInstanceId)
HistoricVariableInstanceQuerycaseInstanceId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery planItemInstanceId(String planItemInstanceId)
HistoricVariableInstanceQueryplanItemInstanceId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery taskId(String taskId)
HistoricVariableInstanceQuerytaskId in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery taskIds(Set<String> taskIds)
HistoricVariableInstanceQuerytaskIds in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableName(String variableName)
HistoricVariableInstanceQueryvariableName in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery variableNameLike(String variableNameLike)
HistoricVariableInstanceQueryvariableNameLike in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery excludeTaskVariables()
HistoricVariableInstanceQueryexcludeTaskVariables in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery excludeVariableInitialization()
HistoricVariableInstanceQueryexcludeVariableInitialization 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 orderByVariableName()
HistoricVariableInstanceQueryorderByVariableName in interface HistoricVariableInstanceQuerypublic HistoricVariableInstanceQuery asc()
Queryasc in interface Query<HistoricVariableInstanceQuery,HistoricVariableInstance>public HistoricVariableInstanceQuery desc()
Querydesc in interface Query<HistoricVariableInstanceQuery,HistoricVariableInstance>public HistoricVariableInstanceQuery orderBy(QueryProperty property)
orderBy in interface Query<HistoricVariableInstanceQuery,HistoricVariableInstance>public HistoricVariableInstanceQuery orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder)
orderBy in interface Query<HistoricVariableInstanceQuery,HistoricVariableInstance>public long count()
Querycount in interface Query<HistoricVariableInstanceQuery,HistoricVariableInstance>public HistoricVariableInstance singleResult()
QuerysingleResult in interface Query<HistoricVariableInstanceQuery,HistoricVariableInstance>public List<HistoricVariableInstance> list()
Querylist in interface Query<HistoricVariableInstanceQuery,HistoricVariableInstance>public List<HistoricVariableInstance> listPage(int firstResult, int maxResults)
QuerylistPage in interface Query<HistoricVariableInstanceQuery,HistoricVariableInstance>Copyright © 2023 Flowable. All rights reserved.