org.activiti.engine.impl
类 EventSubscriptionQueryImpl

java.lang.Object
  继承者 org.activiti.engine.impl.db.ListQueryParameterObject
      继承者 org.activiti.engine.impl.AbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity>
          继承者 org.activiti.engine.impl.EventSubscriptionQueryImpl
所有已实现的接口:
Serializable, Command<Object>, Query<EventSubscriptionQueryImpl,EventSubscriptionEntity>

public class EventSubscriptionQueryImpl
extends AbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity>
implements Serializable

作者:
Daniel Meyer
另请参见:
序列化表格

字段摘要
protected  String activityId
           
protected  String eventName
           
protected  String eventSubscriptionId
           
protected  String eventType
           
protected  String executionId
           
protected  String processInstanceId
           
 
从类 org.activiti.engine.impl.AbstractQuery 继承的字段
commandContext, commandExecutor, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC
 
从类 org.activiti.engine.impl.db.ListQueryParameterObject 继承的字段
databaseType, firstResult, maxResults, parameter
 
构造方法摘要
EventSubscriptionQueryImpl(CommandContext commandContext)
           
EventSubscriptionQueryImpl(CommandExecutor commandExecutor)
           
 
方法摘要
 EventSubscriptionQueryImpl activityId(String activityId)
           
 EventSubscriptionQueryImpl eventName(String eventName)
           
 EventSubscriptionQueryImpl eventSubscriptionId(String id)
           
 EventSubscriptionQueryImpl eventType(String eventType)
           
 long executeCount(CommandContext commandContext)
           
 List<EventSubscriptionEntity> executeList(CommandContext commandContext, Page page)
          Executes the actual query to retrieve the list of results.
 EventSubscriptionQueryImpl executionId(String executionId)
           
 String getActivityId()
           
 String getEventName()
           
 String getEventSubscriptionId()
           
 String getEventType()
           
 String getExecutionId()
           
 String getProcessInstanceId()
           
 EventSubscriptionQueryImpl orderByCreated()
           
 EventSubscriptionQueryImpl processInstanceId(String processInstanceId)
           
 
从类 org.activiti.engine.impl.AbstractQuery 继承的方法
addOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getOrderBy, list, listPage, orderBy, setCommandExecutor, singleResult
 
从类 org.activiti.engine.impl.db.ListQueryParameterObject 继承的方法
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setParameter
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

eventSubscriptionId

protected String eventSubscriptionId

eventName

protected String eventName

eventType

protected String eventType

executionId

protected String executionId

processInstanceId

protected String processInstanceId

activityId

protected String activityId
构造方法详细信息

EventSubscriptionQueryImpl

public EventSubscriptionQueryImpl(CommandContext commandContext)

EventSubscriptionQueryImpl

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

eventSubscriptionId

public EventSubscriptionQueryImpl eventSubscriptionId(String id)

eventName

public EventSubscriptionQueryImpl eventName(String eventName)

executionId

public EventSubscriptionQueryImpl executionId(String executionId)

processInstanceId

public EventSubscriptionQueryImpl processInstanceId(String processInstanceId)

activityId

public EventSubscriptionQueryImpl activityId(String activityId)

eventType

public EventSubscriptionQueryImpl eventType(String eventType)

orderByCreated

public EventSubscriptionQueryImpl orderByCreated()

executeCount

public long executeCount(CommandContext commandContext)
指定者:
AbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity> 中的 executeCount

executeList

public List<EventSubscriptionEntity> executeList(CommandContext commandContext,
                                                 Page page)
从类 AbstractQuery 复制的描述
Executes the actual query to retrieve the list of results.

指定者:
AbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity> 中的 executeList
page - used if the results must be paged. If null, no paging will be applied.

getEventSubscriptionId

public String getEventSubscriptionId()

getEventName

public String getEventName()

getEventType

public String getEventType()

getExecutionId

public String getExecutionId()

getProcessInstanceId

public String getProcessInstanceId()

getActivityId

public String getActivityId()


Copyright © 2013 Alfresco. All rights reserved.