org.activiti.engine.impl
类 NativeHistoricVariableInstanceQueryImpl

java.lang.Object
  继承者 org.activiti.engine.impl.AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
      继承者 org.activiti.engine.impl.NativeHistoricVariableInstanceQueryImpl
所有已实现的接口:
Serializable, NativeHistoricVariableInstanceQuery, Command<Object>, NativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>

public class NativeHistoricVariableInstanceQueryImpl
extends AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
implements NativeHistoricVariableInstanceQuery

另请参见:
序列化表格

字段摘要
 
从类 org.activiti.engine.impl.AbstractNativeQuery 继承的字段
commandContext, commandExecutor, firstResult, maxResults, resultType
 
构造方法摘要
NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext)
           
NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
           
 
方法摘要
 long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
           
 List<HistoricVariableInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
          Executes the actual query to retrieve the list of results.
 
从类 org.activiti.engine.impl.AbstractNativeQuery 继承的方法
count, execute, executeSingleResult, getParameters, list, listPage, parameter, setCommandExecutor, singleResult, sql
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.activiti.engine.query.NativeQuery 继承的方法
count, list, listPage, parameter, singleResult, sql
 

构造方法详细信息

NativeHistoricVariableInstanceQueryImpl

public NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext)

NativeHistoricVariableInstanceQueryImpl

public NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
方法详细信息

executeList

public List<HistoricVariableInstance> executeList(CommandContext commandContext,
                                                  Map<String,Object> parameterMap,
                                                  int firstResult,
                                                  int maxResults)
从类 AbstractNativeQuery 复制的描述
Executes the actual query to retrieve the list of results.

指定者:
AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance> 中的 executeList

executeCount

public long executeCount(CommandContext commandContext,
                         Map<String,Object> parameterMap)
指定者:
AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance> 中的 executeCount


Copyright © 2013 Alfresco. All rights reserved.