org.camunda.bpm.engine.rest.dto.runtime
Class EventSubscriptionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
public class EventSubscriptionDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSubscriptionDto
public EventSubscriptionDto()
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.