public class BulkComponentChangeEvent extends Object implements IComponentChangeEvent
EVENT_TYPE_BULK, EVENT_TYPE_CREATION, EVENT_TYPE_DISPOSAL, EVENT_TYPE_MODIFICATION, EVENT_TYPE_OCCURRENCE, SOURCE_CATEGORY_ACTIVITY, SOURCE_CATEGORY_COMPONENT, SOURCE_CATEGORY_EXECUTION, SOURCE_CATEGORY_FACT, SOURCE_CATEGORY_GOAL, SOURCE_CATEGORY_IEVENT, SOURCE_CATEGORY_MESSAGE, SOURCE_CATEGORY_PLAN
Constructor and Description |
---|
BulkComponentChangeEvent() |
BulkComponentChangeEvent(IComponentChangeEvent[] events) |
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.
|
String |
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.
|
void |
setBulkEvents(IComponentChangeEvent[] events)
Set the events.
|
public BulkComponentChangeEvent()
public BulkComponentChangeEvent(IComponentChangeEvent[] events)
public String getEventType()
getEventType
in interface IComponentChangeEvent
public long getTime()
getTime
in interface IComponentChangeEvent
public String getSourceName()
getSourceName
in interface IComponentChangeEvent
public String getSourceType()
getSourceType
in interface IComponentChangeEvent
public String getSourceCategory()
getSourceCategory
in interface IComponentChangeEvent
public IComponentIdentifier getComponent()
getComponent
in interface IComponentChangeEvent
public long getComponentCreationTime()
getComponentCreationTime
in interface IComponentChangeEvent
public String getParent()
getParent
in interface IComponentChangeEvent
public String getReason()
getReason
in interface IComponentChangeEvent
public String getDetails()
getDetails
in interface IComponentChangeEvent
public IComponentChangeEvent[] getBulkEvents()
getBulkEvents
in interface IComponentChangeEvent
public void setBulkEvents(IComponentChangeEvent[] events)
events
- The events to set.Copyright © 2012. All Rights Reserved.