Package net.kwfgrid.gwes

This package contains the main Java classes of the Generic Workflow Execution Service.

See:
          Description

Interface Summary
GWES This is the public Interface to the Generic Workflow Execution Service (GWES).
ProvenanceHandler  
 

Class Summary
Activity This abstract class is to be extended in order to implement a concrete activity, such as a remote procedure call.
ActivityDescription Deprecated. Information for activities is now available through the TransitionOccurrence object.
ActivityTable An activity table is an extended Hashtable with Activities as values and their corresponding activity instance identifiers as keys.
AxisClientHandler Handler for Axis web service invocation.
ConditionChecker This class is used to check conditions expressed in the XPath syntax.
Constants  
CredentialManager Credential manager for secured activities.
FaultToleranceHandler  
GenericWorkflowHandler A GenericWorkflowHandler controls one workflow.
GenericWorkflowHandlerFactory  
GenericWorkflowHandlerTable A workflow handler table is an extended Hashtable with GenericWorkflowHandlers as values and their corresponding workflow instance identifiers as keys.
GWESBasicLogger  
GWESEngine The GWES Engine is the main class of the Generic Workflow Execution Service (GWES), a generic workflow management framework.
GWESLogger This is an abstract class for logging all user access to the GWES engine, workflows and activities.
GWorkflowDLHandler The GWorkflowDLHandler is the dynamic and interactive workflow enactment machine for workflows described with the Generic Workflow Description Language (GWorkflowDL).
SOAPFault  
TokenParameter  
TokenParameterList  
TokenProcessor This class evaluates XPath expressions and generates tokens based on the evaluation result.
TokenUtils  
TransitionOccurrence  
TransitionOccurrence.DefaultNamespaceContext  
TransitionPriorityComparator Compares two transitions by means of its priority.
TransitionStatus ToDo: Currently the transition status represents the latest status change of an activity.
WorkflowModificationListener  
WorkflowStatus Status of Workflow
XMLDB Singleton pattern.
 

Enum Summary
Activity.Status Valid status for activities:
Status UNDEFINED.
GWESLogger.Event Type of event.
GWESLogger.EventOutcome Outcome of the event.
GWESLogger.Level Level of logging.
TokenParameter.Scope  
 

Package net.kwfgrid.gwes Description

This package contains the main Java classes of the Generic Workflow Execution Service. The Generic Workflow Execution Service (GWES) is a workflow engine for the invocation of workflows described using the Generic Workflow Description Language (GWorkflowDL). For further information about the Generic Workflow Execution Service please refer to:



Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.