com.ibm.workplace.wcm.api.extensions.authoring.directive
Class AuthoringDirective

java.lang.Object
  extended by com.ibm.workplace.wcm.api.extensions.authoring.directive.AuthoringDirective
Direct Known Subclasses:
CloseForm, Continue, EditMode, OpenDocument, ReadMode

public abstract class AuthoringDirective
extends java.lang.Object

This is the directive to perform after the completion of an invoked AuthoringAction extension.

Since:
v8.0

Method Summary
 AuthoringDirectiveType 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
 

Method Detail

getDirectiveType

public AuthoringDirectiveType 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