public interface EventSubscription
Execution
waits for an event like a message.Modifier and Type | Method and Description |
---|---|
String |
getActivityId()
The identifier of the activity that this event subscription belongs to.
|
Date |
getCreated()
The time this event subscription was created.
|
String |
getEventName()
The name of the event this subscription belongs to as defined in the process model.
|
String |
getEventType()
The event subscriptions type.
|
String |
getExecutionId()
The execution that is subscribed on the referenced event.
|
String |
getId()
The unique identifier of the event subscription.
|
String |
getProcessInstanceId()
The process instance this subscription belongs to.
|
String |
getTenantId()
The id of the tenant this event subscription belongs to.
|
String getId()
String getEventType()
String getEventName()
String getExecutionId()
String getProcessInstanceId()
String getActivityId()
String getTenantId()
null
if the subscription belongs to no single tenant.Date getCreated()
Copyright © 2017. All rights reserved.