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

I

IN - Static variable in class de.danet.an.workflow.api.FormalParameter.Mode
Mode as Input Parameter.
INFO - Static variable in class de.danet.an.workflow.api.PrioritizedMessage.Priority
The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
INOUT - Static variable in class de.danet.an.workflow.api.FormalParameter.Mode
Mode as input and output parameter.
ImportException - exception de.danet.an.workflow.api.ImportException.
This exception is thrown by the importProcessDefinitions method of ProcessDefinitionDirectory and results from collected errors.
ImportException(String, List) - Constructor for class de.danet.an.workflow.api.ImportException
Construct a ImportException from a collecting error handler.
InvalidControlOperationException - exception de.danet.an.workflow.omgcore.InvalidControlOperationException.
This exception is raised by an operation on a WfExecutionObject that attempts to perform an invalid control operation on that object.
InvalidControlOperationException(String) - Constructor for class de.danet.an.workflow.omgcore.InvalidControlOperationException
Creates a new InvalidControlOperationException with the given message.
InvalidDataException - exception de.danet.an.workflow.omgcore.InvalidDataException.
This exception is raised by an attempt to update the context of the result of a WfExecutionObject with data that does not match the signature of that object.
InvalidDataException(String) - Constructor for class de.danet.an.workflow.omgcore.InvalidDataException
Creates a new InvalidDataException with the given message.
InvalidIdException - exception de.danet.an.workflow.api.InvalidIdException.
This exception is raised if an invalid id is passed to a lookup method.
InvalidIdException(String) - Constructor for class de.danet.an.workflow.api.InvalidIdException
Constructs a new exception with the given message.
InvalidKeyException - exception de.danet.an.workflow.api.InvalidKeyException.
This exception is raised if an invalid key is passed to a lookup method.
InvalidKeyException(String) - Constructor for class de.danet.an.workflow.api.InvalidKeyException
Constructs a new exception with the given message.
InvalidPerformerException - exception de.danet.an.workflow.omgcore.InvalidPerformerException.
This exception is raised by an attempt to signal a WfAuditEvent to a WfRequester that was not created by one of the WfProcesses associated with the WfRequester.
InvalidPerformerException() - Constructor for class de.danet.an.workflow.omgcore.InvalidPerformerException
 
InvalidPriorityException - exception de.danet.an.workflow.omgcore.InvalidPriorityException.
This exception is raised by an attempt to assign an invalid priority to a WfExecutionObject.
InvalidPriorityException(String) - Constructor for class de.danet.an.workflow.omgcore.InvalidPriorityException
Creates a new InvalidPriorityException with the given message.
InvalidRequesterException - exception de.danet.an.workflow.omgcore.InvalidRequesterException.
This exception is raised when a WfRequester is being identified that cannot be a "parent" of instances of the process modell.
InvalidRequesterException() - Constructor for class de.danet.an.workflow.omgcore.InvalidRequesterException
 
InvalidResourceException - exception de.danet.an.workflow.omgcore.InvalidResourceException.
This exception is raised by an attempt to assign or remove an invalid resource.
InvalidResourceException() - Constructor for class de.danet.an.workflow.omgcore.InvalidResourceException
 
InvalidStateException - exception de.danet.an.workflow.omgcore.InvalidStateException.
This exception is raised by an attempt to change the state of a WfExecutionObject to a state that is not defined for that object.
InvalidStateException() - Constructor for class de.danet.an.workflow.omgcore.InvalidStateException
Creates a new InvalidStateException.
InvalidStateException(String) - Constructor for class de.danet.an.workflow.omgcore.InvalidStateException
Creates a new InvalidStateException with the given message.
id() - Method in interface de.danet.an.workflow.api.Activity.ToolImplementation
Return the tool id.
id() - Method in interface de.danet.an.workflow.api.Application
Returns the id of the Application.
id() - Method in class de.danet.an.workflow.api.FormalParameter
Return the id of the formal parameter.
id() - Method in interface de.danet.an.workflow.api.Transition
Returns the id of this transition.
id() - Method in class de.danet.an.workflow.tools.util.SimpleApplicationInfo
Return the application instance id.
implementation() - Method in interface de.danet.an.workflow.api.Activity
Returns the implementation of the activity as Implementations.
importProcessDefinitions(String) - Method in interface de.danet.an.workflow.api.ProcessDefinitionDirectory
This operation method import new process definitions from an XPDL description.
importProcessDefinitions(byte[]) - Method in interface de.danet.an.workflow.api.ProcessDefinitionDirectory
This operation method import new process definitions from an XPDL description.
index() - Method in class de.danet.an.workflow.api.FormalParameter
Return the index of the formal parameter.
infoByActivity(ActivityUniqueKey) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectory
Return the information associated with the activity.
infoByActivity(ActivityUniqueKey) - Method in class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryEJB
Return the information associated with the activity.
infoByActivity(ActivityUniqueKey) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLocal
Return the information associated with the activity.
infosByApplication(String) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectory
Return infos associated with a given application.
infosByApplication(String) - Method in class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryEJB
Return infos associated with a given application.
infosByApplication(String) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLocal
Return infos associated with a given application.
infosByKey(String, String) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectory
Return the infos associated with the given application name and key.
infosByKey(String, String) - Method in class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryEJB
Return the infos associated with the given application name and key.
infosByKey(String, String) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLocal
Return the infos associated with the given application name and key.
infosByResource(String, String) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectory
Return infos associated with a given application and resource.
infosByResource(String, String) - Method in class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryEJB
Return infos associated with a given application and resource.
infosByResource(String, String) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLocal
Return infos associated with a given application and resource.
instanceInfo(long) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectory
Return the information associated with the application instance.
instanceInfo(long) - Method in class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryEJB
Return the information associated with the application instance.
instanceInfo(long) - Method in interface de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLocal
Return the information associated with the application instance.
invoke(Activity, FormalParameter[], Map) - Method in interface de.danet.an.workflow.spis.aii.ToolAgent
Invoke an application on the given activity.
isAND() - Method in class de.danet.an.workflow.api.Activity.JoinAndSplitMode
Checks if the mode is "AND".
isEnabled(String, String) - Method in interface de.danet.an.workflow.api.ProcessDefinitionDirectory
This operation method returns true if the process definition with the given ids is enabled.
isHuman() - Method in class de.danet.an.workflow.api.Participant.ParticipantType
Checks if the type is "HUMAN".
isMemberOfAssignments(WfAssignment) - Method in interface de.danet.an.workflow.omgcore.WfActivity
Check if the given assignment is among the assignments of this activity.
isMemberOfPerformers(WfProcess) - Method in class de.danet.an.workflow.api.DefaultRequester
 
isMemberOfPerformers(WfProcess) - Method in interface de.danet.an.workflow.omgcore.WfRequester
Check if the given process is among the performers of this requester.
isMemberOfWorkItems(WfAssignment) - Method in interface de.danet.an.workflow.omgcore.WfResource
Checks if a given WfAssignment is associated with this resource.
isMemberOfWorkItems(WfResource, WfAssignment) - Method in interface de.danet.an.workflow.spis.ras.ResourceAssignmentService
Find out if a given assignment belongs to the work items assigned to a particular resource.
isMemberOfWorkItems(WfAssignment) - Method in class de.danet.an.workflow.spis.rms.DefaultResource
Checks if a given WfAssignment is associated with this resource.
isMemberOfWorkItems(WfResource, WfAssignment) - Method in interface de.danet.an.workflow.spis.rms.ResourceAssignmentContext
Find out if a given assignment belongs to the work items assigned to a particular resource.
isOrganizationUnit() - Method in class de.danet.an.workflow.api.Participant.ParticipantType
Checks if the type is "ORGANIZATIONAL_UNIT".
isResource() - Method in class de.danet.an.workflow.api.Participant.ParticipantType
Checks if the type is "RESOURCE".
isResourceSet() - Method in class de.danet.an.workflow.api.Participant.ParticipantType
Checks if the type is "RESOURCE_SET".
isRole() - Method in class de.danet.an.workflow.api.Participant.ParticipantType
Checks if the type is "ROLE".
isRollbackOnly() - Method in interface de.danet.an.workflow.api.Batch.Context
Indicates if the transaction the batch is running in will eventually be rolled back.
isSameOrSubState(WfExecutionObject.State) - Method in class de.danet.an.workflow.omgcore.WfExecutionObject.State
Checks if this state is the same state as the given state or a substate of the given state.
isSystem() - Method in class de.danet.an.workflow.api.Participant.ParticipantType
Checks if the type is "SYSTEM".
isValidKey(String) - Static method in class de.danet.an.workflow.spis.rms.DefaultGroupResource
Check if the given key is a group resource's key.
isValidKey(String) - Static method in class de.danet.an.workflow.spis.rms.DefaultRoleResource
Check if the given key is a role resource's key.
isValidKey(String) - Static method in class de.danet.an.workflow.spis.rms.DefaultUserResource
Check if the given key is a user resource's key.
isXOR() - Method in class de.danet.an.workflow.api.Activity.JoinAndSplitMode
Checks if the mode is "XOR".

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