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

S

SAXEventBuffer - interface de.danet.an.workflow.api.SAXEventBuffer.
This interface is implemented by classes that can provide XML content by emitting SAX events.
STATE_ACTIVE - Static variable in class de.danet.an.workflow.api.Activity.DeadlineInfo
Deadline is running.
STATE_CANCELED - Static variable in class de.danet.an.workflow.api.Activity.DeadlineInfo
Deadline has been canceled.
STATE_INITIAL - Static variable in class de.danet.an.workflow.api.Activity.DeadlineInfo
Deadline is in initial state.
STATE_REACHED - Static variable in class de.danet.an.workflow.api.Activity.DeadlineInfo
Deadline has been reached.
SUSPENDED - Static variable in class de.danet.an.workflow.omgcore.WfExecutionObject.NotRunningState
Provides a state to temporarily pause the execution of the object.
SYNCHR - Static variable in class de.danet.an.workflow.api.Activity.DeadlineInfo
Denotes synchronous execution of the deadline.
SYNCHR - Static variable in interface de.danet.an.workflow.api.Activity.SubFlowImplementation
Denotes synchronous execution of subflow.
SYNCHR - Static variable in interface de.danet.an.workflow.spis.aii.ExecutionModeProvider
Deprecated. Indicates that the tool is to be executed synchronously with respect to state evaluation (see user manual for details).
SYSTEM - Static variable in class de.danet.an.workflow.api.Participant.ParticipantType
SYSTEM ParticipantType.
SimpleApplicationAgent - class de.danet.an.workflow.tools.util.SimpleApplicationAgent.
This is a base class for writing agents for applications that have a life cycle exceeding a single tool agent invocation, and have only state information that can efficiently be persisted as a binary large object in an RDBMs.
SimpleApplicationAgent() - Constructor for class de.danet.an.workflow.tools.util.SimpleApplicationAgent
Creates an instance of SimpleApplicationAgent with all attributes initialized to default values.
SimpleApplicationDirectory - interface de.danet.an.workflow.tools.util.SimpleApplicationDirectory.
Remote interface for SimpleApplicationDirectory.
SimpleApplicationDirectoryEJB - class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryEJB.
This EJB provides a directory for simple applications.
SimpleApplicationDirectoryEJB() - Constructor for class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryEJB
Creates an instance of SimpleApplicationDirectoryEJB with all attributes initialized to default values.
SimpleApplicationDirectoryHome - interface de.danet.an.workflow.tools.util.SimpleApplicationDirectoryHome.
Home interface for SimpleApplicationDirectory.
SimpleApplicationDirectoryLocal - interface de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLocal.
Local interface for SimpleApplicationDirectory.
SimpleApplicationDirectoryLocalHome - interface de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLocalHome.
Local home interface for SimpleApplicationDirectory.
SimpleApplicationDirectoryLookup - class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLookup.
This class provides a Batch implementation that looks up and returns the remote interface of the SimpleApplicationDirectory.
SimpleApplicationDirectoryLookup() - Constructor for class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryLookup
 
SimpleApplicationInfo - class de.danet.an.workflow.tools.util.SimpleApplicationInfo.
This class provides a container for the application instance information managed by the SimpleApplicationDirectory.
SimpleApplicationInfo(long, ActivityUniqueKey, Date, String, Object) - Constructor for class de.danet.an.workflow.tools.util.SimpleApplicationInfo
Creates an instance of SimpleApplicationInfo with all attributes initialized to the given values.
SourceNotAvailableException - exception de.danet.an.workflow.omgcore.SourceNotAvailableException.
This exception is raised by the request for the source of a WfAuditEvent when the source is no longer available.
SourceNotAvailableException() - Constructor for class de.danet.an.workflow.omgcore.SourceNotAvailableException
 
selectResources(Object) - Method in interface de.danet.an.workflow.spis.rms.ResourceManagementService
This optional method selects resources based on the resource selection criteria passed as parameter.
sendMessage(Map) - Method in interface de.danet.an.workflow.api.Channel
Send a message on this channel to the process.
serialVersionUID - Static variable in class de.danet.an.workflow.api.DefaultRequester
Serial version UID.
serviceProperties() - Method in interface de.danet.an.workflow.api.WorkflowService
Returns the properties that uniquely decribe the workflow service in the current environment.
setAssignee(WfResource) - 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; this method can be used to reassign the assignment to another resource at a later point in time.
setDebugEnabled(boolean) - Method in interface de.danet.an.workflow.api.Process
Enable or disable debugging of the process.
setDescription(String) - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Set the description of this WfExecutionObject.
setEnabled(String, String, boolean) - Method in interface de.danet.an.workflow.api.ProcessDefinitionDirectory
This operation method set the process definition with the given ids as enabled or disabled.
setEventHandler(WfAuditHandler) - Method in interface de.danet.an.workflow.api.EventSubscriber
Sets a handler for received events that is automatically invoked.
setName(String) - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Set the name of this WfExecutionObject.
setPriority(int) - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Update the priority of this WfExecutionObject.
setProcessContext(ProcessData) - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Set the context of this WfExecutionObject.
setProcessMgrState(int) - Method in interface de.danet.an.workflow.omgcore.WfProcessMgr
Set the new state of this process manager.
setProperties(Map) - Method in class de.danet.an.workflow.api.WorkflowServiceFactory
A convenience method that sets all properties in the Map.
setProperty(String, Object) - Method in class de.danet.an.workflow.api.WorkflowServiceFactory
Sets a property which is passed to the WorkflowService produced by this factory.
setRequester(WfRequester) - Method in interface de.danet.an.workflow.omgcore.WfProcess
Reassigns the WfProcess to another WfRequester.
setResourceAssignmentContext(ResourceAssignmentContext) - Method in class de.danet.an.workflow.spis.rms.ResourceManagementServiceFactory
Specifies the resource assignment service to be used by the instances of ResourceManagementService subsequently created (by calling newResourceManagementService()).
setResourceAssignmentService(ResourceAssignmentService) - Method in class de.danet.an.workflow.spis.rms.ResourceManagementServiceFactory
Deprecated. the resource management service needs only a small subset of the methods provided by a ResourceAssignmentService. To allow greater flexibility when implementing a resource management service, the requirement for a complete resource assignment service has been replaced with the requirement for a ResourceAssignmentContext.
setResult(ProcessData) - Method in interface de.danet.an.workflow.omgcore.WfActivity
Passes result data back to the workflow process.
setSessionContext(SessionContext) - Method in class de.danet.an.workflow.tools.util.SimpleApplicationDirectoryEJB
Save the session context asigned by the container.
setToolAgentContext(ToolAgentContext) - Method in interface de.danet.an.workflow.spis.aii.ContextRequester
Makes an engine context available to the tool agent.
source() - Method in interface de.danet.an.workflow.omgcore.WfAuditEvent
Returns the current value of the attribute source.
splitMode() - Method in interface de.danet.an.workflow.api.Activity
Returns the split mode.
start() - Method in interface de.danet.an.workflow.omgcore.WfProcess
Initiate enactment of a WfProcess.
state() - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Gets the current state of the object.
state() - Method in class de.danet.an.workflow.tools.util.SimpleApplicationInfo
Return the application state.
steps() - Method in interface de.danet.an.workflow.omgcore.WfProcess
Returns all WfActivities associated with this WfProcess.
storeAuditEvents() - Method in interface de.danet.an.workflow.api.ProcessDefinition
This method reports if audit events are written to the database.
suspend() - Method in interface de.danet.an.workflow.omgcore.WfExecutionObject
Requests enactment of an execution object to be suspended.
suspendActivity() - Method in class de.danet.an.workflow.spis.aii.ResultProvider.ExceptionResult
Return the suspend activity flag passed to the constructor.

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