Package org.camunda.bpm.engine.impl
Class NativeHistoricActivityInstanceQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.AbstractNativeQuery<NativeHistoricActivityInstanceQuery,HistoricActivityInstance>
 
org.camunda.bpm.engine.impl.NativeHistoricActivityInstanceQueryImpl
- All Implemented Interfaces:
- Serializable,- NativeHistoricActivityInstanceQuery,- Command<Object>,- NativeQuery<NativeHistoricActivityInstanceQuery,- HistoricActivityInstance> 
public class NativeHistoricActivityInstanceQueryImpl
extends AbstractNativeQuery<NativeHistoricActivityInstanceQuery,HistoricActivityInstance>
implements NativeHistoricActivityInstanceQuery 
- See Also:
- 
Field SummaryFields inherited from class org.camunda.bpm.engine.impl.AbstractNativeQuerycommandContext, commandExecutor, firstResult, maxResults, resultType
- 
Constructor SummaryConstructorsConstructorDescriptionNativeHistoricActivityInstanceQueryImpl(CommandContext commandContext) NativeHistoricActivityInstanceQueryImpl(CommandExecutor commandExecutor) 
- 
Method SummaryModifier and TypeMethodDescriptionlongexecuteCount(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.AbstractNativeQuerycount, execute, executeSingleResult, getParameters, list, listPage, parameter, setCommandExecutor, singleResult, sqlMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryableMethods inherited from interface org.camunda.bpm.engine.query.NativeQuerycount, list, listPage, parameter, singleResult, sql
- 
Constructor Details- 
NativeHistoricActivityInstanceQueryImpl
- 
NativeHistoricActivityInstanceQueryImpl
 
- 
- 
Method Details- 
executeListpublic List<HistoricActivityInstance> executeList(CommandContext commandContext, Map<String, 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<NativeHistoricActivityInstanceQuery,- HistoricActivityInstance> 
 
- 
executeCount- Specified by:
- executeCountin class- AbstractNativeQuery<NativeHistoricActivityInstanceQuery,- HistoricActivityInstance> 
 
 
-