Package org.flowable.engine.impl
Class NativeHistoricProcessInstanceQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.query.BaseNativeQuery<T,U>
-
- 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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
BaseNativeQuery.ResultType
-
-
Field Summary
-
Fields 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
Constructors Constructor Description NativeHistoricProcessInstanceQueryImpl(CommandContext commandContext)NativeHistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longexecuteCount(CommandContext commandContext, Map<String,Object> parameterMap)List<HistoricProcessInstance>executeList(CommandContext commandContext, Map<String,Object> parameterMap)-
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
-
-
-
-
Constructor Detail
-
NativeHistoricProcessInstanceQueryImpl
public NativeHistoricProcessInstanceQueryImpl(CommandContext commandContext)
-
NativeHistoricProcessInstanceQueryImpl
public NativeHistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
executeList
public List<HistoricProcessInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
- Specified by:
executeListin classAbstractNativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
-
executeCount
public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
- Specified by:
executeCountin classAbstractNativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
-
-