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

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

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

Methods in org.gcube.common.searchservice.searchlibrary.resultset.elements that return HeaderRef
 HeaderRef ResultSetRef.getCurrentHeader()
          Retrieves info of the current header
 

Methods in org.gcube.common.searchservice.searchlibrary.resultset.elements with parameters of type HeaderRef
 void ResultSetRef.setCurrentHeader(HeaderRef header)
          Sets the header info that is current
 

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

Methods in org.gcube.common.searchservice.searchlibrary.resultset.helpers that return HeaderRef
static HeaderRef RSFileHelper.populateHeader(java.lang.String filename)
          Populates a header info class instance from the content of the provided file
 

Methods in org.gcube.common.searchservice.searchlibrary.resultset.helpers with parameters of type HeaderRef
static void RSFileHelper.persistHeader(HeaderRef header)
          Persists a header file with the information available in its argument