Package org.activiti.engine.impl
Class NativeHistoricVariableInstanceQueryImpl
- java.lang.Object
-
- org.activiti.engine.impl.AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
-
- org.activiti.engine.impl.NativeHistoricVariableInstanceQueryImpl
-
- All Implemented Interfaces:
java.io.Serializable
,NativeHistoricVariableInstanceQuery
,Command<java.lang.Object>
,NativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
public class NativeHistoricVariableInstanceQueryImpl extends AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance> implements NativeHistoricVariableInstanceQuery
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.activiti.engine.impl.AbstractNativeQuery
commandContext, commandExecutor, firstResult, maxResults, resultType
-
-
Constructor Summary
Constructors Constructor Description NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext)
NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)
java.util.List<HistoricVariableInstance>
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.activiti.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.activiti.engine.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
-
-
-
Constructor Detail
-
NativeHistoricVariableInstanceQueryImpl
public NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext)
-
NativeHistoricVariableInstanceQueryImpl
public NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
executeList
public java.util.List<HistoricVariableInstance> executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.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<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
-
executeCount
public long executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)
- Specified by:
executeCount
in classAbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
-
-