Package 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:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.AbstractNativeQuery
commandContext, commandExecutor, firstResult, maxResults, resultType
-
Constructor Summary
ConstructorDescriptionNativeProcessInstanceQueryImpl
(CommandContext commandContext) NativeProcessInstanceQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlong
executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) 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 Details
-
NativeProcessInstanceQueryImpl
-
NativeProcessInstanceQueryImpl
-
-
Method Details
-
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 classAbstractNativeQuery<NativeProcessInstanceQuery,
ProcessInstance>
-
executeCount
- Specified by:
executeCount
in classAbstractNativeQuery<NativeProcessInstanceQuery,
ProcessInstance>
-