com.ibm.workplace.wcm.api.extensions.syndication
Interface LibraryRenamed

All Superinterfaces:
Change, LibraryChange

public interface LibraryRenamed
extends LibraryChange

One of the possible change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
The Library Renamed change indicates syndication has changed the name/title of an existing library.


Method Summary
 java.lang.String getPreviousName()
          The name of the library prior to the rename operation.
 
Methods inherited from interface com.ibm.workplace.wcm.api.extensions.syndication.LibraryChange
getId
 
Methods inherited from interface com.ibm.workplace.wcm.api.extensions.syndication.Change
getName, map
 

Method Detail

getPreviousName

java.lang.String getPreviousName()
The name of the library prior to the rename operation.
Also @see Change.getName() for the new name.

Returns:
the old name of the item.