Class EventSubscriptionDeclaration

java.lang.Object
org.flowable.engine.impl.bpmn.parser.EventSubscriptionDeclaration
All Implemented Interfaces:
Serializable

public class EventSubscriptionDeclaration extends Object implements Serializable
Author:
Joram Barrez, Tijs Rademakers
See Also:
  • Field Details

    • eventName

      protected final String eventName
    • eventType

      protected final String eventType
    • async

      protected boolean async
    • activityId

      protected String activityId
    • isStartEvent

      protected boolean isStartEvent
    • configuration

      protected String configuration
  • Constructor Details

    • EventSubscriptionDeclaration

      public EventSubscriptionDeclaration(String eventName, String eventType)
  • Method Details

    • getEventName

      public String getEventName()
    • isAsync

      public boolean isAsync()
    • setAsync

      public void setAsync(boolean async)
    • setActivityId

      public void setActivityId(String activityId)
    • getActivityId

      public String getActivityId()
    • isStartEvent

      public boolean isStartEvent()
    • setStartEvent

      public void setStartEvent(boolean isStartEvent)
    • getEventType

      public String getEventType()
    • getConfiguration

      public String getConfiguration()
    • setConfiguration

      public void setConfiguration(String configuration)