Class EventSubscriptionDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto

public class EventSubscriptionDto extends Object
  • Constructor Details

    • EventSubscriptionDto

      public EventSubscriptionDto()
  • Method Details

    • getId

      public String getId()
    • getEventType

      public String getEventType()
    • getEventName

      public String getEventName()
    • getExecutionId

      public String getExecutionId()
    • getProcessInstanceId

      public String getProcessInstanceId()
    • getActivityId

      public String getActivityId()
    • getCreatedDate

      public Date getCreatedDate()
    • getTenantId

      public String getTenantId()
    • fromEventSubscription

      public static EventSubscriptionDto fromEventSubscription(EventSubscription eventSubscription)