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

Interface Summary
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.
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
 

Class Summary
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.