org.activiti.engine.impl
类 NativeHistoricTaskInstanceQueryImpl
java.lang.Object
org.activiti.engine.impl.AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
org.activiti.engine.impl.NativeHistoricTaskInstanceQueryImpl
- 所有已实现的接口:
- Serializable, NativeHistoricTaskInstanceQuery, Command<Object>, NativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
public class NativeHistoricTaskInstanceQueryImpl
- extends AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
- implements NativeHistoricTaskInstanceQuery
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeHistoricTaskInstanceQueryImpl
public NativeHistoricTaskInstanceQueryImpl(CommandContext commandContext)
NativeHistoricTaskInstanceQueryImpl
public NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
executeList
public List<HistoricTaskInstance> executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults)
- 从类
AbstractNativeQuery
复制的描述
- Executes the actual query to retrieve the list of results.
- 指定者:
- 类
AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
中的 executeList
executeCount
public long executeCount(CommandContext commandContext,
Map<String,Object> parameterMap)
- 指定者:
- 类
AbstractNativeQuery<NativeHistoricTaskInstanceQuery,HistoricTaskInstance>
中的 executeCount
Copyright © 2013 Alfresco. All rights reserved.