Deprecated API


Contents
Deprecated Classes
com.opensymphony.workflow.util.AllowOwnerOfStepCondition
          Use IsUserOwnerCondition instead 
com.opensymphony.workflow.util.AllowOwnerOnlyCondition
          Use IsUserOwnerCondition instead 
com.opensymphony.workflow.util.DenyOwnerCondition
          Use IsUserOwnerCondition instead 
com.opensymphony.workflow.query.WorkflowQuery
          use WorkflowExpressionQuery instead 
 

Deprecated Methods
com.opensymphony.workflow.Workflow.getAvailableActions(long)
          use Workflow.getAvailableActions(long, Map) with an empty Map instead. 
com.opensymphony.workflow.AbstractWorkflow.getAvailableActions(long)
          use AbstractWorkflow.getAvailableActions(long, Map) with an empty Map instead. 
com.opensymphony.workflow.loader.RestrictionDescriptor.getConditions()
          A restrict-to can only have one conditions element, please use RestrictionDescriptor.getConditionsDescriptor() instead. 
com.opensymphony.workflow.Workflow.getSecurityPermissions(long)
          use Workflow.getSecurityPermissions(long, java.util.Map) with a null map instead. 
com.opensymphony.workflow.loader.WorkflowLoader.load(InputStream)
          please use WorkflowLoader.load(java.io.InputStream, boolean) instead. 
com.opensymphony.workflow.Workflow.query(WorkflowQuery)
          use Workflow.query(WorkflowExpressionQuery) instead. 
com.opensymphony.workflow.spi.WorkflowStore.query(WorkflowQuery)
          use WorkflowStore.query(WorkflowExpressionQuery) instead. 
 

Deprecated Constructors
com.opensymphony.workflow.loader.WorkflowDescriptor()
          use DescriptorFactory instead 
com.opensymphony.workflow.loader.WorkflowDescriptor(Element)
          use DescriptorFactory instead 
 


OpenSymphony Workflow Project Page