Uses of Interface
de.danet.an.workflow.api.WorkflowService

Packages that use WorkflowService
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
 

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

Methods in de.danet.an.workflow.api that return WorkflowService
abstract  WorkflowService WorkflowServiceFactory.newWorkflowService()
          Creates a new instance of a WorkflowService.
 

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