com.beasys.commerce.foundation
Class WorkflowContext

java.lang.Object
  extended by com.beasys.commerce.foundation.WorkflowContext
All Implemented Interfaces
Serializable

Deprecated

@Deprecated
public class WorkflowContext
extends Object
implements Serializable

This class should be used only by the classes that implement the Workflow interface.

See Also
Serialized Form

Constructor Summary
WorkflowContext()
          Deprecated This class should be used only by the classes that implement the Workflow interface.
WorkflowContext(String state)
          Deprecated This class should be used only by the classes that implement the Workflow interface.
 
Method Summary
 String getState()
          Deprecated This method should be used only by the classes that implement the Workflow interface.
 void setState(String state)
          Deprecated This method should be used only by the classes that implement the Workflow interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowContext

public WorkflowContext()
Deprecated 
This class should be used only by the classes that implement the Workflow interface. The default constructor is TopLink requirement


WorkflowContext

public WorkflowContext(String state)
Deprecated 
This class should be used only by the classes that implement the Workflow interface.

Method Detail

getState

public String getState()
Deprecated 
This method should be used only by the classes that implement the Workflow interface.


setState

public void setState(String state)
Deprecated 
This method should be used only by the classes that implement the Workflow interface.



Copyright © 2000, 2009, 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.