Class ActivitiActivityEventImpl

    • Field Detail

      • activityId

        protected java.lang.String activityId
      • activityName

        protected java.lang.String activityName
      • activityType

        protected java.lang.String activityType
      • behaviorClass

        protected java.lang.String behaviorClass
    • Constructor Detail

      • ActivitiActivityEventImpl

        public ActivitiActivityEventImpl​(ActivitiEventType type)
    • Method Detail

      • getActivityId

        public java.lang.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​(java.lang.String activityId)
      • getActivityName

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

        public void setActivityName​(java.lang.String activityName)
      • getActivityType

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

        public void setActivityType​(java.lang.String activityType)
      • getBehaviorClass

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

        public void setBehaviorClass​(java.lang.String behaviorClass)