Uses of Interface
org.gridprovenance.client.PQuery

Packages that use PQuery
org.gridprovenance.client   
org.gridprovenance.client.impl   
 

Uses of PQuery in org.gridprovenance.client
 

Methods in org.gridprovenance.client that return PQuery
 PQuery ProvenanceService.newPQuery(java.lang.String xPath1, java.util.Map namespaces1, java.lang.String xPath2, java.util.Map namespaces2)
          Create a new PQuery
 PQuery ProvenanceService.newPQuery(java.lang.String xPath1, java.lang.String xPath2, java.util.Map namespaces)
          Create a new PQuery
 

Uses of PQuery in org.gridprovenance.client.impl
 

Classes in org.gridprovenance.client.impl that implement PQuery
 class PQueryImpl
          An implement of Query interface
 

Methods in org.gridprovenance.client.impl that return PQuery
 PQuery ProvenanceServiceImpl.newPQuery(java.lang.String xPath1, java.util.Map namespace1, java.lang.String xPath2, java.util.Map namespace2)
           
 PQuery ProvenanceServiceImpl.newPQuery(java.lang.String xPath1, java.lang.String xPath2, java.util.Map namespace)