Package 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
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.AbstractNativeQuery
commandContext, commandExecutor, firstResult, maxResults, resultType
-
-
Constructor Summary
Constructors Constructor Description NativeExecutionQueryImpl(CommandContext commandContext)
NativeExecutionQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
List<Execution>
executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
Executes the actual query to retrieve the list of results.-
Methods inherited from class org.camunda.bpm.engine.impl.AbstractNativeQuery
count, execute, executeSingleResult, getParameters, list, listPage, parameter, setCommandExecutor, singleResult, sql
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Methods inherited from interface org.camunda.bpm.engine.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
-
-
-
Constructor Detail
-
NativeExecutionQueryImpl
public NativeExecutionQueryImpl(CommandContext commandContext)
-
NativeExecutionQueryImpl
public NativeExecutionQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
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 classAbstractNativeQuery<NativeExecutionQuery,Execution>
-
executeCount
public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
- Specified by:
executeCount
in classAbstractNativeQuery<NativeExecutionQuery,Execution>
-
-