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 EventSubscriptionDtofromEventSubscription(EventSubscription eventSubscription)StringgetActivityId()DategetCreatedDate()StringgetEventName()StringgetEventType()StringgetExecutionId()StringgetId()StringgetProcessInstanceId()StringgetTenantId()
-
-
-
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)
-
-