Contains
objects.
More...
import "NotificationTypes.idl";
Public Methods | |
ComposesLinkSet | all_Composes_links () |
Return all the links in the Composes interface. More... | |
boolean | exists (in EventType composition, in Property component) |
Check if a property is defined for an event type. More... | |
PropertyUList | with_composition (in EventType composition) |
Find all the properties for an event type. More... | |
EventType | with_component (in Property component) |
Find the event type with the specified property. More... | |
void | add (in EventType composition, in Property component) raises (Reflective::StructuralError, Reflective::SemanticError) |
Add a property to an event type. More... | |
void | add_before_component (in EventType composition, in Property component, in Property before) raises (Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError) |
Add a property to an event type at a particular position. More... | |
void | modify_composition (in EventType composition, in Property component, in EventType new_composition) raises (Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError) |
Move a property from one event type to another. More... | |
void | modify_component (in EventType composition, in Property component, in Property new_component) raises (Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError) |
Replace a property. More... | |
void | remove (in EventType composition, in Property component) raises (Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError) |
Remove a property from an event type. More... |
Contains
objects.
This is used to manage the properties associated with events in the singleton repository. The events can be manages either using the operations of this interface or by means of the generic operations in the RefAssociation
interface.
|
Add a property to an event type.
|
|
Add a property to an event type at a particular position.
|
|
Return all the links in the
|
|
Check if a property is defined for an event type.
|
|
Replace a property.
|
|
Move a property from one event type to another.
|
|
Remove a property from an event type.
|
|
Find the event type with the specified property.
|
|
Find all the properties for an event type.
|