A B C D E F G H I J K L M N O P R S T U V W X

W

WARN - Static variable in class de.danet.an.workflow.api.PrioritizedMessage.Priority
The WARN level designates potentially harmful situations.
WfActivity - interface de.danet.an.workflow.omgcore.WfActivity.
WfActivity is a step in a process that is associated, as part of an aggregation, with a single WfProcess.
WfAssignment - interface de.danet.an.workflow.omgcore.WfAssignment.
A WfAssignment links WfActivity objects to WfResource objects.
WfAssignmentAuditEvent - interface de.danet.an.workflow.omgcore.WfAssignmentAuditEvent.
A WfAssignmentAuditEvent provides an audit record of assignment change information for either the status of an assignment change for a WfActivity or when an exisiting assignment is reassigned to another resource.
WfAuditEvent - interface de.danet.an.workflow.omgcore.WfAuditEvent.
A WfAuditEvent provides an audit record of workflow event information.
WfAuditHandler - interface de.danet.an.workflow.omgcore.WfAuditHandler.
The listener interface for receiving an event from a process.
WfCreateProcessAuditEvent - interface de.danet.an.workflow.omgcore.WfCreateProcessAuditEvent.
A WfCreateProcessAuditEvent provides an audit record with information related to the creation of a process.
WfDataAuditEvent - interface de.danet.an.workflow.omgcore.WfDataAuditEvent.
A WfDataAuditEvent provides an audit record of either context changes of a WfExecutionObject or result changes of a WfActivity.
WfExecutionObject - interface de.danet.an.workflow.omgcore.WfExecutionObject.
WfExecutionObject is an abstract base interface that defines common attributes, states, and operations for WfProcess and WfActivity.
WfExecutionObject.ClosedState - class de.danet.an.workflow.omgcore.WfExecutionObject.ClosedState.
This class defines the sub-states of State.CLOSED of a WfExecutionObject as returned by howClosedState().
WfExecutionObject.ClosedState(String) - Constructor for class de.danet.an.workflow.omgcore.WfExecutionObject.ClosedState
Default constructor.
WfExecutionObject.NotRunningState - class de.danet.an.workflow.omgcore.WfExecutionObject.NotRunningState.
This class defines the sub-states of OpenState.NOT_RUNNING of a WfExecutionObject as returned by whyNotRunningState().
WfExecutionObject.NotRunningState(String) - Constructor for class de.danet.an.workflow.omgcore.WfExecutionObject.NotRunningState
Default constructor.
WfExecutionObject.OpenState - class de.danet.an.workflow.omgcore.WfExecutionObject.OpenState.
This class defines the sub-states of State.OPEN of a WfExecutionObject as returned by whileOpenState().
WfExecutionObject.OpenState(String) - Constructor for class de.danet.an.workflow.omgcore.WfExecutionObject.OpenState
Default constructor.
WfExecutionObject.State - class de.danet.an.workflow.omgcore.WfExecutionObject.State.
This class defines the top-hierachy possible states of a WfExecutionObject as returned by workflowState().
WfExecutionObject.State(String) - Constructor for class de.danet.an.workflow.omgcore.WfExecutionObject.State
Default constructor.
WfObject - interface de.danet.an.workflow.omgcore.WfObject.
A tagging interface that all omgcore interfaces must extend.
WfProcess - interface de.danet.an.workflow.omgcore.WfProcess.
WfProcess is the performer of a workflow request.
WfProcessMgr - interface de.danet.an.workflow.omgcore.WfProcessMgr.
A WfProcessMgr represents a template for a specific workflow process; it is used to create instances of a workflow process.
WfRequester - interface de.danet.an.workflow.omgcore.WfRequester.
WfRequester is the interface that has a direct concern with the execution and results of a workflow process.
WfResource - interface de.danet.an.workflow.omgcore.WfResource.
WfResource is an abstraction that represents a person or thing that will potentially accept an assignment to an activity.
WfStateAuditEvent - interface de.danet.an.workflow.omgcore.WfStateAuditEvent.
A WfStateAuditEvent provides an audit record of information for a WfExecutionObject's state change.
WorkflowService - interface de.danet.an.workflow.api.WorkflowService.
This interface defines the methods provided by the workflow engine.
WorkflowServiceFactory - class de.danet.an.workflow.api.WorkflowServiceFactory.
This class provides a factory API that enables clients to obtain a workflow service facility.
WorkflowServiceFactory() - Constructor for class de.danet.an.workflow.api.WorkflowServiceFactory
Constructor.
whileOpen() - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Returns the workflow state for open execution objects.
whileOpenState() - Method in class de.danet.an.workflow.api.Activity.ClosedCompletedState
Returns the workflow substate for open execution objects.
whileOpenState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.ClosedState
Returns the workflow substate for open execution objects.
whileOpenState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.NotRunningState
Returns the workflow substate for open execution objects.
whileOpenState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.OpenState
Returns the workflow substate for open execution objects.
whileOpenState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.State
Returns the workflow substate for open execution objects.
whyNotRunning() - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Returns the workflow state for open, not running execution objects.
whyNotRunningState() - Method in class de.danet.an.workflow.api.Activity.ClosedCompletedState
Returns the workflow substate for open, not running execution objects.
whyNotRunningState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.ClosedState
Returns the workflow substate for open, not running execution objects.
whyNotRunningState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.NotRunningState
Returns the workflow substate for open, not running execution objects.
whyNotRunningState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.OpenState
Returns the workflow substate for open, not running execution objects.
whyNotRunningState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.State
Returns the workflow substate for open, not running execution objects.
workItems() - Method in interface de.danet.an.workflow.omgcore.WfResource
This method returns the WfAssignmentss associated with a resource.
workItems(WfResource) - Method in interface de.danet.an.workflow.spis.ras.ResourceAssignmentService
Return the assignments of a given resource.
workItems() - Method in class de.danet.an.workflow.spis.rms.DefaultResource
This method returns the WfAssignmentss associated with a resource.
workItems(WfResource) - Method in interface de.danet.an.workflow.spis.rms.ResourceAssignmentContext
Return the assignments of a given resource.
workflowEngineInstanceKey() - Method in interface de.danet.an.workflow.api.Configuration
Every workflow engine has a globally unique key.
workflowState() - Method in class de.danet.an.workflow.api.Activity.ClosedCompletedState
Returns the workflow state, i.e. the grandparent.
workflowState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.ClosedState
Returns the workflow state, i.e. the parent.
workflowState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.NotRunningState
Returns the workflow state, i.e. the grandparent.
workflowState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.OpenState
Returns the workflow state, i.e. the parent.
workflowState() - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.State
Returns the workflow state, i.e. this object.
workflowState() - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Return the current state.

A B C D E F G H I J K L M N O P R S T U V W X