Package org.activiti.engine.impl
Class HistoricVariableInstanceQueryImpl
java.lang.Object
org.activiti.engine.impl.db.ListQueryParameterObject
org.activiti.engine.impl.AbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance>
org.activiti.engine.impl.HistoricVariableInstanceQueryImpl
- All Implemented Interfaces:
Serializable,HistoricVariableInstanceQuery,Command<Object>,Query<HistoricVariableInstanceQuery,HistoricVariableInstance>
public class HistoricVariableInstanceQueryImpl
extends AbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance>
implements HistoricVariableInstanceQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.activiti.engine.impl.AbstractQuery
AbstractQuery.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected QueryVariableValueprotected Stringprotected Stringprotected StringFields inherited from class org.activiti.engine.impl.AbstractQuery
commandContext, commandExecutor, databaseType, nullHandlingOnOrder, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESCFields inherited from class org.activiti.engine.impl.db.ListQueryParameterObject
firstResult, maxResults, parameter -
Constructor Summary
ConstructorsConstructorDescriptionHistoricVariableInstanceQueryImpl(CommandContext commandContext) HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionactivityInstanceId(String activityInstanceId) protected voidOnly select historic process variables which were not set task-local.Don't initialize variable values.longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext, Page page) Executes the actual query to retrieve the list of results.executionId(String executionId) Only select historic process variables with the given id.executionIds(Set<String> executionIds) Only select historic process variables whose id is in the given set of ids.booleanOnly select a historic variable with the given id.processInstanceId(String processInstanceId) Only select historic process variables with the given process instance.Only select historic process variables with the given task.Only select historic process variables whose id is in the given set of ids.variableName(String variableName) Only select historic process variables with the given variable name.variableNameLike(String variableNameLike) Only select historic process variables where the given variable name is like.variableValueEquals(String variableName, Object variableValue) only select historic process variables with the given name and valuevariableValueLike(String variableName, String variableValue) only select historic process variables like the given name and valuevariableValueLikeIgnoreCase(String variableName, String variableValue) only select historic process variables like the given name and value (case insensitive)variableValueNotEquals(String variableName, Object variableValue) only select historic process variables that don't have the given name and valueMethods inherited from class org.activiti.engine.impl.AbstractQuery
addOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getDatabaseType, getOrderBy, getOrderByColumns, list, listPage, orderBy, orderBy, setCommandExecutor, setDatabaseType, singleResultMethods inherited from class org.activiti.engine.impl.db.ListQueryParameterObject
getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setFirstResult, setMaxResults, setParameter
-
Field Details
-
id
-
taskId
-
taskIds
-
executionId
-
executionIds
-
processInstanceId
-
activityInstanceId
-
variableName
-
variableNameLike
-
excludeTaskRelated
protected boolean excludeTaskRelated -
excludeVariableInitialization
protected boolean excludeVariableInitialization -
queryVariableValue
-
-
Constructor Details
-
HistoricVariableInstanceQueryImpl
public HistoricVariableInstanceQueryImpl() -
HistoricVariableInstanceQueryImpl
-
HistoricVariableInstanceQueryImpl
-
-
Method Details
-
id
Description copied from interface:HistoricVariableInstanceQueryOnly select a historic variable with the given id.- Specified by:
idin interfaceHistoricVariableInstanceQuery
-
processInstanceId
Description copied from interface:HistoricVariableInstanceQueryOnly select historic process variables with the given process instance.- Specified by:
processInstanceIdin interfaceHistoricVariableInstanceQuery
-
executionId
Description copied from interface:HistoricVariableInstanceQueryOnly select historic process variables with the given id.- Specified by:
executionIdin interfaceHistoricVariableInstanceQuery
-
executionIds
Description copied from interface:HistoricVariableInstanceQueryOnly select historic process variables whose id is in the given set of ids.- Specified by:
executionIdsin interfaceHistoricVariableInstanceQuery
-
activityInstanceId
-
taskId
Description copied from interface:HistoricVariableInstanceQueryOnly select historic process variables with the given task.- Specified by:
taskIdin interfaceHistoricVariableInstanceQuery
-
taskIds
Description copied from interface:HistoricVariableInstanceQueryOnly select historic process variables whose id is in the given set of ids.- Specified by:
taskIdsin interfaceHistoricVariableInstanceQuery
-
excludeTaskVariables
Description copied from interface:HistoricVariableInstanceQueryOnly select historic process variables which were not set task-local.- Specified by:
excludeTaskVariablesin interfaceHistoricVariableInstanceQuery
-
excludeVariableInitialization
Description copied from interface:HistoricVariableInstanceQueryDon't initialize variable values. This is foremost a way to deal with variable delete queries- Specified by:
excludeVariableInitializationin interfaceHistoricVariableInstanceQuery
-
variableName
Description copied from interface:HistoricVariableInstanceQueryOnly select historic process variables with the given variable name.- Specified by:
variableNamein interfaceHistoricVariableInstanceQuery
-
variableValueEquals
Description copied from interface:HistoricVariableInstanceQueryonly select historic process variables with the given name and value- Specified by:
variableValueEqualsin interfaceHistoricVariableInstanceQuery
-
variableValueNotEquals
public HistoricVariableInstanceQuery variableValueNotEquals(String variableName, Object variableValue) Description copied from interface:HistoricVariableInstanceQueryonly select historic process variables that don't have the given name and value- Specified by:
variableValueNotEqualsin interfaceHistoricVariableInstanceQuery
-
variableValueLike
Description copied from interface:HistoricVariableInstanceQueryonly select historic process variables like the given name and value- Specified by:
variableValueLikein interfaceHistoricVariableInstanceQuery
-
variableValueLikeIgnoreCase
public HistoricVariableInstanceQuery variableValueLikeIgnoreCase(String variableName, String variableValue) Description copied from interface:HistoricVariableInstanceQueryonly select historic process variables like the given name and value (case insensitive)- Specified by:
variableValueLikeIgnoreCasein interfaceHistoricVariableInstanceQuery
-
variableNameLike
Description copied from interface:HistoricVariableInstanceQueryOnly select historic process variables where the given variable name is like.- Specified by:
variableNameLikein interfaceHistoricVariableInstanceQuery
-
ensureVariablesInitialized
protected void ensureVariablesInitialized() -
executeCount
- Specified by:
executeCountin classAbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance>
-
executeList
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance> page- used if the results must be paged. If null, no paging will be applied.
-
orderByProcessInstanceId
- Specified by:
orderByProcessInstanceIdin interfaceHistoricVariableInstanceQuery
-
orderByVariableName
- Specified by:
orderByVariableNamein interfaceHistoricVariableInstanceQuery
-
getProcessInstanceId
-
getTaskId
-
getActivityInstanceId
-
getExcludeTaskRelated
public boolean getExcludeTaskRelated() -
getVariableName
-
getVariableNameLike
-
getQueryVariableValue
-