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