public class EiffelActivityStartedEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVITY_EXECUTION
EiffelEvent Constants.
|
| Constructor and Description |
|---|
EiffelActivityStartedEvent(String activityExecutionId)
Constructor for EiffelActivityStartedEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map> |
getEventData()
getter for eventLinks.
|
List<List> |
getEventLinks()
getter for eventLinks.
|
Map<String,Object> |
getEventMeta()
getter for eventMeta.
|
net.sf.json.JSONObject |
getJson()
Get this event as Json.
|
String |
getVersion()
Event Version implementation.
|
void |
setEventData(Map data) |
void |
setEventLinks(List links) |
public static final String ACTIVITY_EXECUTION
public EiffelActivityStartedEvent(String activityExecutionId)
activityExecutionId - eiffel id of the link target event.public String getVersion()
public void setEventLinks(List links)
public void setEventData(Map data)
public net.sf.json.JSONObject getJson()
Copyright © 2016–2019. All rights reserved.