org.camunda.bpm.engine.impl
Class NativeHistoryDecisionInstanceQueryImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.AbstractNativeQuery<NativeHistoricDecisionInstanceQuery,HistoricDecisionInstance>
      extended by org.camunda.bpm.engine.impl.NativeHistoryDecisionInstanceQueryImpl
All Implemented Interfaces:
Serializable, NativeHistoricDecisionInstanceQuery, Command<Object>, NativeQuery<NativeHistoricDecisionInstanceQuery,HistoricDecisionInstance>

public class NativeHistoryDecisionInstanceQueryImpl
extends AbstractNativeQuery<NativeHistoricDecisionInstanceQuery,HistoricDecisionInstance>
implements NativeHistoricDecisionInstanceQuery

Author:
Philipp Ossler
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractNativeQuery
commandContext, commandExecutor, firstResult, maxResults, resultType
 
Constructor Summary
NativeHistoryDecisionInstanceQueryImpl(CommandContext commandContext)
           
NativeHistoryDecisionInstanceQueryImpl(CommandExecutor commandExecutor)
           
 
Method Summary
 long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
           
 List<HistoricDecisionInstance> 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.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
 

Constructor Detail

NativeHistoryDecisionInstanceQueryImpl

public NativeHistoryDecisionInstanceQueryImpl(CommandContext commandContext)

NativeHistoryDecisionInstanceQueryImpl

public NativeHistoryDecisionInstanceQueryImpl(CommandExecutor commandExecutor)
Method Detail

executeCount

public long executeCount(CommandContext commandContext,
                         Map<String,Object> parameterMap)
Specified by:
executeCount in class AbstractNativeQuery<NativeHistoricDecisionInstanceQuery,HistoricDecisionInstance>

executeList

public List<HistoricDecisionInstance> 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 class AbstractNativeQuery<NativeHistoricDecisionInstanceQuery,HistoricDecisionInstance>


Copyright © 2018 camunda services GmbH. All rights reserved.