Uses of Interface
org.apache.ode.bpel.dao.XmlDataDAO

Uses of XmlDataDAO in org.apache.ode.bpel.dao
 

Methods in org.apache.ode.bpel.dao that return XmlDataDAO
 XmlDataDAO ScopeDAO.getVariable(java.lang.String varName)
          Get a variable by name.
 XmlDataDAO[] ProcessInstanceDAO.getVariables(java.lang.String variableName, int scopeModelId)
          Returns all variable instances matching the variable name for a specified scope.
 

Methods in org.apache.ode.bpel.dao that return types with arguments of type XmlDataDAO
 java.util.Collection<XmlDataDAO> ScopeDAO.getVariables()
          Get a colleciton of all the variables belonging to this scope.
 java.util.Set<XmlDataDAO> ScopeDAO.getVariablesDTOs()
          These are transient objects
 

Method parameters in org.apache.ode.bpel.dao with type arguments of type XmlDataDAO
 void ScopeDAO.setVariables(java.util.List<XmlDataDAO> variables)
           
 



Copyright © 2015 WSO2. All Rights Reserved.