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