Class NativeHistoricVariableInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<NativeHistoricVariableInstanceQuery, HistoricVariableInstance>
org.flowable.common.engine.impl.query.AbstractNativeQuery<NativeHistoricVariableInstanceQuery, HistoricVariableInstance>
org.flowable.variable.service.impl.NativeHistoricVariableInstanceQueryImpl
- All Implemented Interfaces:
Serializable, NativeQuery<NativeHistoricVariableInstanceQuery, HistoricVariableInstance>, Command<Object>, NativeHistoricVariableInstanceQuery
public class NativeHistoricVariableInstanceQueryImpl
extends AbstractNativeQuery<NativeHistoricVariableInstanceQuery, HistoricVariableInstance>
implements NativeHistoricVariableInstanceQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseNativeQuery
BaseNativeQuery.ResultType -
Field Summary
FieldsFields inherited from class AbstractNativeQuery
commandContext, commandExecutorFields inherited from class BaseNativeQuery
firstResult, maxResults, parameters, resultType, sqlStatement -
Constructor Summary
ConstructorsConstructorDescriptionNativeHistoricVariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(CommandContext commandContext, Map<String, Object> parameterMap) executeList(CommandContext commandContext, Map<String, Object> parameterMap) Executes the actual query to retrieve the list of results.Methods inherited from class AbstractNativeQuery
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sqlMethods inherited from class BaseNativeQuery
generateParameterMap, getParametersMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NativeQuery
count, list, listPage, parameter, singleResult, sql
-
Field Details
-
variableServiceConfiguration
-
-
Constructor Details
-
NativeHistoricVariableInstanceQueryImpl
public NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) -
NativeHistoricVariableInstanceQueryImpl
public NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration)
-
-
Method Details
-
executeList
public List<HistoricVariableInstance> executeList(CommandContext commandContext, Map<String, Object> parameterMap) Description copied from class:AbstractNativeQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractNativeQuery<NativeHistoricVariableInstanceQuery, HistoricVariableInstance>- Parameters:
commandContext-parameterMap-
-
executeCount
- Specified by:
executeCountin classAbstractNativeQuery<NativeHistoricVariableInstanceQuery, HistoricVariableInstance>
-