public class EventSubscriptionQueryImpl extends AbstractQuery<EventSubscriptionQuery,EventSubscription> implements EventSubscriptionQuery
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected Date |
createdAfter |
protected Date |
createdBefore |
protected String |
eventName |
protected String |
eventType |
protected String |
executionId |
protected String |
id |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
tenantId |
commandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
EventSubscriptionQueryImpl(CommandContext commandContext) |
EventSubscriptionQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
EventSubscriptionQueryImpl |
activityId(String activityId)
Only select event subscriptions which have an activity with the given id.
|
EventSubscriptionQueryImpl |
createdAfter(Date afterTime)
Only select event subscriptions that were created after the given start time.
|
EventSubscriptionQueryImpl |
createdBefore(Date beforeTime)
Only select event subscriptions that were created before the given start time.
|
EventSubscriptionQueryImpl |
eventName(String eventName)
Only select event subscriptions with the given name.
|
EventSubscriptionQueryImpl |
eventType(String eventType)
Only select event subscriptions with the given type.
|
long |
executeCount(CommandContext commandContext) |
List<EventSubscription> |
executeList(CommandContext commandContext) |
EventSubscriptionQueryImpl |
executionId(String executionId)
Only select event subscriptions with the given execution id.
|
String |
getActivityId() |
Date |
getCreatedAfter() |
Date |
getCreatedBefore() |
String |
getEventName() |
String |
getEventType() |
String |
getExecutionId() |
String |
getId() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getTenantId() |
EventSubscriptionQueryImpl |
id(String id)
Only select event subscriptions with the given id.
|
EventSubscriptionQuery |
orderByCreateDate()
Order by create date (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderByExecutionId()
Order by execution id (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderById()
Order by id (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderByProcessDefinitionId()
Order by process definition id (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderByProcessInstanceId()
Order by process instance id (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQueryImpl |
processDefinitionId(String processDefinitionId)
Only select event subscriptions which have the given process definition id.
|
EventSubscriptionQueryImpl |
processInstanceId(String processInstanceId)
Only select event subscriptions which have the given process instance id.
|
EventSubscriptionQueryImpl |
tenantId(String tenantId)
Only select event subscriptions with the given tenant id.
|
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected String eventType
protected String eventName
protected String executionId
protected String processInstanceId
protected String processDefinitionId
protected String activityId
protected Date createdBefore
protected Date createdAfter
protected String tenantId
public EventSubscriptionQueryImpl(CommandContext commandContext)
public EventSubscriptionQueryImpl(CommandExecutor commandExecutor)
public EventSubscriptionQueryImpl id(String id)
EventSubscriptionQueryid in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl eventType(String eventType)
EventSubscriptionQueryeventType in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl eventName(String eventName)
EventSubscriptionQueryeventName in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl executionId(String executionId)
EventSubscriptionQueryexecutionId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl processInstanceId(String processInstanceId)
EventSubscriptionQueryprocessInstanceId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl processDefinitionId(String processDefinitionId)
EventSubscriptionQueryprocessDefinitionId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl activityId(String activityId)
EventSubscriptionQueryactivityId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl createdBefore(Date beforeTime)
EventSubscriptionQuerycreatedBefore in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl createdAfter(Date afterTime)
EventSubscriptionQuerycreatedAfter in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl tenantId(String tenantId)
EventSubscriptionQuerytenantId in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderById()
EventSubscriptionQueryQuery.asc() or Query.desc()).orderById in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByExecutionId()
EventSubscriptionQueryQuery.asc() or Query.desc()).orderByExecutionId in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByProcessInstanceId()
EventSubscriptionQueryQuery.asc() or Query.desc()).orderByProcessInstanceId in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByProcessDefinitionId()
EventSubscriptionQueryQuery.asc() or Query.desc()).orderByProcessDefinitionId in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByCreateDate()
EventSubscriptionQueryQuery.asc() or Query.desc()).orderByCreateDate in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByTenantId()
EventSubscriptionQueryQuery.asc() or Query.desc()).orderByTenantId in interface EventSubscriptionQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<EventSubscriptionQuery,EventSubscription>public List<EventSubscription> executeList(CommandContext commandContext)
executeList in class AbstractQuery<EventSubscriptionQuery,EventSubscription>public String getId()
public String getEventType()
public String getEventName()
public String getExecutionId()
public String getProcessInstanceId()
public String getActivityId()
public String getProcessDefinitionId()
public Date getCreatedBefore()
public Date getCreatedAfter()
public String getTenantId()
Copyright © 2018 Flowable. All rights reserved.