|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventSubscriptionQuery
Allows querying of event subscriptions.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.camunda.bpm.engine.query.Query |
|---|
asc, count, desc, list, listPage, singleResult |
| Method Detail |
|---|
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()).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||