Class NativeHistoricTaskInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<NativeHistoricTaskInstanceQuery, HistoricTaskInstance>
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 BaseNativeQuery
BaseNativeQuery.ResultType -
Field Summary
FieldsFields inherited from class AbstractNativeQuery
commandContext, commandExecutorFields inherited from class BaseNativeQuery
firstResult, maxResults, parameters, resultType, sqlStatement -
Constructor Summary
ConstructorsConstructorDescriptionNativeHistoricTaskInstanceQueryImpl(CommandContext commandContext, TaskServiceConfiguration taskServiceConfiguration) NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration) -
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
-
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:AbstractNativeQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractNativeQuery<NativeHistoricTaskInstanceQuery, HistoricTaskInstance>- Parameters:
commandContext-parameterMap-
-
executeCount
- Specified by:
executeCountin classAbstractNativeQuery<NativeHistoricTaskInstanceQuery, HistoricTaskInstance>
-