Interface EventSubscriptionBuilder
- All Known Implementing Classes:
EventSubscriptionBuilderImpl
public interface EventSubscriptionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionactivityId
(String activityId) configuration
(String configuration) create()
executionId
(String executionId) processDefinitionId
(String processDefinitionId) processInstanceId
(String processInstanceId) scopeDefinitionId
(String scopeDefinitionId) scopeDefinitionKey
(String scopeDefinitionKey) subScopeId
(String subScopeId)
-
Method Details
-
eventType
-
eventName
-
signal
-
executionId
-
processInstanceId
-
processDefinitionId
-
activityId
-
subScopeId
-
scopeId
-
scopeDefinitionId
-
scopeDefinitionKey
-
scopeType
-
tenantId
-
configuration
-
create
EventSubscription create() -
getEventType
String getEventType() -
getEventName
String getEventName() -
getSignal
Signal getSignal() -
getExecutionId
String getExecutionId() -
getProcessInstanceId
String getProcessInstanceId() -
getProcessDefinitionId
String getProcessDefinitionId() -
getActivityId
String getActivityId() -
getSubScopeId
String getSubScopeId() -
getScopeId
String getScopeId() -
getScopeDefinitionId
String getScopeDefinitionId() -
getScopeDefinitionKey
String getScopeDefinitionKey() -
getScopeType
String getScopeType() -
getTenantId
String getTenantId() -
getConfiguration
String getConfiguration()
-