Uses of Interface
com.opensymphony.workflow.FunctionProvider

Packages that use FunctionProvider
com.opensymphony.workflow.util   
 

Uses of FunctionProvider in com.opensymphony.workflow.util
 

Classes in com.opensymphony.workflow.util that implement FunctionProvider
 class Caller
          Sets the persistent 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 persistent variable "mostRecentOwner" to the owner of the most recent step that was of type stepId.
 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.
 


See www.opensymphony.com for more information.