Package org.camunda.bpm.engine.impl
Class NativeHistoricProcessInstanceQueryImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.AbstractNativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
- 
- org.camunda.bpm.engine.impl.NativeHistoricProcessInstanceQueryImpl
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- NativeHistoricProcessInstanceQuery,- Command<java.lang.Object>,- NativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
 
 public class NativeHistoricProcessInstanceQueryImpl extends AbstractNativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance> implements NativeHistoricProcessInstanceQuery - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractNativeQuerycommandContext, commandExecutor, firstResult, maxResults, resultType
 
- 
 - 
Constructor SummaryConstructors Constructor Description NativeHistoricProcessInstanceQueryImpl(CommandContext commandContext)NativeHistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longexecuteCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)java.util.List<HistoricProcessInstance>executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.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.AbstractNativeQuerycount, execute, executeSingleResult, getParameters, list, listPage, parameter, setCommandExecutor, singleResult, sql
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 - 
Methods inherited from interface org.camunda.bpm.engine.query.NativeQuerycount, list, listPage, parameter, singleResult, sql
 
- 
 
- 
- 
- 
Constructor Detail- 
NativeHistoricProcessInstanceQueryImplpublic NativeHistoricProcessInstanceQueryImpl(CommandContext commandContext) 
 - 
NativeHistoricProcessInstanceQueryImplpublic NativeHistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor) 
 
- 
 - 
Method Detail- 
executeListpublic java.util.List<HistoricProcessInstance> executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults) Description copied from class:AbstractNativeQueryExecutes the actual query to retrieve the list of results.- Specified by:
- executeListin class- AbstractNativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
 
 - 
executeCountpublic long executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap) - Specified by:
- executeCountin class- AbstractNativeQuery<NativeHistoricProcessInstanceQuery,HistoricProcessInstance>
 
 
- 
 
-