Interface IWorkspaceUpdateEvent

All Superinterfaces:
IEvent, IModifyEvent, INotifiableEvent, IPortalEvent, IThingEvent, IUpdateEvent, Serializable

public interface IWorkspaceUpdateEvent extends IUpdateEvent
Raise when a change to a workspace occurs (ex. workpsace created, portlet is added, removed, etc.)
  • Method Details

    • getWorkspaceId

      String getWorkspaceId()
      Gets the ID of the workspace that changed.
      Returns:
      String the workspace ID.