public interface EventSubscriptionBuilder
EventSubscriptionBuilder eventType(String eventType)
EventSubscriptionBuilder eventName(String eventName)
EventSubscriptionBuilder signal(Signal signal)
EventSubscriptionBuilder executionId(String executionId)
EventSubscriptionBuilder processInstanceId(String processInstanceId)
EventSubscriptionBuilder processDefinitionId(String processDefinitionId)
EventSubscriptionBuilder activityId(String activityId)
EventSubscriptionBuilder subScopeId(String subScopeId)
EventSubscriptionBuilder scopeId(String scopeId)
EventSubscriptionBuilder scopeDefinitionId(String scopeDefinitionId)
EventSubscriptionBuilder scopeType(String scopeType)
EventSubscriptionBuilder tenantId(String tenantId)
EventSubscription create()
String getEventType()
String getEventName()
Signal getSignal()
String getExecutionId()
String getProcessInstanceId()
String getProcessDefinitionId()
String getActivityId()
String getSubScopeId()
String getScopeId()
String getScopeDefinitionId()
String getScopeType()
String getTenantId()
Copyright © 2019 Flowable. All rights reserved.