public interface EventSubscriptionQuery extends Query<EventSubscriptionQuery,EventSubscription>
Modifier and Type | Method and Description |
---|---|
EventSubscriptionQuery |
activityId(String activityId)
Only select subscriptions that belong to an activity with the given id.
|
EventSubscriptionQuery |
eventName(String eventName)
Only select subscriptions for events with the given name.
|
EventSubscriptionQuery |
eventSubscriptionId(String id)
Only select subscriptions with the given id.
|
EventSubscriptionQuery |
eventType(String eventType)
Only select subscriptions for events with the given type.
|
EventSubscriptionQuery |
executionId(String executionId)
Only select subscriptions that belong to an execution with the given id.
|
EventSubscriptionQuery |
orderByCreated()
Order by event subscription creation date (needs to be followed by
Query.asc() or Query.desc() ). |
EventSubscriptionQuery |
processInstanceId(String processInstanceId)
Only select subscriptions that belong to a process instance with the given id.
|
EventSubscriptionQuery eventSubscriptionId(String id)
EventSubscriptionQuery eventName(String eventName)
EventSubscriptionQuery eventType(String eventType)
EventSubscriptionQuery executionId(String executionId)
EventSubscriptionQuery processInstanceId(String processInstanceId)
EventSubscriptionQuery activityId(String activityId)
EventSubscriptionQuery orderByCreated()
Query.asc()
or Query.desc()
).Copyright © 2015. All rights reserved.