Uses of Interface
org.apache.agila.model.BusinessProcess

Packages that use BusinessProcess
org.apache.agila.dao   
org.apache.agila.dao.jdbc   
org.apache.agila.impl Holds platform specific implementations 
org.apache.agila.impl.dao   
org.apache.agila.impl.memory   
org.apache.agila.services   
org.apache.agila.util   
 

Uses of BusinessProcess in org.apache.agila.dao
 

Methods in org.apache.agila.dao that return BusinessProcess
 BusinessProcess BusinessProcessDAO.getGraphByID(BusinessProcessID id)
           
 

Methods in org.apache.agila.dao with parameters of type BusinessProcess
 BusinessProcessID BusinessProcessDAO.addGraph(BusinessProcess graph)
           
 

Uses of BusinessProcess in org.apache.agila.dao.jdbc
 

Methods in org.apache.agila.dao.jdbc that return BusinessProcess
 BusinessProcess BusinessProcessDAOJdbc.getGraphByID(BusinessProcessID businessProcessID)
           
 

Methods in org.apache.agila.dao.jdbc with parameters of type BusinessProcess
 BusinessProcessID BusinessProcessDAOJdbc.addGraph(BusinessProcess graph)
           
 

Uses of BusinessProcess in org.apache.agila.impl
 

Classes in org.apache.agila.impl that implement BusinessProcess
 class BusinessProcessImpl
          simple implementation of a business process.
 

Constructors in org.apache.agila.impl with parameters of type BusinessProcess
BusinessProcessImpl(BusinessProcess businessProcess)
           
 

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

Methods in org.apache.agila.impl.dao that return BusinessProcess
 BusinessProcess AgilaDAO.getGraphByID(BusinessProcessID id)
           
protected  BusinessProcess BusinessProcessServiceImpl.internalGetByID(BusinessProcessID id)
          returns a saved graph
 

Methods in org.apache.agila.impl.dao with parameters of type BusinessProcess
 BusinessProcessID AgilaDAO.addGraph(BusinessProcess graph)
           
protected  BusinessProcessID BusinessProcessServiceImpl.internalAddGraph(BusinessProcess graph)
          Takes a graph and adds it to the persistent store, returning it's new ID.
 

Uses of BusinessProcess in org.apache.agila.impl.memory
 

Methods in org.apache.agila.impl.memory that return BusinessProcess
protected  BusinessProcess BusinessProcessServiceImpl.internalGetByID(BusinessProcessID id)
          returns a saved graph
 

Methods in org.apache.agila.impl.memory with parameters of type BusinessProcess
protected  BusinessProcessID BusinessProcessServiceImpl.internalAddGraph(BusinessProcess graph)
          Takes a graph and adds it to the persistent store, returning it's new ID.
 

Uses of BusinessProcess in org.apache.agila.services
 

Methods in org.apache.agila.services that return BusinessProcess
 BusinessProcess BusinessProcessService.getGraphByID(BusinessProcessID id)
          Returns a BusinessProcess for the given id.
 BusinessProcess AbstractBusinessProcessService.getGraphByID(BusinessProcessID id)
           
protected abstract  BusinessProcess AbstractBusinessProcessService.internalGetByID(BusinessProcessID id)
          returns a saved graph
 

Methods in org.apache.agila.services with parameters of type BusinessProcess
 BusinessProcessID BusinessProcessService.addGraph(BusinessProcess graph)
          Adds a new graph to the system, returning the ID assigned to that graph.
 BusinessProcessID AbstractBusinessProcessService.addGraph(BusinessProcess graph)
           
protected abstract  BusinessProcessID AbstractBusinessProcessService.internalAddGraph(BusinessProcess graph)
          Takes a graph and adds it to the persistent store, returning it's new ID.
 

Constructors in org.apache.agila.services with parameters of type BusinessProcess
BusinessProcessInfo(BusinessProcess bp)
           
 

Uses of BusinessProcess in org.apache.agila.util
 

Methods in org.apache.agila.util that return BusinessProcess
static BusinessProcess XMLUtil.deserializeXML(java.io.Reader doc)
          Turns an XML document of a workflow specification into a BusinessProcess object
 BusinessProcess JDBCUtil.getGraphByID(BusinessProcessID businessProcessID)
           
 

Methods in org.apache.agila.util with parameters of type BusinessProcess
 BusinessProcessID JDBCUtil.addGraph(BusinessProcess businessProcess)
           
 



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