Uses of Class
org.eclipse.higgins.idas.spi.MetadataNotification

Uses of MetadataNotification in org.eclipse.higgins.idas.spi
 

Methods in org.eclipse.higgins.idas.spi that return MetadataNotification
 MetadataNotification MetadataValueNotification.getMetadataNotification()
           
 MetadataNotification AttributeValueNotification.getMetadataNotification()
           
 MetadataNotification EntityNotification.getMetadataNotification()
           
 MetadataNotification AttributeNotification.getMetadataNotification()
           
 

Methods in org.eclipse.higgins.idas.spi with parameters of type MetadataNotification
 void IMetadataContainer.updateNotification(MetadataNotification metaNotif)
           
 void BasicMetadataSet.updateNotification(MetadataNotification metaNotif)
           
 void BasicAttribute.updateNotification(MetadataNotification metaNotif)
           
 

Constructors in org.eclipse.higgins.idas.spi with parameters of type MetadataNotification
EntityNotification(org.eclipse.higgins.idas.api.IEntity entity, String action, AttributeNotification attrNotif, MetadataNotification metadataNotif)
           
AttributeNotification(org.eclipse.higgins.idas.api.IAttribute attr, String action, AttributeValueNotification attrValNotif, MetadataNotification metadataNotif)