org.outerj.daisy.workflow |
Flexible workflow functionality.
|
Java Source File Name | Type | Comment |
ProcessDefinitionNotFoundException.java | Class | |
ProcessInstanceNotFoundException.java | Class | |
QueryConditions.java | Class | |
QueryOrderByItem.java | Class | |
QuerySelectItem.java | Class | |
QueryValueSource.java | enum | Used by
QueryOrderByItem and
QuerySelectItem to indicate
the scope of a variable name. |
TaskNotFoundException.java | Class | |
TaskPriority.java | enum | |
TaskUpdateData.java | Class | Holds the information with which to update a task.
Information missing in this object is simply left untouched in the task
when updating it. |
TimerNotFoundException.java | Class | |
VariableScope.java | enum | The scope of task variables. |
WfActorKey.java | Class | Represents an actor in workflow process, which can be either a user or a set of pools. |
WfAuthorizationException.java | Class | |
WfExecutionPath.java | Interface | An execution path in a workflow instance. |
WfListHelper.java | Class | |
WfListItem.java | Interface | |
WfNodeDefinition.java | Interface | |
WfPool.java | Interface | A workflow pool -- something to which work can be assigned. |
WfPoolManager.java | Interface | Management of workflow pools, which are basically sets of users. |
WfPoolNotFoundException.java | Class | |
WfProcessDefinition.java | Interface | |
WfProcessInstance.java | Interface | |
WfTask.java | Interface | |
WfTaskDefinition.java | Interface | |
WfTimer.java | Interface | A timer in a workflow process instance. |
WfTransitionDefinition.java | Interface | |
WfUserKey.java | Class | Represents a Daisy user. |
WfValueType.java | enum | |
WfVariable.java | Interface | |
WfVariableDefinition.java | Interface | |
WfVersionKey.java | Class | A pointer to a specific version of a document variant. |
WorkflowException.java | Class | |
WorkflowManager.java | Interface | The main interface for accessing Daisy's workflow functionality.
This is an optional repository extension component.
All workflow operations are performed through this interface. |