public class EventSubscriptionQueryImpl extends AbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity> implements Serializable
AbstractQuery.NullHandlingOnOrder
Modifier and Type | Field and Description |
---|---|
protected String |
activityId |
protected String |
eventName |
protected String |
eventSubscriptionId |
protected String |
eventType |
protected String |
executionId |
protected String |
processInstanceId |
protected String |
tenantId |
commandContext, commandExecutor, databaseType, nullHandlingOnOrder, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC
firstResult, maxResults, parameter
Constructor and Description |
---|
EventSubscriptionQueryImpl(CommandContext commandContext) |
EventSubscriptionQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
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() |
String |
getTenantId() |
EventSubscriptionQueryImpl |
orderByCreated() |
EventSubscriptionQueryImpl |
processInstanceId(String processInstanceId) |
EventSubscriptionQueryImpl |
tenantId(String tenantId) |
addOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getDatabaseType, getOrderBy, getOrderByColumns, list, listPage, orderBy, orderBy, setCommandExecutor, setDatabaseType, singleResult
getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setFirstResult, setMaxResults, setParameter
protected String eventSubscriptionId
protected String eventName
protected String eventType
protected String executionId
protected String processInstanceId
protected String activityId
protected String tenantId
public EventSubscriptionQueryImpl(CommandContext commandContext)
public EventSubscriptionQueryImpl(CommandExecutor commandExecutor)
public EventSubscriptionQueryImpl eventSubscriptionId(String id)
public EventSubscriptionQueryImpl eventName(String eventName)
public EventSubscriptionQueryImpl executionId(String executionId)
public EventSubscriptionQueryImpl processInstanceId(String processInstanceId)
public EventSubscriptionQueryImpl activityId(String activityId)
public EventSubscriptionQueryImpl eventType(String eventType)
public String getTenantId()
public EventSubscriptionQueryImpl tenantId(String tenantId)
public EventSubscriptionQueryImpl orderByCreated()
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity>
public List<EventSubscriptionEntity> executeList(CommandContext commandContext, Page page)
AbstractQuery
executeList
in class AbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity>
page
- used if the results must be paged. If null, no paging will be applied.public String getEventSubscriptionId()
public String getEventName()
public String getEventType()
public String getExecutionId()
public String getProcessInstanceId()
public String getActivityId()
Copyright © 2016 Alfresco. All rights reserved.