Uses of Interface
com.opensymphony.workflow.config.Configuration

Packages that use Configuration
com.opensymphony.workflow   
com.opensymphony.workflow.config   
com.opensymphony.workflow.ejb   
com.opensymphony.workflow.soap   
 

Uses of Configuration in com.opensymphony.workflow
 

Methods in com.opensymphony.workflow that return Configuration
 Configuration AbstractWorkflow.getConfiguration()
          Get the configuration for this workflow.
 

Methods in com.opensymphony.workflow with parameters of type Configuration
 void Workflow.setConfiguration(Configuration configuration)
          Set the configuration for this workflow.
 void AbstractWorkflow.setConfiguration(Configuration configuration)
           
 

Uses of Configuration in com.opensymphony.workflow.config
 

Classes in com.opensymphony.workflow.config that implement Configuration
 class DefaultConfiguration
          Default implementation for a configuration object.
 class SpringConfiguration
           
 

Uses of Configuration in com.opensymphony.workflow.ejb
 

Methods in com.opensymphony.workflow.ejb with parameters of type Configuration
 void WorkflowRemote.setConfiguration(Configuration configuration)
           
 void EJBWorkflow.setConfiguration(Configuration configuration)
           
 

Uses of Configuration in com.opensymphony.workflow.soap
 

Methods in com.opensymphony.workflow.soap with parameters of type Configuration
 void OfbizSOAPWorkflow.setConfiguration(Configuration configuration)
           
 void BasicSOAPWorkflow.setConfiguration(Configuration configuration)
           
 


OpenSymphony Workflow Project Page