Package com.opensymphony.workflow.util

Interface Summary
PropertySetDelegate DOCUMENT ME!
Validatable Abstact base class for elements that can be validated.
VariableResolver  
WorkflowListener Listener interface to be implemented by remote session beans that wish to be notified of changes in the workflow.
WorkflowLocalListener Workflow listener interface to be implemented by local session beans that wish to be notified of changes in the workflow state.
XMLizable DOCUMENT ME!
 

Class Summary
AllowOwnerOfStepCondition Deprecated. Use IsUserOwnerCondition instead
AllowOwnerOnlyCondition Deprecated. Use IsUserOwnerCondition instead
Caller Sets the transient variable "caller" to the current user executing an action.
DefaultVariableResolver  
DenyOwnerCondition Deprecated. Use IsUserOwnerCondition instead
EJBInvoker Generic EJB Invoker function.
IsUserOwnerCondition A simple utility condition that returns true if the the current user (caller) is the step owner.
JMSMessage Sends out a JMS TextMessage to a specified Queue or Topic.
LogRegister This is a register, which helps logging using commons-logging.
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.
OSUserGroupCondition Simple utility class that uses OSUser to determine if the caller is in the required argument "group".
PropertySetDelegateImpl DOCUMENT ME!
ScheduleJob Schedules a job in the Quartz job scheduler to be executed one or more times in the future.
SendEmail Sends an email to a group of users.
SpringTypeResolver Spring-aware type resolver.
StatusCondition Simple utility condition that returns true if the current step's status is the same as the required argument "status".
UnscheduleJob Unschedules a job that was scheduled previously.
WebWorkExecutor Executes a WebWork function and restores the old ActionContext when finished (but does not provide chaining support yet).
WebWorkValidator DOCUMENT ME!
WorkflowStateHelper  
XWorkExecutor Executes an XWork function.
 


OpenSymphony Workflow Project Page