Class ActivitiActivityEventImpl

java.lang.Object
org.activiti.engine.delegate.event.impl.ActivitiEventImpl
org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
All Implemented Interfaces:
ActivitiActivityEvent, ActivitiEvent
Direct Known Subclasses:
ActivitiActivityCancelledEventImpl, ActivitiErrorEventImpl, ActivitiMessageEventImpl, ActivitiSignalEventImpl

public class ActivitiActivityEventImpl extends ActivitiEventImpl implements ActivitiActivityEvent
Implementation of an ActivitiActivityEvent.
  • Field Details

    • activityId

      protected String activityId
    • activityName

      protected String activityName
    • activityType

      protected String activityType
    • behaviorClass

      protected String behaviorClass
  • Constructor Details

    • ActivitiActivityEventImpl

      public ActivitiActivityEventImpl(ActivitiEventType type)
  • Method Details

    • getActivityId

      public String getActivityId()
      Specified by:
      getActivityId in interface ActivitiActivityEvent
      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 ActivitiActivityEvent
      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 ActivitiActivityEvent
      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 ActivitiActivityEvent
      Returns:
      the behaviourclass of the activity (if it could be determined)
    • setBehaviorClass

      public void setBehaviorClass(String behaviorClass)