public class EventSubscriptionDeclaration extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
activityId |
protected boolean |
async |
protected String |
eventName |
protected String |
eventType |
protected boolean |
isStartEvent |
Constructor and Description |
---|
EventSubscriptionDeclaration(String eventName,
String eventType) |
Modifier and Type | Method and Description |
---|---|
String |
getActivityId() |
String |
getEventName() |
String |
getEventType() |
boolean |
isAsync() |
boolean |
isStartEvent() |
EventSubscriptionEntity |
prepareEventSubscriptionEntity(ExecutionEntity execution) |
void |
setActivityId(String activityId) |
void |
setAsync(boolean async) |
void |
setStartEvent(boolean isStartEvent) |
protected final String eventName
protected final String eventType
protected boolean async
protected String activityId
protected boolean isStartEvent
public String getEventName()
public boolean isAsync()
public void setAsync(boolean async)
public void setActivityId(String activityId)
public String getActivityId()
public boolean isStartEvent()
public void setStartEvent(boolean isStartEvent)
public String getEventType()
public EventSubscriptionEntity prepareEventSubscriptionEntity(ExecutionEntity execution)
Copyright © 2015. All rights reserved.