org.activiti.engine.impl
类 NativeHistoricActivityInstanceQueryImpl

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

public class NativeHistoricActivityInstanceQueryImpl
extends AbstractNativeQuery<NativeHistoricActivityInstanceQuery,HistoricActivityInstance>
implements NativeHistoricActivityInstanceQuery

另请参见:
序列化表格

字段摘要
 
从类 org.activiti.engine.impl.AbstractNativeQuery 继承的字段
commandContext, commandExecutor, firstResult, maxResults, resultType
 
构造方法摘要
NativeHistoricActivityInstanceQueryImpl(CommandContext commandContext)
           
NativeHistoricActivityInstanceQueryImpl(CommandExecutor commandExecutor)
           
 
方法摘要
 long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
           
 List<HistoricActivityInstance> 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
 

构造方法详细信息

NativeHistoricActivityInstanceQueryImpl

public NativeHistoricActivityInstanceQueryImpl(CommandContext commandContext)

NativeHistoricActivityInstanceQueryImpl

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

executeList

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

指定者:
AbstractNativeQuery<NativeHistoricActivityInstanceQuery,HistoricActivityInstance> 中的 executeList

executeCount

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


Copyright © 2013 Alfresco. All rights reserved.