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

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

Constructors in org.apache.ode.daohib.bpel with parameters of type HXmlData
XmlDataDaoImpl(SessionManager sm, HXmlData hobj)
           
 

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

Methods in org.apache.ode.daohib.bpel.hobj that return HXmlData
 HXmlData HVariableProperty.getXmlData()
           
 

Methods in org.apache.ode.daohib.bpel.hobj that return types with arguments of type HXmlData
 java.util.Set<HXmlData> HScope.getVariables()
          Get the variable values associated with this scope.
 

Methods in org.apache.ode.daohib.bpel.hobj with parameters of type HXmlData
 void HVariableProperty.setXmlData(HXmlData xmldata)
           
 

Method parameters in org.apache.ode.daohib.bpel.hobj with type arguments of type HXmlData
 void HScope.setVariables(java.util.Set<HXmlData> variables)
           
 

Constructors in org.apache.ode.daohib.bpel.hobj with parameters of type HXmlData
HVariableProperty(HXmlData var, java.lang.String name, java.lang.String value)
           
 



Copyright © 2015 WSO2. All Rights Reserved.