theory.smart.foundation
Class  WorkflowContext
java.lang.Object
  |
  +--theory.smart.foundation.WorkflowContext
- public class WorkflowContext
- extends java.lang.Object
- implements java.io.Serializable
   
This class should be used only by the classes that implement the Workflow interface.
- See Also: 
 - Serialized Form
 
| 
Constructor Summary | 
WorkflowContext(java.lang.String state)
 
          This class should be used only by the classes that implement the Workflow interface. | 
 
| 
Method Summary | 
 java.lang.String | 
getState()
 
          This method should be used only by the classes that implement the Workflow interface. | 
 void | 
setState(java.lang.String state)
 
          This method should be used only by the classes that implement the Workflow interface. | 
 
| Methods inherited from class java.lang.Object | 
equals, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
WorkflowContext
public WorkflowContext(java.lang.String state)
- This class should be used only by the classes that implement the Workflow interface.
 
getState
public java.lang.String getState()
- This method should be used only by the classes that implement the Workflow interface.
 
 
setState
public void setState(java.lang.String state)
- This method should be used only by the classes that implement the Workflow interface.
 
 
Copyright © 2000 BEA Systems, Inc. All Rights Reserved