org.camunda.bpm.engine.impl
Class NativeHistoricProcessInstanceQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.AbstractNativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
org.camunda.bpm.engine.impl.NativeHistoricProcessInstanceQueryImpl
- All Implemented Interfaces:
- Serializable, NativeHistoricProcessInstanceQuery, Command<Object>, NativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
public class NativeHistoricProcessInstanceQueryImpl
- extends AbstractNativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
- implements NativeHistoricProcessInstanceQuery
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeHistoricProcessInstanceQueryImpl
public NativeHistoricProcessInstanceQueryImpl(CommandContext commandContext)
NativeHistoricProcessInstanceQueryImpl
public NativeHistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
executeList
public List<HistoricProcessInstance> executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults)
- Description copied from class:
AbstractNativeQuery
- Executes the actual query to retrieve the list of results.
- Specified by:
executeList in class AbstractNativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
executeCount
public long executeCount(CommandContext commandContext,
Map<String,Object> parameterMap)
- Specified by:
executeCount in class AbstractNativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
Copyright © 2015 camunda services GmbH. All rights reserved.