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