org.apache.agila.dao
Interface BusinessProcessDAO

All Known Implementing Classes:
BusinessProcessDAOJdbc

public interface BusinessProcessDAO

$Id: BusinessProcessDAO.java 232595 2005-08-14 11:11:13Z clim $


Method Summary
 BusinessProcessID addGraph(BusinessProcess graph)
           
 java.util.List getAllProcessGraphs()
           
 BusinessProcess getGraphByID(BusinessProcessID id)
           
 BusinessProcessID getGraphIDByName(java.lang.String name)
           
 

Method Detail

addGraph

BusinessProcessID addGraph(BusinessProcess graph)
                           throws BusinessProcessException
Throws:
BusinessProcessException

getGraphByID

BusinessProcess getGraphByID(BusinessProcessID id)
                             throws BusinessProcessException
Throws:
BusinessProcessException

getAllProcessGraphs

java.util.List getAllProcessGraphs()
                                   throws BusinessProcessException
Throws:
BusinessProcessException

getGraphIDByName

BusinessProcessID getGraphIDByName(java.lang.String name)
                                   throws BusinessProcessException
Throws:
BusinessProcessException


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