Class EventSubscriptionDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
-
public class EventSubscriptionDto extends java.lang.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)java.lang.StringgetActivityId()java.util.DategetCreatedDate()java.lang.StringgetEventName()java.lang.StringgetEventType()java.lang.StringgetExecutionId()java.lang.StringgetId()java.lang.StringgetProcessInstanceId()java.lang.StringgetTenantId()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getEventType
public java.lang.String getEventType()
-
getEventName
public java.lang.String getEventName()
-
getExecutionId
public java.lang.String getExecutionId()
-
getProcessInstanceId
public java.lang.String getProcessInstanceId()
-
getActivityId
public java.lang.String getActivityId()
-
getCreatedDate
public java.util.Date getCreatedDate()
-
getTenantId
public java.lang.String getTenantId()
-
fromEventSubscription
public static EventSubscriptionDto fromEventSubscription(EventSubscription eventSubscription)
-
-