Uses of Interface
com.opensymphony.workflow.FunctionProvider

Packages that use FunctionProvider
com.opensymphony.workflow   
com.opensymphony.workflow.loader   
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 FunctionProvider in com.opensymphony.workflow
 

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

Uses of FunctionProvider in com.opensymphony.workflow.loader
 

Classes in com.opensymphony.workflow.loader that implement FunctionProvider
 class JDBCWorkflowFactory
          Workflow Factory that stores workflows in a database.
 

Uses of FunctionProvider in com.opensymphony.workflow.util
 

Classes in com.opensymphony.workflow.util that implement FunctionProvider
 class Caller
          Sets the transient variable "caller" to the current user executing an action.
 class EJBInvoker
          Generic EJB Invoker function.
 class JMSMessage
          Sends out a JMS TextMessage to a specified Queue or Topic.
 class MostRecentOwner
          Sets the transient variable "mostRecentOwner" to the owner of the most recent step that had an id equal to one of the values in the stepId list.
 class ScheduleJob
          Schedules a job in the Quartz job scheduler to be executed one or more times in the future.
 class SendEmail
          Sends an email to a group of users.
 class UnscheduleJob
          Unschedules a job that was scheduled previously.
 class WebWorkExecutor
          Executes a WebWork function and restores the old ActionContext when finished (but does not provide chaining support yet).
 class XWorkExecutor
          Executes an XWork function.
 

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

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

Classes in com.opensymphony.workflow.util.beanshell that implement FunctionProvider
 class BeanShellFunctionProvider
           
 

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

Classes in com.opensymphony.workflow.util.bsf that implement FunctionProvider
 class BSFFunctionProvider
           
 

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

Classes in com.opensymphony.workflow.util.ejb.local that implement FunctionProvider
 class LocalEJBFunctionProvider
           
 

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

Classes in com.opensymphony.workflow.util.ejb.remote that implement FunctionProvider
 class RemoteEJBFunctionProvider
          Function to execute a remote EJB that implements FunctionProviderRemote.
 

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

Classes in com.opensymphony.workflow.util.jndi that implement FunctionProvider
 class JNDIFunctionProvider
           
 


OpenSymphony Workflow Project Page