Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api.extensions.authoring.directive
Class AuthoringDirectivejava.lang.Objectcom.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 extensionjava.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
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD