Uses of Interface
de.danet.an.workflow.omgcore.WfAuditHandler

Packages that use WfAuditHandler
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
de.danet.an.workflow.omgcore This package defines the core domain of a workflow management system.  
 

Uses of WfAuditHandler in de.danet.an.workflow.api
 

Subinterfaces of WfAuditHandler in de.danet.an.workflow.api
 interface Activity
          Interface Activity adds some functions to the OMG activity.
 

Classes in de.danet.an.workflow.api that implement WfAuditHandler
 class DefaultRequester
          This class provides an implementation of a WfRequester.
 

Methods in de.danet.an.workflow.api with parameters of type WfAuditHandler
 WfObject WorkflowService.eventReceiver(WfAuditHandler handler)
          Deprecated. since version 1.3.2. Use createEventSubscriber instead and set a handler for the object thus obtained
 void EventSubscriber.setEventHandler(WfAuditHandler handler)
          Sets a handler for received events that is automatically invoked.
 

Constructors in de.danet.an.workflow.api with parameters of type WfAuditHandler
DefaultRequester(WorkflowService wfs, WfAuditHandler hdlr)
          Creates a DefaultRequester for use with the given workflow service.
 

Uses of WfAuditHandler in de.danet.an.workflow.omgcore
 

Subinterfaces of WfAuditHandler in de.danet.an.workflow.omgcore
 interface WfActivity
          WfActivity is a step in a process that is associated, as part of an aggregation, with a single WfProcess.
 interface WfRequester
          WfRequester is the interface that has a direct concern with the execution and results of a workflow process.