Class FlowableActivityEventImpl

All Implemented Interfaces:
FlowableEngineEvent, FlowableEvent, FlowableActivityEvent, FlowableProcessEngineEvent
Direct Known Subclasses:
FlowableActivityCancelledEventImpl, FlowableConditionalEventImpl, FlowableErrorEventImpl, FlowableEscalationEventImpl, FlowableMessageEventImpl, FlowableMultiInstanceActivityEventImpl, FlowableSignalEventImpl

public class FlowableActivityEventImpl extends FlowableProcessEventImpl implements FlowableActivityEvent
Implementation of an FlowableActivityEvent.
Author:
Frederik Heremans, Joram Barrez
  • Field Details

    • activityId

      protected String activityId
    • activityName

      protected String activityName
    • activityType

      protected String activityType
    • behaviorClass

      protected String behaviorClass
  • Constructor Details

  • Method Details

    • getActivityId

      public String getActivityId()
      Specified by:
      getActivityId in interface FlowableActivityEvent
      Returns:
      the id of the activity this event is related to. This corresponds to an id defined in the process definition.
    • setActivityId

      public void setActivityId(String activityId)
    • getActivityName

      public String getActivityName()
      Specified by:
      getActivityName in interface FlowableActivityEvent
      Returns:
      the name of the activity this event is related to.
    • setActivityName

      public void setActivityName(String activityName)
    • getActivityType

      public String getActivityType()
      Specified by:
      getActivityType in interface FlowableActivityEvent
      Returns:
      the type of the activity (if set during parsing).
    • setActivityType

      public void setActivityType(String activityType)
    • getBehaviorClass

      public String getBehaviorClass()
      Specified by:
      getBehaviorClass in interface FlowableActivityEvent
      Returns:
      the behaviourclass of the activity (if it could be determined)
    • setBehaviorClass

      public void setBehaviorClass(String behaviorClass)