Uses of Class
org.apache.ode.daohib.bpel.hobj.HProcessInstance

Packages that use HProcessInstance
org.apache.ode.daohib.bpel An implementation of the BPEL data access objects (DAO) api using hibernate. 
org.apache.ode.daohib.bpel.hobj Hibernate POJOs for bpel. 
 

Uses of HProcessInstance in org.apache.ode.daohib.bpel
 

Method parameters in org.apache.ode.daohib.bpel with type arguments of type HProcessInstance
 int ProcessDaoImpl.deleteInstances(java.util.Collection<HProcessInstance> instances, java.util.Set<ProcessConf.CLEANUP_CATEGORY> categories)
           
 

Constructors in org.apache.ode.daohib.bpel with parameters of type HProcessInstance
ProcessInstanceDaoImpl(SessionManager sm, HProcessInstance instance)
           
 

Uses of HProcessInstance in org.apache.ode.daohib.bpel.hobj
 

Methods in org.apache.ode.daohib.bpel.hobj that return HProcessInstance
 HProcessInstance HCorrelationSet.getInstance()
           
 HProcessInstance HXmlData.getInstance()
           
 HProcessInstance HCorrelatorSelector.getInstance()
           
 HProcessInstance HBpelEvent.getInstance()
           
 HProcessInstance HScope.getInstance()
          Get the HProcessInstance to which this scope object belongs.
 HProcessInstance HMessageExchange.getInstance()
           
 HProcessInstance HActivityRecovery.getInstance()
          Get the HProcessInstance to which this scope object belongs.
 

Methods in org.apache.ode.daohib.bpel.hobj that return types with arguments of type HProcessInstance
 java.util.Collection<HProcessInstance> HProcess.getInstances()
           
 

Methods in org.apache.ode.daohib.bpel.hobj with parameters of type HProcessInstance
 void HCorrelationSet.setInstance(HProcessInstance instance)
           
 void HXmlData.setInstance(HProcessInstance instance)
           
 void HCorrelatorSelector.setInstance(HProcessInstance instance)
           
 void HBpelEvent.setInstance(HProcessInstance instance)
           
 void HScope.setInstance(HProcessInstance instance)
           
 void HMessageExchange.setInstance(HProcessInstance instance)
           
 void HActivityRecovery.setInstance(HProcessInstance instance)
           
 

Method parameters in org.apache.ode.daohib.bpel.hobj with type arguments of type HProcessInstance
 void HProcess.setInstances(java.util.Collection<HProcessInstance> instances)
           
 



Copyright © 2015 WSO2. All Rights Reserved.