Uses of Interface
com.opensymphony.workflow.util.PropertySetDelegate

Packages that use PropertySetDelegate
com.opensymphony.workflow.spi.hibernate   
com.opensymphony.workflow.spi.hibernate3   
com.opensymphony.workflow.util   
 

Uses of PropertySetDelegate in com.opensymphony.workflow.spi.hibernate
 

Classes in com.opensymphony.workflow.spi.hibernate that implement PropertySetDelegate
 class DefaultHibernatePropertySetDelegate
          DOCUMENT ME!
 

Methods in com.opensymphony.workflow.spi.hibernate that return PropertySetDelegate
 PropertySetDelegate SpringHibernateWorkflowStore.getPropertySetDelegate()
           
 PropertySetDelegate AbstractHibernateWorkflowStore.getPropertySetDelegate()
           
 

Methods in com.opensymphony.workflow.spi.hibernate with parameters of type PropertySetDelegate
 void SpringHibernateWorkflowStore.setPropertySetDelegate(PropertySetDelegate propertySetDelegate)
           
 void AbstractHibernateWorkflowStore.setPropertySetDelegate(PropertySetDelegate propertySetDelegate)
           
 

Uses of PropertySetDelegate in com.opensymphony.workflow.spi.hibernate3
 

Methods in com.opensymphony.workflow.spi.hibernate3 that return PropertySetDelegate
 PropertySetDelegate AbstractHibernateWorkflowStore.getPropertySetDelegate()
           
 

Methods in com.opensymphony.workflow.spi.hibernate3 with parameters of type PropertySetDelegate
 void AbstractHibernateWorkflowStore.setPropertySetDelegate(PropertySetDelegate propertySetDelegate)
           
 

Uses of PropertySetDelegate in com.opensymphony.workflow.util
 

Classes in com.opensymphony.workflow.util that implement PropertySetDelegate
 class PropertySetDelegateImpl
          DOCUMENT ME!
 


OpenSymphony Workflow Project Page