com.opensymphony.workflow.util |
|
Java Source File Name | Type | Comment |
AllowOwnerOfStepCondition.java | Class | |
AllowOwnerOnlyCondition.java | Class | See Also: com.opensymphony.workflow.util.IsUserOwnerCondition See Also: Simple utility condition that returns true if the owner is the caller. |
Caller.java | Class | Sets the transient variable "caller" to the current user executing an action. |
DatabaseHelper.java | Class | |
DefaultVariableResolver.java | Class | |
DenyOwnerCondition.java | Class | See Also: com.opensymphony.workflow.util.IsUserOwnerCondition See Also: Simple utility condition that returns false if the owner is the caller. |
EJBInvoker.java | Class | Generic EJB Invoker function.
This function is used to invoke an EJB listener in a step. |
IsUserOwnerCondition.java | Class |
A simple utility condition that returns true if the the current user (caller)
is the step owner. |
JMSMessage.java | Class | Sends out a JMS TextMessage to a specified Queue or Topic. |
LogRegister.java | Class | This is a register, which helps logging using commons-logging.
It wraps a Logger instance which is linked to the "OSWorkflow//" category
Following optional arguments available:
- addInstanceId=true/false - if the instance id of the workflow should be added to the category.
|
MostRecentOwner.java | Class | 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.java | Class | Simple utility class that uses OSUser to determine if the caller is in
the required argument "group". |
PatchedMckoiDialect.java | Class | |
PropertySetDelegate.java | Interface | |
PropertySetDelegateImpl.java | Class | |
ScheduleJob.java | Class | Schedules a job in the Quartz job scheduler to be executed one or more times in the future.
The following arguments are required:
- triggerId - the id of the trigger function defined in the XML workflow
- jobName - the name to be given to the job
- triggerName - the name to be given to the trigger
- groupName - the group given to both the job and the trigger
The following arguments are optional:
- username - the system account's username that will execute the function in the future.
If this is not specified value from WorkflowContext.getCaller() is used
- password - the system account's password
- local - if set to the true, a LocalWorkflowJob is used, bypassing the need for SOAP support.
Will be ignored if "workflowClass" is specified.
- jobClass - the class implementing 'Job' to run, defaults to WorkflowJob.
|
SendEmail.java | Class | Sends an email to a group of users. |
SpringTypeResolver.java | Class | Spring-aware type resolver. |
StatusCondition.java | Class | Simple utility condition that returns true if the current step's status is
the same as the required argument "status". |
UnscheduleJob.java | Class | Unschedules a job that was scheduled previously. |
Validatable.java | Interface | Abstact base class for elements that can be validated. |
VariableResolver.java | Interface | |
VerifyArg.java | Class | |
VerifyCurrentSteps.java | Class | |
WebWorkExecutor.java | Class | Executes a WebWork function and restores the old ActionContext when finished
(but does not provide chaining support yet). |
WebWorkValidator.java | Class | |
WorkflowListener.java | Interface | Listener interface to be implemented by remote session beans that wish to be
notified of changes in the workflow. |
WorkflowLocalListener.java | Interface | Workflow listener interface to be implemented by local session
beans that wish to be notified of changes in the workflow state. |
WorkflowStateHelper.java | Class | |
XMLizable.java | Interface | |
XWorkExecutor.java | Class | Executes an XWork function. |