Package com.ibm.workplace.wcm.api.extensions.syndication

Interface Summary
Added One of the possible change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points The Added change captures the creation of a new item by syndication
Change Abstract interface covering all the change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
ItemChange Abstract Interface for all item related changes returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
LibraryAdded One of the possible change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
The Library Added change indicates the creation of a new library by syndication.
LibraryChange Abstract Interface for library related changes returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
LibraryRenamed 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.
LibraryUpdated One of the possible change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
The Library Updated change indicates syndication has changed a property of an existing library.
Moved One of the possible change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
The Moved change captures: An item rename , where the items name changes A move where the items direct parent changes A rename and a change in direct parent
ProjectAdded One of the possible change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
The Project Added change indicates the creation of a new project by syndication.
ProjectChange Abstract Interface for project related changes returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
ProjectRemoved One of the possible change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
The Project Removed change indicates the deletion of existing projects by syndication.
ProjectUpdated One of the possible change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points
The Project Updated change indicates the updating of existing projects by syndication.
Removed One of the possible change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points The Removed change captures the deletion of an existing item by syndication
SubscriberComplete Deprecated. this interface is not supported use SubscriberCompleting instead
SubscriberCompleting The Subscriber Completing extension point allows implementors to receive notification of a subscriber run completing.
SubscriberEvent The event information passed into the SubscriberReady and SubscriberComplete extensions.
SubscriberReady Extensions that implement this interface are processed in the subscriber after the subscriber ready message is received from the syndicator and before a response is returned to the syndicator.
SyndicationSummary The Syndication summary is provided as part of the SyndicatorCompleting and SubscriberCompleting extension points.
SyndicatorComplete Deprecated. this interface is not supported use SyndicatorCompleting instead
SyndicatorCompleting The Syndicator Completing extension point allows implementors to receive notification of a syndicator run completing.
SyndicatorEvent The Event object passed into the SyndicatorStarted and SyndicatorComplete extensions The SyndicatorEvent contains all the information that is needed by the extensions.
SyndicatorStarted Extensions that implement this interface are processed in the syndicator after the syndicator receives a successful subscriber ready message from the subscriber and before the syndicator generates the package
Updated One of the possible change types returned by SyndicationSummary.getChanges() as part of the SyndicatorCompleting and SubscriberCompleting extension points The Updated change captures the updating of an existing item by syndication
 

Class Summary
ChangeMapper<T> ChangeMapper is provided in the API to be used in conjunction with SyndicationSummary.getChanges() from the SyndicatorCompleting and SubscriberCompleting extension points.
Result Result returned from the SubscriberComplete and SyndicatorComplete Extensions.
ResultDirective This is a result obtained from the SyndicatorStarted and SubscriberReady extensions.
 

Enum Summary
DirectiveType Syndication result directive type.
SyndicationSummary.Status The status enum covers the various possible states the syndication run is in when the extension is called.
UpdateType The values correspond to the type of syndication run provided as part of SyndicationSummary.