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

java.lang.Object
  extended by com.ibm.workplace.wcm.api.extensions.authoring.directive.AuthoringDirective
      extended by com.ibm.workplace.wcm.api.extensions.authoring.directive.EditMode

public class EditMode
extends AuthoringDirective

When returned in the ActionResult this directive will change the current open form to edit mode if it was in read mode. If the current user does not have sufficient access to edit the item then an error will be shown.

Since:
v8.0

Constructor Summary
EditMode()
          Constructor
 
Method Summary
 
Methods inherited from class com.ibm.workplace.wcm.api.extensions.authoring.directive.AuthoringDirective
getDirectiveType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditMode

public EditMode()
Constructor