public class NativeProcessInstanceQueryImpl extends AbstractNativeQuery<NativeProcessInstanceQuery,ProcessInstance> implements NativeProcessInstanceQuery
commandContext, commandExecutor, firstResult, maxResults, resultType| Constructor and Description | 
|---|
NativeProcessInstanceQueryImpl(CommandContext commandContext)  | 
NativeProcessInstanceQueryImpl(CommandExecutor commandExecutor)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
executeCount(CommandContext commandContext,
            Map<String,Object> parameterMap)  | 
List<ProcessInstance> | 
executeList(CommandContext commandContext,
           Map<String,Object> parameterMap,
           int firstResult,
           int maxResults)
Executes the actual query to retrieve the list of results. 
 | 
count, execute, executeSingleResult, getParameters, list, listPage, parameter, setCommandExecutor, singleResult, sqlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, list, listPage, parameter, singleResult, sqlpublic NativeProcessInstanceQueryImpl(CommandContext commandContext)
public NativeProcessInstanceQueryImpl(CommandExecutor commandExecutor)
public List<ProcessInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
AbstractNativeQueryexecuteList in class AbstractNativeQuery<NativeProcessInstanceQuery,ProcessInstance>public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount in class AbstractNativeQuery<NativeProcessInstanceQuery,ProcessInstance>Copyright © 2018. All rights reserved.