com.ibm.workplace.wcm.api.extensions.syndication
Class ResultDirective

java.lang.Object
  extended by com.ibm.workplace.wcm.api.extensions.syndication.ResultDirective

public class ResultDirective
extends java.lang.Object

This is a result obtained from the SyndicatorStarted and SubscriberReady extensions. The result contains a message and a directive type to indicate the syndication engine to continue or stop the syndication process for the current update.

Since:
8.0

Constructor Summary
ResultDirective(DirectiveType directiveType)
          Constructor
 
Method Summary
 DirectiveType getDirectiveType()
          Get the directive type from the extension
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultDirective

public ResultDirective(DirectiveType directiveType)
Constructor

Parameters:
directiveType - the directive type from the extension
Method Detail

getDirectiveType

public DirectiveType getDirectiveType()
Get the directive type from the extension

Returns:
either a continue or a stop directive type from the extension.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object