Uses of Interface
org.apache.agila.services.BusinessProcessService

Packages that use BusinessProcessService
org.apache.agila.engine   
org.apache.agila.impl.dao   
org.apache.agila.services   
org.apache.agila.services.task   
 

Uses of BusinessProcessService in org.apache.agila.engine
 

Methods in org.apache.agila.engine with parameters of type BusinessProcessService
 void MessageProcessor.setBusinessProcessService(BusinessProcessService wm)
           
 

Constructors in org.apache.agila.engine with parameters of type BusinessProcessService
Engine(TokenService ts, InstanceService eiSvc, BusinessProcessService graphService, QueueService queue)
           
 

Uses of BusinessProcessService in org.apache.agila.impl.dao
 

Classes in org.apache.agila.impl.dao that implement BusinessProcessService
 class BusinessProcessServiceImpl
          A provide which delegates to an AgilaDAO for all of the detailed persistence methods.
 

Uses of BusinessProcessService in org.apache.agila.services
 

Classes in org.apache.agila.services that implement BusinessProcessService
 class AbstractBusinessProcessService
           
 

Methods in org.apache.agila.services with parameters of type BusinessProcessService
 void AbstractInstanceService.setBusinessProcessService(BusinessProcessService bps)
           
 

Uses of BusinessProcessService in org.apache.agila.services.task
 

Methods in org.apache.agila.services.task with parameters of type BusinessProcessService
 void AbstractTaskService.setBusinessProcessService(BusinessProcessService bps)
           
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.