Package org.flowable.task.service.impl
Class NativeHistoricTaskInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<T,U>
org.flowable.common.engine.impl.query.AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
org.flowable.task.service.impl.NativeHistoricTaskInstanceQueryImpl
- All Implemented Interfaces:
Serializable
,NativeQuery<NativeHistoricTaskInstanceQuery,
,HistoricTaskInstance> Command<Object>
,NativeHistoricTaskInstanceQuery
public class NativeHistoricTaskInstanceQueryImpl
extends AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
implements NativeHistoricTaskInstanceQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
BaseNativeQuery.ResultType
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery
commandContext, commandExecutor
Fields inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
firstResult, maxResults, parameters, resultType, sqlStatement
-
Constructor Summary
ConstructorsConstructorDescriptionNativeHistoricTaskInstanceQueryImpl
(CommandContext commandContext, TaskServiceConfiguration taskServiceConfiguration) NativeHistoricTaskInstanceQueryImpl
(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionlong
executeCount
(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 org.flowable.common.engine.impl.query.AbstractNativeQuery
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sql
Methods inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
generateParameterMap, getParameters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
Field Details
-
taskServiceConfiguration
-
-
Constructor Details
-
NativeHistoricTaskInstanceQueryImpl
public NativeHistoricTaskInstanceQueryImpl(CommandContext commandContext, TaskServiceConfiguration taskServiceConfiguration) -
NativeHistoricTaskInstanceQueryImpl
public NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration)
-
-
Method Details
-
executeList
public List<HistoricTaskInstance> executeList(CommandContext commandContext, Map<String, Object> parameterMap) Description copied from class:AbstractNativeQuery
Executes the actual query to retrieve the list of results.- Specified by:
executeList
in classAbstractNativeQuery<NativeHistoricTaskInstanceQuery,
HistoricTaskInstance>
-
executeCount
- Specified by:
executeCount
in classAbstractNativeQuery<NativeHistoricTaskInstanceQuery,
HistoricTaskInstance>
-