|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sap.mdm.notification.AbstractRepositoryListener
This class is abstract empty implementation if RepositoryListener interface
AbstractServerListener| Constructor Summary | |
AbstractRepositoryListener()
Empty constructor |
|
| Method Summary | |
void |
fieldAdded(FieldEvent event)
Notification when a new field is added to table |
void |
fieldModified(FieldEvent event)
Notification when the field is modified |
void |
fieldRemoved(FieldEvent event)
Notification when the field is removed from table |
void |
fieldsPositioned(FieldsEvent event)
Notification when the position of any field is changed |
void |
fieldTypeModified(FieldEvent event)
Notification when the field type is modified |
void |
importProcessed(ImportEvent event)
Notification when the import of data to repository is processed |
void |
relationshipAdded(RelationshipEvent event)
Notification when a new relationship is added to repository |
void |
relationshipModified(RelationshipEvent event)
Notification when the relationship is modified |
void |
relationshipRemoved(RelationshipEvent event)
Notification when the relationship is removed from repository |
void |
remoteSystemAdded(RemoteSystemEvent event)
Notification when a new remote system is added to repository |
void |
remoteSystemModified(RemoteSystemEvent event)
Notification when the remote system is modified |
void |
remoteSystemRemoved(RemoteSystemEvent event)
Notification when the remote system is removed from repository |
void |
repositoryDescriptionModified(RepositoryDescriptionEvent event)
Notification when repository description is modified |
void |
repositoryNormalized(RepositoryEvent event)
Notification when repository is normalized |
void |
repositoryPortModified(RepositoryPortEvent event)
Notification when repository port is modified |
void |
repositoryRegionsInheritanceModified(RepositoryRegionsInheritanceEvent event)
Notification when repository region inheritances are modified |
void |
repositoryRegionsModified(RepositoryRegionsEvent event)
Notification when repository regions are modified |
void |
repositorySettingsModified(RepositorySettingsEvent event)
Notification when repository settings are modified |
void |
repositoryStatusChanged(RepositoryStatusEvent event)
Notification when repository status is changed |
void |
roleAdded(RoleEvent event)
Notification when a new role is added to repository |
void |
roleModified(RoleEvent event)
Notification when the role is modified |
void |
roleRemoved(RoleEvent event)
Notification when the role is removed from repository |
void |
syndicationError(SyndicationErrorEvent event)
Notification when the syndication error occurs |
void |
syndicationProcessed(SyndicationEvent event)
Notification when the syndication of data from repository is processed |
void |
tableAdded(TableEvent event)
Notification when a new table is added to repository |
void |
tableDisplayFieldsChanged(TableEvent event)
Notification when the set of table display fields is changed |
void |
tableKeySetMapable(TableEvent event)
Notification when the parameter 'KeySetMapable' is changed |
void |
tableModified(TableEvent event)
Notification when the table is modified |
void |
tableRemoved(TableEvent event)
Notification when the table is removed from repository |
void |
tupleAdded(TupleDefinitionEvent event)
Notification when the tuple definition added |
void |
tupleDisplayFieldsChanged(TupleDefinitionEvent event)
Notification when the tuple display fields are changed |
void |
tupleFieldCreated(FieldEvent event)
Notification when the tuple field is created |
void |
tupleFieldModified(FieldEvent event)
Notification when the tuple field is modified |
void |
tupleFieldRemoved(FieldEvent event)
Notification when the tuple field is removed |
void |
tupleFieldsPositioned(FieldsEvent event)
Notification when the tuple field is positioned |
void |
tupleModified(TupleDefinitionEvent event)
Notification when the tuple definition is modified |
void |
tupleRemoved(TupleDefinitionEvent event)
Notification when the tuple definition is removed |
void |
userAdded(UserEvent event)
Notification when a new user is added to repository |
void |
userModified(UserEvent event)
Notification when the user is modified |
void |
userRemoved(UserEvent event)
Notification when the user is removed from repository |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractRepositoryListener()
| Method Detail |
public void repositoryNormalized(RepositoryEvent event)
RepositoryListener
repositoryNormalized in interface RepositoryListenerevent - repository eventpublic void repositoryStatusChanged(RepositoryStatusEvent event)
RepositoryListener
repositoryStatusChanged in interface RepositoryListenerevent - repository eventRepositoryStatuspublic void repositoryPortModified(RepositoryPortEvent event)
RepositoryListener
repositoryPortModified in interface RepositoryListenerevent - repository eventpublic void repositoryDescriptionModified(RepositoryDescriptionEvent event)
RepositoryListener
repositoryDescriptionModified in interface RepositoryListenerevent - repository eventpublic void repositoryRegionsModified(RepositoryRegionsEvent event)
RepositoryListener
repositoryRegionsModified in interface RepositoryListenerevent - repository eventpublic void repositoryRegionsInheritanceModified(RepositoryRegionsInheritanceEvent event)
RepositoryListener
repositoryRegionsInheritanceModified in interface RepositoryListenerevent - repository eventpublic void repositorySettingsModified(RepositorySettingsEvent event)
RepositoryListener
repositorySettingsModified in interface RepositoryListenerevent - repository eventpublic void importProcessed(ImportEvent event)
RepositoryListener
importProcessed in interface RepositoryListenerevent - import eventpublic void syndicationProcessed(SyndicationEvent event)
RepositoryListener
syndicationProcessed in interface RepositoryListenerevent - syndication eventpublic void syndicationError(SyndicationErrorEvent event)
RepositoryListener
syndicationError in interface RepositoryListenerevent - syndication error eventpublic void tableAdded(TableEvent event)
RepositoryListener
tableAdded in interface RepositoryListenerevent - table eventpublic void tableRemoved(TableEvent event)
RepositoryListener
tableRemoved in interface RepositoryListenerevent - table eventpublic void tableModified(TableEvent event)
RepositoryListener
tableModified in interface RepositoryListenerevent - table eventpublic void tableDisplayFieldsChanged(TableEvent event)
RepositoryListener
tableDisplayFieldsChanged in interface RepositoryListenerevent - table eventpublic void tableKeySetMapable(TableEvent event)
RepositoryListener
tableKeySetMapable in interface RepositoryListenerevent - table eventpublic void fieldAdded(FieldEvent event)
RepositoryListener
fieldAdded in interface RepositoryListenerevent - field eventpublic void fieldRemoved(FieldEvent event)
RepositoryListener
fieldRemoved in interface RepositoryListenerevent - field eventpublic void fieldModified(FieldEvent event)
RepositoryListener
fieldModified in interface RepositoryListenerevent - field eventpublic void fieldTypeModified(FieldEvent event)
RepositoryListener
fieldTypeModified in interface RepositoryListenerevent - field eventpublic void fieldsPositioned(FieldsEvent event)
RepositoryListener
fieldsPositioned in interface RepositoryListenerevent - fields eventpublic void relationshipAdded(RelationshipEvent event)
RepositoryListener
relationshipAdded in interface RepositoryListenerevent - relationship eventpublic void relationshipModified(RelationshipEvent event)
RepositoryListener
relationshipModified in interface RepositoryListenerevent - relationship eventpublic void relationshipRemoved(RelationshipEvent event)
RepositoryListener
relationshipRemoved in interface RepositoryListenerevent - relationship eventpublic void remoteSystemAdded(RemoteSystemEvent event)
RepositoryListener
remoteSystemAdded in interface RepositoryListenerevent - remote system eventpublic void remoteSystemModified(RemoteSystemEvent event)
RepositoryListener
remoteSystemModified in interface RepositoryListenerevent - remote system eventpublic void remoteSystemRemoved(RemoteSystemEvent event)
RepositoryListener
remoteSystemRemoved in interface RepositoryListenerevent - remote system eventpublic void userAdded(UserEvent event)
RepositoryListener
userAdded in interface RepositoryListenerevent - user eventpublic void userModified(UserEvent event)
RepositoryListener
userModified in interface RepositoryListenerevent - user eventpublic void userRemoved(UserEvent event)
RepositoryListener
userRemoved in interface RepositoryListenerevent - user eventpublic void roleAdded(RoleEvent event)
RepositoryListener
roleAdded in interface RepositoryListenerevent - role eventpublic void roleModified(RoleEvent event)
RepositoryListener
roleModified in interface RepositoryListenerevent - role eventpublic void roleRemoved(RoleEvent event)
RepositoryListener
roleRemoved in interface RepositoryListenerevent - role eventpublic void tupleAdded(TupleDefinitionEvent event)
RepositoryListener
tupleAdded in interface RepositoryListenerevent - tuple added eventpublic void tupleDisplayFieldsChanged(TupleDefinitionEvent event)
RepositoryListener
tupleDisplayFieldsChanged in interface RepositoryListenerevent - tuple display fields are changedpublic void tupleModified(TupleDefinitionEvent event)
RepositoryListener
tupleModified in interface RepositoryListenerevent - tuple modified eventpublic void tupleRemoved(TupleDefinitionEvent event)
RepositoryListener
tupleRemoved in interface RepositoryListenerevent - tuple removed eventpublic void tupleFieldCreated(FieldEvent event)
RepositoryListener
tupleFieldCreated in interface RepositoryListenerevent - tuple field created eventpublic void tupleFieldRemoved(FieldEvent event)
RepositoryListener
tupleFieldRemoved in interface RepositoryListenerevent - tuple field removed eventpublic void tupleFieldModified(FieldEvent event)
RepositoryListener
tupleFieldModified in interface RepositoryListenerevent - tuple field modified eventpublic void tupleFieldsPositioned(FieldsEvent event)
RepositoryListener
tupleFieldsPositioned in interface RepositoryListenerevent - tuple field positioned event
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2004-2007 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.