public interface EventSubscription
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
Gets the activity id of the BPMN definition where this event subscription is defined.
|
String |
getConfiguration()
Returns the configuration with additional info about this event subscription.
|
Date |
getCreated()
Gets the date/time when this event subscription was created.
|
String |
getEventName()
The event name for the signal or message event.
|
String |
getEventType()
Returns the type of subscription, for example signal or message.
|
String |
getExecutionId()
Gets the id of the execution for this event subscription.
|
String |
getId()
The unique identifier of the execution.
|
String |
getLockOwner()
Gets the owner of this event subscription, if it was locked.
|
Date |
getLockTime()
Gets the date/time when this event subscription was locked.
|
String |
getProcessDefinitionId()
Id of the process definition for this event subscription.
|
String |
getProcessInstanceId()
Id of the process instance for this event subscription.
|
String |
getScopeDefinitionId()
Id of the scope definition for this event subscription.
|
String |
getScopeId()
Id of the scope for this event subscription.
|
String |
getScopeType()
Scope type for this event subscription.
|
String |
getSubScopeId()
Id of the sub scope for this event subscription.
|
String |
getTenantId()
The tenant identifier of this process instance
|
String getId()
String getEventType()
String getEventName()
String getExecutionId()
String getActivityId()
String getProcessInstanceId()
String getProcessDefinitionId()
String getSubScopeId()
String getScopeId()
String getScopeDefinitionId()
String getScopeType()
String getConfiguration()
Date getCreated()
String getLockOwner()
Date getLockTime()
String getTenantId()
Copyright © 2022 Flowable. All rights reserved.