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


Deprecated. this interface is not supported use SyndicatorCompleting instead

@Deprecated
public interface SyndicatorComplete

Extensions that implement this interface are processed in the syndicator after the process complete message is received from the subscriber.

Since:
8.0
Note:
This interface is designed to be implemented by clients.

Method Summary
 Result onSyndicatorComplete(SyndicatorEvent eventInfo)
          Deprecated. Execute any extensions registered for the Syndicator Complete Event in the syndication engine.
 

Method Detail

onSyndicatorComplete

Result onSyndicatorComplete(SyndicatorEvent eventInfo)
Deprecated. 
Execute any extensions registered for the Syndicator Complete Event in the syndication engine.

Parameters:
eventInfo - contains all the information required for the extension.
Returns:
SyndExtensionResult that contains a message from the extension.