Uses of Interface
com.opensymphony.workflow.Register

Packages that use Register
com.opensymphony.workflow   
com.opensymphony.workflow.util   
com.opensymphony.workflow.util.beanshell   
com.opensymphony.workflow.util.bsf   
com.opensymphony.workflow.util.ejb.local   
com.opensymphony.workflow.util.ejb.remote   
com.opensymphony.workflow.util.jndi   
 

Uses of Register in com.opensymphony.workflow
 

Methods in com.opensymphony.workflow that return Register
 Register TypeResolver.getRegister(String type, Map args)
           
 

Uses of Register in com.opensymphony.workflow.util
 

Classes in com.opensymphony.workflow.util that implement Register
 class LogRegister
          This is a register, which helps logging using commons-logging.
 

Methods in com.opensymphony.workflow.util that return Register
 Register SpringTypeResolver.getRegister(String type, Map args)
           
 

Uses of Register in com.opensymphony.workflow.util.beanshell
 

Classes in com.opensymphony.workflow.util.beanshell that implement Register
 class BeanShellRegister
          A register that executes a beanshell script when invoked.
 

Uses of Register in com.opensymphony.workflow.util.bsf
 

Classes in com.opensymphony.workflow.util.bsf that implement Register
 class BSFRegister
          Register that invokes a BSF script.
 

Uses of Register in com.opensymphony.workflow.util.ejb.local
 

Classes in com.opensymphony.workflow.util.ejb.local that implement Register
 class LocalEJBRegister
          A register helper that exposes a local session bean as a register.
 

Uses of Register in com.opensymphony.workflow.util.ejb.remote
 

Classes in com.opensymphony.workflow.util.ejb.remote that implement Register
 class RemoteEJBRegister
          Register a remote EJB that implements RegisterRemote.
 

Uses of Register in com.opensymphony.workflow.util.jndi
 

Classes in com.opensymphony.workflow.util.jndi that implement Register
 class JNDIRegister
          Invoke a register registred in JNDI.
 


OpenSymphony Workflow Project Page