Class NativeHistoricProcessInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<NativeHistoricProcessInstanceQuery, HistoricProcessInstance>
org.flowable.common.engine.impl.query.AbstractNativeQuery<NativeHistoricProcessInstanceQuery, HistoricProcessInstance>
org.flowable.engine.impl.NativeHistoricProcessInstanceQueryImpl
- All Implemented Interfaces:
Serializable, NativeQuery<NativeHistoricProcessInstanceQuery, HistoricProcessInstance>, Command<Object>, NativeHistoricProcessInstanceQuery
public class NativeHistoricProcessInstanceQueryImpl
extends AbstractNativeQuery<NativeHistoricProcessInstanceQuery, HistoricProcessInstance>
implements NativeHistoricProcessInstanceQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseNativeQuery
BaseNativeQuery.ResultType -
Field Summary
Fields inherited from class AbstractNativeQuery
commandContext, commandExecutorFields inherited from class BaseNativeQuery
firstResult, maxResults, parameters, resultType, sqlStatement -
Constructor Summary
ConstructorsConstructorDescriptionNativeHistoricProcessInstanceQueryImpl(CommandContext commandContext) NativeHistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor) -
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
-
Constructor Details
-
NativeHistoricProcessInstanceQueryImpl
-
NativeHistoricProcessInstanceQueryImpl
-
-
Method Details
-
executeList
public List<HistoricProcessInstance> 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<NativeHistoricProcessInstanceQuery, HistoricProcessInstance>- Parameters:
commandContext-parameterMap-
-
executeCount
- Specified by:
executeCountin classAbstractNativeQuery<NativeHistoricProcessInstanceQuery, HistoricProcessInstance>
-