Class EventSubscriptionDeclaration
java.lang.Object
org.flowable.engine.impl.bpmn.parser.EventSubscriptionDeclaration
- All Implemented Interfaces:
Serializable
- Author:
- Joram Barrez, Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isAsync()
boolean
void
setActivityId
(String activityId) void
setAsync
(boolean async) void
setConfiguration
(String configuration) void
setStartEvent
(boolean isStartEvent)
-
Field Details
-
eventName
-
eventType
-
async
protected boolean async -
activityId
-
isStartEvent
protected boolean isStartEvent -
configuration
-
-
Constructor Details
-
EventSubscriptionDeclaration
-
-
Method Details
-
getEventName
-
isAsync
public boolean isAsync() -
setAsync
public void setAsync(boolean async) -
setActivityId
-
getActivityId
-
isStartEvent
public boolean isStartEvent() -
setStartEvent
public void setStartEvent(boolean isStartEvent) -
getEventType
-
getConfiguration
-
setConfiguration
-