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

A

ABANDONED - Static variable in class de.danet.an.workflow.api.Activity.ClosedCompletedState
Provides a state indicating that the activity was completed by an exception.
ABORTED - Static variable in class de.danet.an.workflow.omgcore.WfExecutionObject.ClosedState
Indicates that the enactment of the execution object has been aborted before normal execution.
ACTIVITY_ASSIGNMENT_CHANGED - Static variable in interface de.danet.an.workflow.omgcore.WfAuditEvent
An identifier for the event type "activityAssignmentChanged"
ACTIVITY_CONTEXT_CHANGED - Static variable in interface de.danet.an.workflow.omgcore.WfAuditEvent
An identifier for the event type "activityContextChanged"
ACTIVITY_RESULT_CHANGED - Static variable in interface de.danet.an.workflow.omgcore.WfAuditEvent
An identifier for the event type "activityResultChanged"
ACTIVITY_STATE_CHANGED - Static variable in interface de.danet.an.workflow.omgcore.WfAuditEvent
An identifier for the event type "activityStateChanged"
AND - Static variable in class de.danet.an.workflow.api.Activity.JoinAndSplitMode
AND join or split.
ASYNCHR - Static variable in class de.danet.an.workflow.api.Activity.DeadlineInfo
Denotes asynchronous execution of the deadline.
ASYNCHR - Static variable in interface de.danet.an.workflow.api.Activity.SubFlowImplementation
Denotes asynchronous execution of subflow.
ASYNCHR - Static variable in interface de.danet.an.workflow.spis.aii.ExecutionModeProvider
Deprecated. Indicates that the tool is to be executed asynchronously with respect to state evaluation (see user manual for details).
AUDIT_SELECTION_ALL_EVENTS - Static variable in interface de.danet.an.workflow.api.ProcessDefinition
Select all audit events to be delivered and recorded.
AUDIT_SELECTION_NO_EVENTS - Static variable in interface de.danet.an.workflow.api.ProcessDefinition
Select no audit events to be delivered and recorded.
AUDIT_SELECTION_PROCESS_CLOSED_EVENTS_ONLY - Static variable in interface de.danet.an.workflow.api.ProcessDefinition
Select process closed events for delivery and recording only.
AUDIT_SELECTION_STATE_EVENTS_ONLY - Static variable in interface de.danet.an.workflow.api.ProcessDefinition
Select state change events for delivery and recording only.
AUTOMATIC - Static variable in class de.danet.an.workflow.api.Activity.StartFinishMode
Triggered implicitly by the system.
Activity - interface de.danet.an.workflow.api.Activity.
Interface Activity adds some functions to the OMG activity.
Activity.ClosedCompletedState - class de.danet.an.workflow.api.Activity.ClosedCompletedState.
This class defines the sub-states of ClosedState.COMPLETED of a WfExecutionObject.
Activity.ClosedCompletedState(String) - Constructor for class de.danet.an.workflow.api.Activity.ClosedCompletedState
Default constructor.
Activity.DeadlineInfo - class de.danet.an.workflow.api.Activity.DeadlineInfo.
Class DeadlineInfo describes all properties of a deadline.
Activity.DeadlineInfo(int, String, String, int) - Constructor for class de.danet.an.workflow.api.Activity.DeadlineInfo
Creates a new DeadlineInfo instance with the given values.
Activity.Implementation - interface de.danet.an.workflow.api.Activity.Implementation.
The super interface of possible activity implementation descriptions.
Activity.Info - class de.danet.an.workflow.api.Activity.Info.
Class Info combines various informational attributes about an activity in a single structure for efficient retrieval.
Activity.Info(ActivityUniqueKey, String, String, int, Date, String, String) - Constructor for class de.danet.an.workflow.api.Activity.Info
Creates a new Info instance with the given values.
Activity.JoinAndSplitMode - class de.danet.an.workflow.api.Activity.JoinAndSplitMode.
This class defines the join and split modes for an activity.
Activity.JoinAndSplitMode(String) - Constructor for class de.danet.an.workflow.api.Activity.JoinAndSplitMode
Default constructor.
Activity.StartFinishMode - class de.danet.an.workflow.api.Activity.StartFinishMode.
This class defines the values for start and finish mode for an Activity.
Activity.StartFinishMode(String) - Constructor for class de.danet.an.workflow.api.Activity.StartFinishMode
Default constructor.
Activity.SubFlowImplementation - interface de.danet.an.workflow.api.Activity.SubFlowImplementation.
This interface describes the implementation of an activity by a sub flow.
Activity.ToolImplementation - interface de.danet.an.workflow.api.Activity.ToolImplementation.
This interface describes the implementation of an activity by a tool.
ActivityFinder - interface de.danet.an.workflow.spis.ras.ActivityFinder.
This interface defines facilities that map activity ids to WfActivity objects.
ActivityUniqueKey - class de.danet.an.workflow.api.ActivityUniqueKey.
This class implements a unique activity key.
ActivityUniqueKey(WfActivity) - Constructor for class de.danet.an.workflow.api.ActivityUniqueKey
Creates an instance of ActivityUniqueKey for the given activity.
ActivityUniqueKey(String, String, String) - Constructor for class de.danet.an.workflow.api.ActivityUniqueKey
Creates an instance of ActivityUniqueKey from the given partial keys.
AlreadyAssignedException - exception de.danet.an.workflow.api.AlreadyAssignedException.
This class provides ...
AlreadyAssignedException() - Constructor for class de.danet.an.workflow.api.AlreadyAssignedException
Creates an instance of AlreadyAssignedException with all attributes initialized to default values.
AlreadyAssignedException(String) - Constructor for class de.danet.an.workflow.api.AlreadyAssignedException
Creates an instance of AlreadyAssignedException with the given message.
AlreadyRunningException - exception de.danet.an.workflow.omgcore.AlreadyRunningException.
This exception is raised by an attempt to start a WfProcess that is already running.
AlreadyRunningException(String) - Constructor for class de.danet.an.workflow.omgcore.AlreadyRunningException
Creates a new AlreadyRunningException with the given message.
AlreadySuspendedException - exception de.danet.an.workflow.omgcore.AlreadySuspendedException.
This exception is raised by an attempt to suspend a WfExecutionObject that is already suspended.
AlreadySuspendedException(String) - Constructor for class de.danet.an.workflow.omgcore.AlreadySuspendedException
Creates a new AlreadySuspendedException with the given message.
Application - interface de.danet.an.workflow.api.Application.
This interface defines methods to access the definition of an application that participates in a workflow process.
ApplicationNotStoppedException - exception de.danet.an.workflow.spis.aii.ApplicationNotStoppedException.
This exception is thrown by a ToolAgent if it cannot terminate the execution of a running application.
ApplicationNotStoppedException(String) - Constructor for class de.danet.an.workflow.spis.aii.ApplicationNotStoppedException
Creates a new exception with the given message.
abandon(String) - Method in interface de.danet.an.workflow.api.Activity
Force the completion of this activity, leaving it in state "closed.completed.abandoned".
abandonActivity(String) - Method in interface de.danet.an.workflow.spis.aii.ToolAgentContext
Abandon the invoking activity in a new transaction.
abandonActivity(ResultProvider.ExceptionResult) - Method in interface de.danet.an.workflow.spis.aii.ToolAgentContext
Abandon the invoking activity in a new transaction and maybe suspend it.
abort() - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Requests enactment of a suspended execution object to be aborted before its normal completion.
activitiesInState(String) - Method in interface de.danet.an.workflow.omgcore.WfProcess
Return all WfActivity objects that are in a certain state.
activity() - Method in interface de.danet.an.workflow.omgcore.WfAssignment
A WfAssignment is associated with one WfActivity; the association is established when the assignment is created as part of the resource selection process for the activity.
activityByKey(String) - Method in interface de.danet.an.workflow.api.Process
Returns the Activity with the given key.
activityInfo() - Method in interface de.danet.an.workflow.api.Activity
This method returns all available information about the activity in a single operation.
activityKey() - Method in class de.danet.an.workflow.api.ActivityUniqueKey
Return the activity key.
activityKey() - Method in interface de.danet.an.workflow.omgcore.WfAuditEvent
Returns the current value of the attribute activityKey.
activityName() - Method in interface de.danet.an.workflow.omgcore.WfAuditEvent
Returns the current value of the attribute activityName.
activityUniqueKey() - Method in class de.danet.an.workflow.tools.util.SimpleApplicationInfo
Return the activity unique key.
addInvocation(Object, String, String[], Object[]) - Method in class de.danet.an.workflow.api.MethodInvocationBatch
Adds a method invocation to the batch.
addInvocation(int, String, String[], Object[], boolean) - Method in class de.danet.an.workflow.api.MethodInvocationBatch
Adds a method invocation on a previous result to the batch.
applicationById(String) - Method in interface de.danet.an.workflow.api.ProcessDefinition
Return the application with the given id.
applicationDirectory() - Method in class de.danet.an.workflow.tools.util.SimpleApplicationAgent
Return the application directory.
applicationId() - Method in interface de.danet.an.workflow.spis.aii.ToolAgentContext
Return the id given to the application in the process definition.
applications() - Method in interface de.danet.an.workflow.api.ProcessDefinition
Returns the applications defined in this process.
asResource(Principal) - Method in interface de.danet.an.workflow.api.WorkflowService
Given a principal, return the workflow resource associated with this principal.
asResource(Principal) - Method in interface de.danet.an.workflow.spis.ras.ResourceAssignmentService
Given a principal, return the workflow resource associated with this principal.
asResource(Principal) - Method in interface de.danet.an.workflow.spis.rms.ResourceManagementService
Given a principal, return the workflow resource associated with this principal by the resource management facility.
assignedAt() - Method in class de.danet.an.workflow.tools.util.SimpleApplicationInfo
Return the assignment timestamp.
assignee() - Method in interface de.danet.an.workflow.omgcore.WfAssignment
A WfAssignment is associated with one WfResource; the association is established when the assignment is created as part of the resource selection process for the activity.
assignments() - Method in interface de.danet.an.workflow.omgcore.WfActivity
Returns all the WfAssignment associated with a WfActivity.
assignments(ActivityFinder, String, WfActivity) - Method in interface de.danet.an.workflow.spis.ras.ResourceAssignmentService
Return the assignments to an activity.
auditEventSelection() - Method in interface de.danet.an.workflow.api.ProcessDefinition
This method returns the selected audit events of instances of this process definition.
author() - Method in interface de.danet.an.workflow.api.ProcessDefinition.ProcessHeaderData
Name of the author of this workflow process definition.
authorizers(WfResource) - Method in interface de.danet.an.workflow.api.WorkflowService
Given a WfResource object, return the collection of resources this resource is authorized for.
authorizers(WfResource) - Method in interface de.danet.an.workflow.spis.ras.ResourceAssignmentService
Given a WfResource object, return the collection of resources this resource is authorized for.
authorizers(WfResource) - Method in interface de.danet.an.workflow.spis.rms.ResourceManagementService
Given a WfResource object, return the collection of resources this resource is authorized for.
autoAssignResources(ActivityFinder, String, WfActivity, Principal, Participant) - Method in interface de.danet.an.workflow.spis.ras.ResourceAssignmentService
Triggers the automatic assignment of resources to an activity that is about to become ready.

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