Interface EventSubscriptionBuilder
public interface EventSubscriptionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionactivityId
(String activityId) configuration
(String configuration) create()
executionId
(String executionId) org.flowable.bpmn.model.Signal
processDefinitionId
(String processDefinitionId) processInstanceId
(String processInstanceId) scopeDefinitionId
(String scopeDefinitionId) scopeDefinitionKey
(String scopeDefinitionKey) signal
(org.flowable.bpmn.model.Signal signal) 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
org.flowable.bpmn.model.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()
-