Daisy Open Source CMS

Package org.outerj.daisy.workflow

Flexible workflow functionality.

See:
          Description

Interface Summary
WfExecutionPath An execution path in a workflow instance.
WfListItem  
WfNodeDefinition  
WfPool A workflow pool -- something to which work can be assigned.
WfPoolManager Management of workflow pools, which are basically sets of users.
WfProcessDefinition  
WfProcessInstance  
WfTask  
WfTaskDefinition  
WfTimer A timer in a workflow process instance.
WfTransitionDefinition  
WfVariable  
WfVariableDefinition  
WorkflowManager The main interface for accessing Daisy's workflow functionality.
 

Class Summary
QueryConditions  
QueryConditions.PropertyConditionInfo  
QueryConditions.SpecialConditionInfo  
QueryConditions.VariableConditionInfo  
QueryOrderByItem  
QuerySelectItem  
TaskUpdateData Holds the information with which to update a task.
WfActorKey Represents an actor in workflow process, which can be either a user or a set of pools.
WfListHelper  
WfUserKey Represents a Daisy user.
WfVersionKey A pointer to a specific version of a document variant.
 

Enum Summary
QueryValueSource Used by QueryOrderByItem and QuerySelectItem to indicate the scope of a variable name.
TaskPriority  
VariableScope The scope of task variables.
WfValueType  
 

Exception Summary
ProcessDefinitionNotFoundException  
ProcessInstanceNotFoundException  
TaskNotFoundException  
TimerNotFoundException  
WfAuthorizationException  
WfPoolNotFoundException  
WorkflowException  
 

Package org.outerj.daisy.workflow Description

Flexible workflow functionality.


Daisy Open Source CMS