Uses of Class
org.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBase

Packages that use PropertyElementBase
org.gcube.common.searchservice.searchlibrary.resultset   
org.gcube.common.searchservice.searchlibrary.resultset.elements   
org.gcube.common.searchservice.searchlibrary.resultset.helpers   
 

Uses of PropertyElementBase in org.gcube.common.searchservice.searchlibrary.resultset
 

Methods in org.gcube.common.searchservice.searchlibrary.resultset with parameters of type PropertyElementBase
 void ResultSet.overrideProperties(PropertyElementBase[] properties)
          removes any existing properties and sets the new ones
 

Uses of PropertyElementBase in org.gcube.common.searchservice.searchlibrary.resultset.elements
 

Subclasses of PropertyElementBase in org.gcube.common.searchservice.searchlibrary.resultset.elements
 class PropertyElementEstimationCount
          Property Element that is used to set an estimation of the records in the ResultSet
 class PropertyElementGC
          Property Element that is used to set a specific ssid to the ResultSet
 class PropertyElementLifeSpanGC
          Property Element that is used to set a specific lifespan to the ResultSet
 class PropertyElementType
          Property Element that is used to set a specific type to the ResultSet
 class PropertyElementURIValidation
          Property Element that is used to specify an xsd used to validate the records that are inserted in the ResultSet
 class PropertyElementWellFormed
          Property Element that is used to set a specific the form of a text ResultSet
 class PropertyElementWSEPR
          Property Element that is used to add WSRF org.apache.axis.message.addressing.EndpointReferenceType serializations to the ResultSet head part
 class PropertyElementXSDContentValidation
          Property Element that is used to specify an xsd used to validate the records that are inserted in the ResultSet
 

Uses of PropertyElementBase in org.gcube.common.searchservice.searchlibrary.resultset.helpers
 

Methods in org.gcube.common.searchservice.searchlibrary.resultset.helpers with parameters of type PropertyElementBase
static org.w3c.dom.Document RSXMLHelper.addCustomProperty(org.w3c.dom.Document dom, PropertyElementBase prop)
          Adds the provided property to the respective placeholder in the provided DOM representation of the head part