com.bea.content.virtual.workflow
Class DraftAction
java.lang.Object
   com.bea.content.virtual.workflow.StandardAction
com.bea.content.virtual.workflow.StandardAction
       com.bea.content.virtual.workflow.DraftAction
com.bea.content.virtual.workflow.DraftAction
- All Implemented Interfaces 
- WorkflowAction, Serializable
- public class DraftAction 
- extends StandardAction
Sets the workflow status for the current version of the node to the value that's
 set in the WorkflowActionContext. [getVersionableContent()]
 
 This action sets the workflow status of the virtual node to Workflow.DRAFT.
 This action sets the current version of the node to DRAFT status.
- See Also
- Serialized Form
 
 
 
| Method Summary | 
|  void | execute(WorkflowActionContext context)Sets the workflow status for the current version of the node to the value that's
 set in the WorkflowActionContext.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DraftAction
public DraftAction()
execute
public void execute(WorkflowActionContext context)
             throws WorkflowException
- Sets the workflow status for the current version of the node to the value that's
 set in the WorkflowActionContext. [getVersionableContent()]
 
- 
- Specified by:
- executein interface- WorkflowAction
- Overrides:
- executein class- StandardAction
 
- 
- Parameters
- context- The WorkflowActionContext object
- Throws
- WorkflowException- If an exception occurs
 
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.