Package com.ibm.workplace.wcm.api.extensions.authoring.directive

Class Summary
AuthoringDirective This is the directive to perform after the completion of an invoked AuthoringAction extension.
CloseForm When returned in the ActionResult this directive will close the current open form.
Continue When returned in the ActionResult this directive will reload the form.
EditMode When returned in the ActionResult this directive will change the current open form to edit mode if it was in read mode.
OpenDocument This directive will open the specified target document in the authoring UI on completion of the action.
ReadMode When returned in the ActionResult this directive will change the form to read mode.
 

Enum Summary
AuthoringDirectiveType The different types of Authoring Directives that can be use to control the behavior of the Authoring interface after an AuthoringAction has been executed.