com.bea.content.virtual.workflow
Class RejectAction
java.lang.Object
  
com.bea.content.virtual.workflow.StandardAction
      
com.bea.content.virtual.workflow.RejectAction
- All Implemented Interfaces 
 - WorkflowAction, Serializable
 
public class RejectAction
- 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 current version of the node to Workflow.REJECTED status
 and assigns the node back to the last assigned user.
- 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 | 
 
RejectAction
public RejectAction()
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:
 execute in interface WorkflowAction- Overrides:
 execute in class StandardAction
 
- Parameters
 context - The WorkflowActionContext object
- Throws
 WorkflowException - If an exception occurs
 
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved