Class EventSubscriptionDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
-
public class EventSubscriptionDto extends Object
-
-
Constructor Summary
Constructors Constructor Description EventSubscriptionDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventSubscriptionDto
fromEventSubscription(EventSubscription eventSubscription)
String
getActivityId()
Date
getCreatedDate()
String
getEventName()
String
getEventType()
String
getExecutionId()
String
getId()
String
getProcessInstanceId()
String
getTenantId()
-
-
-
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)
-
-