org.camunda.bpm.engine.impl
Class NativeHistoricTaskInstanceQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
org.camunda.bpm.engine.impl.NativeHistoricTaskInstanceQueryImpl
- All Implemented Interfaces:
- Serializable, NativeHistoricTaskInstanceQuery, Command<Object>, NativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
public class NativeHistoricTaskInstanceQueryImpl
- extends AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
- implements NativeHistoricTaskInstanceQuery
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeHistoricTaskInstanceQueryImpl
public NativeHistoricTaskInstanceQueryImpl(CommandContext commandContext)
NativeHistoricTaskInstanceQueryImpl
public NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
executeList
public List<HistoricTaskInstance> 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<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
executeCount
public long executeCount(CommandContext commandContext,
Map<String,Object> parameterMap)
- Specified by:
executeCount in class AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
Copyright © 2016 camunda services GmbH. All rights reserved.