com.silverpeas.admin.notification
Interface AdminNotificationService
- All Known Implementing Classes:
- DefaultAdminNotificationService
public interface AdminNotificationService
notifyOnDeletionOf
void notifyOnDeletionOf(String spaceId,
String userId)
- Notifies the registered beans a given space comes to be deleted.
- Parameters:
spaceId - the id of the space to be deleted.userId - the id of the user deleting the space.
notifyOfComponentConfigurationChange
void notifyOfComponentConfigurationChange(String componentId,
String userId,
ComponentJsonPatch changes)
- Notifies the registered beans fof configuration updates for components.
- Parameters:
componentId - the id of the component whose configuration has changed.userId - the id of the user updating the configuration.type - type of component.changes - the configuration changes.
Copyright © 2016 Silverpeas. All Rights Reserved.