public interface IComponentChangeEvent
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_TYPE_BULK
Bulk event composed of sub events.
|
static String |
EVENT_TYPE_CREATION
Event denoting creation of an element.
|
static String |
EVENT_TYPE_DISPOSAL
Event denoting disposal of an element.
|
static String |
EVENT_TYPE_MODIFICATION
Event denoting modification of an element.
|
static String |
EVENT_TYPE_OCCURRENCE
Event denoting a single occurrence without temporal extension.
|
static String |
SOURCE_CATEGORY_ACTIVITY
Events regarding a BPMN activity.
|
static String |
SOURCE_CATEGORY_COMPONENT
Events regarding a component.
|
static String |
SOURCE_CATEGORY_EXECUTION
Events regarding the execution of a step.
|
static String |
SOURCE_CATEGORY_FACT
Events regarding a BDI fact.
|
static String |
SOURCE_CATEGORY_GOAL
Events regarding a BDI goal.
|
static String |
SOURCE_CATEGORY_IEVENT
Events regarding a BDI internal event.
|
static String |
SOURCE_CATEGORY_MESSAGE
Events regarding a message.
|
static String |
SOURCE_CATEGORY_PLAN
Events regarding a BDI plan.
|
Modifier and Type | Method and Description |
---|---|
IComponentChangeEvent[] |
getBulkEvents()
Get the bulk events.
|
IComponentIdentifier |
getComponent()
Returns the component that generated the event.
|
long |
getComponentCreationTime()
Returns creation time of the component that generated the event.
|
Object |
getDetails()
Get the details.
|
String |
getEventType()
Returns the type of the event.
|
String |
getParent()
Returns the parent of the source that generated the event, if any.
|
String |
getReason()
Returns a reason why the event occured.
|
String |
getSourceCategory()
Returns the category of the source that caused the event.
|
String |
getSourceName()
Returns the name of the source type that caused the event.
|
String |
getSourceType()
Returns the type of the source that caused the event.
|
long |
getTime()
Returns the time when the event occured.
|
static final String EVENT_TYPE_CREATION
static final String EVENT_TYPE_DISPOSAL
static final String EVENT_TYPE_MODIFICATION
static final String EVENT_TYPE_OCCURRENCE
static final String EVENT_TYPE_BULK
static final String SOURCE_CATEGORY_EXECUTION
static final String SOURCE_CATEGORY_COMPONENT
static final String SOURCE_CATEGORY_PLAN
static final String SOURCE_CATEGORY_GOAL
static final String SOURCE_CATEGORY_FACT
static final String SOURCE_CATEGORY_IEVENT
static final String SOURCE_CATEGORY_MESSAGE
static final String SOURCE_CATEGORY_ACTIVITY
String getEventType()
long getTime()
String getSourceName()
String getSourceType()
String getSourceCategory()
IComponentIdentifier getComponent()
long getComponentCreationTime()
String getParent()
String getReason()
Object getDetails()
IComponentChangeEvent[] getBulkEvents()
Copyright © 2012. All Rights Reserved.