Uses of Interface
org.apache.agila.engine.Instance

Packages that use Instance
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 Instance in org.apache.agila.dao
 

Methods in org.apache.agila.dao that return Instance
 Instance InstanceDAO.getInstanceByID(InstanceID id)
           
 Instance InstanceDAO.newInstance(BusinessProcessID processID, java.util.Map params)
           
 

Methods in org.apache.agila.dao with parameters of type Instance
 void InstanceDAO.saveInstance(Instance instance)
           
 

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

Methods in org.apache.agila.dao.jdbc that return Instance
 Instance InstanceDAOJdbc.getInstanceByID(InstanceID id)
           
 Instance InstanceDAOJdbc.newInstance(BusinessProcessID processID, java.util.Map params)
           
 

Methods in org.apache.agila.dao.jdbc with parameters of type Instance
 void InstanceDAOJdbc.saveInstance(Instance instance)
           
 

Uses of Instance in org.apache.agila.impl
 

Classes in org.apache.agila.impl that implement Instance
 class InstanceImpl
           
 

Constructors in org.apache.agila.impl with parameters of type Instance
InstanceImpl(Instance instance)
           
NodeContextImpl(Node node, Instance instance, TimerService timer, TaskService task, NotificationService notificationService)
           
 

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

Methods in org.apache.agila.impl.dao that return Instance
 Instance AgilaDAO.getInstanceByID(InstanceID id)
           
protected  Instance InstanceServiceImpl.internalCreate(BusinessProcessID processID, java.util.Map params)
          Method to create a new instance.
protected  Instance InstanceServiceImpl.internalGetByID(InstanceID id)
          returns an instance by ID from the persistence store
 Instance AgilaDAO.newInstance(BusinessProcessID processID, java.util.Map params)
           
 

Methods in org.apache.agila.impl.dao with parameters of type Instance
protected  void InstanceServiceImpl.internalSave(Instance instance)
          Method to save an instance (update/persiste).
 void AgilaDAO.saveInstance(Instance instance)
           
 

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

Methods in org.apache.agila.impl.memory that return Instance
protected  Instance InstanceServiceImpl.internalCreate(BusinessProcessID processID, java.util.Map params)
          Method to create a new instance.
protected  Instance InstanceServiceImpl.internalGetByID(InstanceID id)
          returns an instance by ID from the persistence store
 

Methods in org.apache.agila.impl.memory with parameters of type Instance
protected  void InstanceServiceImpl.internalSave(Instance instance)
          Method to save an instance (update/persiste).
 

Uses of Instance in org.apache.agila.services
 

Methods in org.apache.agila.services that return Instance
 Instance InstanceService.getInstanceByID(InstanceID id)
           
 Instance AbstractInstanceService.getInstanceByID(InstanceID id)
           
protected abstract  Instance AbstractInstanceService.internalCreate(BusinessProcessID processID, java.util.Map params)
          Method to create a new instance.
protected abstract  Instance AbstractInstanceService.internalGetByID(InstanceID id)
          returns an instance by ID from the persistence store
 

Methods in org.apache.agila.services with parameters of type Instance
protected abstract  void AbstractInstanceService.internalSave(Instance instance)
          Method to save an instance (update/persiste).
 void InstanceService.save(Instance instance)
           
 void AbstractInstanceService.save(Instance instance)
           
 

Constructors in org.apache.agila.services with parameters of type Instance
InstanceInfo(Instance inst)
           
 

Uses of Instance in org.apache.agila.util
 

Methods in org.apache.agila.util that return Instance
 Instance JDBCUtil.getInstanceByID(InstanceID instanceID)
           
 Instance JDBCUtil.newInstance(BusinessProcessID businessProcessID, java.util.Map params)
          Inserts a new instance in the database
 

Methods in org.apache.agila.util with parameters of type Instance
 void JDBCUtil.saveInstance(Instance instance)
           
 



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