org.camunda.bpm.engine.rest.dto.runtime
Class EventSubscriptionDto

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

public class EventSubscriptionDto
extends Object


Constructor Summary
EventSubscriptionDto()
           
 
Method Summary
static EventSubscriptionDto fromEventSubscription(EventSubscription eventSubscription)
           
 String getActivityId()
           
 Date getCreatedDate()
           
 String getEventName()
           
 String getEventType()
           
 String getExecutionId()
           
 String getId()
           
 String getProcessInstanceId()
           
 String getTenantId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventSubscriptionDto

public EventSubscriptionDto()
Method Detail

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)


Copyright © 2016 camunda services GmbH. All rights reserved.