org.apache.agila.dao
Interface InstanceDAO
- All Known Implementing Classes:
- InstanceDAOJdbc
public interface InstanceDAO
$Id: InstanceDAO.java 232595 2005-08-14 11:11:13Z clim $
newInstance
Instance newInstance(BusinessProcessID processID,
java.util.Map params)
throws InstanceException
- Throws:
InstanceException
saveInstance
void saveInstance(Instance instance)
throws InstanceException
- Throws:
InstanceException
getInstanceByID
Instance getInstanceByID(InstanceID id)
throws InstanceException
- Throws:
InstanceException
listInstanceInfo
java.util.List listInstanceInfo()
throws InstanceException
- Throws:
InstanceException
getInstanceServiceInfo
InstanceServiceInfo getInstanceServiceInfo()
throws InstanceException
- Throws:
InstanceException
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.