Class EventSubscriptionDto


  • public class EventSubscriptionDto
    extends Object
    EventSubscriptionDto
    • Constructor Detail

      • EventSubscriptionDto

        public EventSubscriptionDto()
    • Method Detail

      • getId

        public String getId()
        The id of the event subscription.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getEventType

        public String getEventType()
        The type of the event subscription.
        Returns:
        eventType
      • setEventType

        public void setEventType​(String eventType)
      • getEventName

        public String getEventName()
        The name of the event this subscription belongs to as defined in the process model.
        Returns:
        eventName
      • setEventName

        public void setEventName​(String eventName)
      • getExecutionId

        public String getExecutionId()
        The execution that is subscribed on the referenced event.
        Returns:
        executionId
      • setExecutionId

        public void setExecutionId​(String executionId)
      • getProcessInstanceId

        public String getProcessInstanceId()
        The process instance this subscription belongs to.
        Returns:
        processInstanceId
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
      • getActivityId

        public String getActivityId()
        The identifier of the activity that this event subscription belongs to. This could for example be the id of a receive task.
        Returns:
        activityId
      • setActivityId

        public void setActivityId​(String activityId)
      • getCreatedDate

        public Date getCreatedDate()
        The time this event subscription was created.
        Returns:
        createdDate
      • setCreatedDate

        public void setCreatedDate​(Date createdDate)
      • getTenantId

        public String getTenantId()
        The id of the tenant this event subscription belongs to. Can be `null` if the subscription belongs to no single tenant.
        Returns:
        tenantId
      • setTenantId

        public void setTenantId​(String tenantId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object