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

Packages that use HScope
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 HScope in org.apache.ode.daohib.bpel
 

Constructors in org.apache.ode.daohib.bpel with parameters of type HScope
ScopeDaoImpl(SessionManager sm, HScope scope)
           
 

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

Methods in org.apache.ode.daohib.bpel.hobj that return HScope
 HScope HScope.getParentScope()
          Get the "parent" HScope of this scope.
 HScope HCorrelationSet.getScope()
           
 HScope HXmlData.getScope()
           
 HScope HPartnerLink.getScope()
           
 

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

Methods in org.apache.ode.daohib.bpel.hobj with parameters of type HScope
 void HScope.setParentScope(HScope parentScope)
           
 void HCorrelationSet.setScope(HScope scope)
           
 void HXmlData.setScope(HScope scope)
           
 void HPartnerLink.setScope(HScope scope)
           
 

Method parameters in org.apache.ode.daohib.bpel.hobj with type arguments of type HScope
 void HProcessInstance.setScopes(java.util.Collection<HScope> scopes)
           
 

Constructors in org.apache.ode.daohib.bpel.hobj with parameters of type HScope
HCorrelationSet(HScope scope, java.lang.String name)
           
 



Copyright © 2015 WSO2. All Rights Reserved.