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

R

RESOURCE - Static variable in class de.danet.an.workflow.spis.ras.Participant.ParticipantType
RESOURCE ParticipantType.
RESOURCE_SET - Static variable in class de.danet.an.workflow.spis.ras.Participant.ParticipantType
RESOURCE_SET ParticipantType.
ROLE - Static variable in class de.danet.an.workflow.spis.ras.Participant.ParticipantType
ROLE ParticipantType.
RUNNING - Static variable in class de.danet.an.workflow.omgcore.WfExecutionObject.OpenState
The object is active and executing in the workflow.
RequesterRequiredException - exception de.danet.an.workflow.omgcore.RequesterRequiredException.
This exception is raised when a valid WfRequester is required by the process definition, but one is not supplied.
RequesterRequiredException() - Constructor for class de.danet.an.workflow.omgcore.RequesterRequiredException
 
ResourceAssignmentService - interface de.danet.an.workflow.spis.ras.ResourceAssignmentService.
This interface defines the resource assignment facility used by the workflow component.
ResourceAssignmentServiceFactory - class de.danet.an.workflow.spis.ras.ResourceAssignmentServiceFactory.
Defines a factory API that enables the workflow component to obtain a resource assignment facility.
ResourceAssignmentServiceFactory() - Constructor for class de.danet.an.workflow.spis.ras.ResourceAssignmentServiceFactory
Constructor.
ResourceManagementService - interface de.danet.an.workflow.spis.rms.ResourceManagementService.
This interface defines the workflow resource management service used in the workflow package.
ResourceManagementServiceFactory - class de.danet.an.workflow.spis.rms.ResourceManagementServiceFactory.
Defines a factory API that enables a workflow component to obtain a workflow resource management service.
ResourceManagementServiceFactory() - Constructor for class de.danet.an.workflow.spis.rms.ResourceManagementServiceFactory
Constructor.
ResourceNotFoundException - exception de.danet.an.workflow.spis.rms.ResourceNotFoundException.
This exception is thrown by the resource service implementation if no resource for a given key can be found.
ResourceNotFoundException() - Constructor for class de.danet.an.workflow.spis.rms.ResourceNotFoundException
Creates a new exception.
ResourceNotFoundException(String) - Constructor for class de.danet.an.workflow.spis.rms.ResourceNotFoundException
Creates a new exception with the given message.
ResourceSupport - class de.danet.an.workflow.spis.rms.ResourceSupport.
This class provides the standard implementation of the WfResource methods workItems, isMemberOfWorkItems and release.
ResourceSupport(ResourceAssignmentService) - Constructor for class de.danet.an.workflow.spis.rms.ResourceSupport
The constructor.
ResultNotAvailableException - exception de.danet.an.workflow.omgcore.ResultNotAvailableException.
This exception is raised when the requested result of a WfExecutionObject is not available (yet).
ResultNotAvailableException() - Constructor for class de.danet.an.workflow.omgcore.ResultNotAvailableException
 
ResultProvider - interface de.danet.an.workflow.spis.aii.ResultProvider.
This interface marks a ToolAgent as provider of a result during invoke.
ResultProvider.ExceptionResult - class de.danet.an.workflow.spis.aii.ResultProvider.ExceptionResult.
A special kind of result that may be returned by result.
ResultProvider.ExceptionResult(String) - Constructor for class de.danet.an.workflow.spis.aii.ResultProvider.ExceptionResult
May be used by a tool agent implementation to create a special result that causes the activity to be abandoned, and the exception with the given name to be signalled to the workflow engine for transition evaluation.
receiveEvent(WfAuditEvent) - Method in class de.danet.an.workflow.api.DefaultRequester
 
receiveEvent(WfAuditEvent) - Method in interface de.danet.an.workflow.omgcore.WfAuditHandler
Called by the workflow engine if an event occurs.
receiveMessage() - Method in interface de.danet.an.workflow.api.Channel
Wait for the next message from the process on this channel.
registerInstance(String, Activity, Object, boolean) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectory
Register a new application instance.
registerInstance(String, Activity, Object, boolean) - Method in class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryEJB
Register a new application instance.
registerInstance(String, Activity, Object, boolean) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLocal
Register a new application instance.
registerRequester(WfRequester) - Method in interface de.danet.an.workflow.api.WorkflowService
Register a WfRequester.
registerState(WfExecutionObject.State) - Static method in class de.danet.an.workflow.omgcore.WfExecutionObject.State
Register state for fromString evaluation.
release(WfObject) - Method in interface de.danet.an.workflow.api.WorkflowService
Release an object obtained from the workflow service immediately instead of waiting for it to be automatically released.
release(WfAssignment, String) - Method in interface de.danet.an.workflow.omgcore.WfResource
Signals to the resource that it is no longer needed for a specific assignment.
release(WfAssignment, String) - Method in class de.danet.an.workflow.spis.rms.ResourceSupport
Signals to the resource that it is no longer needed for a specific assignment.
removeAssignment(WfResource) - Method in interface de.danet.an.workflow.api.Activity
Removes an assignment for enacting the activity.
removeAssignment(ActivityFinder, String, WfActivity, WfResource) - Method in interface de.danet.an.workflow.spis.ras.ResourceAssignmentService
Remove the assignment of a resource to an activity.
removeClosedProcess() - Method in interface de.danet.an.workflow.api.ProcessDefinition
This method checks if the closed process should be removed.
removeInstance(long) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectory
Remove an application instance.
removeInstance(long) - Method in class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryEJB
Remove an application instance.
removeInstance(long) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLocal
Remove an application instance.
removeProcess(WfProcess) - Method in interface de.danet.an.workflow.api.ProcessDirectory
Removes the given process.
removeProcessDefinition(String, String) - Method in interface de.danet.an.workflow.api.ProcessDefinitionDirectory
This operation method removes a process definition with the given ids from the database.
requestedBy(WfRequester) - Method in interface de.danet.an.workflow.api.WorkflowService
Return the processes requested by the given requester.
requestedXMLArgumentType() - Method in interface de.danet.an.workflow.spis.aii.XMLArgumentTypeProvider
Return the requested type for XML arguments.
requester() - Method in interface de.danet.an.workflow.omgcore.WfProcess
Returns the WfRequester associated with this WfProcess.
resourceAssignmentService() - Method in interface de.danet.an.workflow.api.WorkflowService
Deprecated. as of version 1.2 this method may no longer be used. ResourceAssignmentService is an SPI and should therefore not be exposed at the client API. All methods required by clients are available using other interfaces in this package.
resourceByKey(String) - Method in interface de.danet.an.workflow.api.WorkflowService
Given the key of a WfResource (obtained with resourceKey()), return the workflow resource associated with this key.
resourceByKey(String) - Method in interface de.danet.an.workflow.spis.ras.ResourceAssignmentService
Given the key of a WfResource (obtained with resourceKey()), return the workflow resource associated with this key.
resourceByKey(String) - Method in interface de.danet.an.workflow.spis.rms.ResourceManagementService
Given a key, return the workflow resource associated with this key.
resourceKey() - Method in interface de.danet.an.workflow.omgcore.WfResource
Returns the resource key.
resourceKey() - Method in class de.danet.an.workflow.tools.util.SimpleApplicationInfo
Return the assigned resource.
resourceName() - Method in interface de.danet.an.workflow.omgcore.WfResource
Returns a human readable, descriptive name of the resource.
responsibles() - Method in interface de.danet.an.workflow.api.ProcessDefinition.ProcessHeaderData
Describes the responsible Workflow participant(s).
result() - Method in interface de.danet.an.workflow.omgcore.WfActivity
Returns the result produced by the realization of the work request represented by an activity.
result() - Method in interface de.danet.an.workflow.omgcore.WfProcess
Returns the result produced by the WfProcess.
result() - Method in interface de.danet.an.workflow.spis.aii.ResultProvider
Return the result evaluated during invoke.
resultAsDate(int) - Method in class de.danet.an.workflow.api.MethodInvocationBatch.Result
Returns the result with the given index as Date.
resultAsInt(int) - Method in class de.danet.an.workflow.api.MethodInvocationBatch.Result
Returns the result with the given index as int.
resultAsString(int) - Method in class de.danet.an.workflow.api.MethodInvocationBatch.Result
Returns the result with the given index as String.
resultSignature() - Method in interface de.danet.an.workflow.api.ProcessDefinition
Returns the meta information that describes the result for this kind of process.
resultSignature() - Method in interface de.danet.an.workflow.omgcore.WfProcessMgr
Returns the meta information that specifies how instances will return results.
results() - Method in class de.danet.an.workflow.api.MethodInvocationBatch.Result
The results as an array of objects.
resume() - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Requests enactment of a suspended execution object to be resumed.

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