Uses of Class
com.epimorphics.webapi.PageInfo
-
Packages that use PageInfo Package Description com.epimorphics.rdfutil com.epimorphics.webapi -
-
Uses of PageInfo in com.epimorphics.rdfutil
Methods in com.epimorphics.rdfutil with parameters of type PageInfo Modifier and Type Method Description static StringQueryUtil. addPageLimits(String query, PageInfo pageInfo)Add limit/offset to query based on paging specification. -
Uses of PageInfo in com.epimorphics.webapi
Fields in com.epimorphics.webapi declared as PageInfo Modifier and Type Field Description protected PageInfoResultPage. pageInfoConstructors in com.epimorphics.webapi with parameters of type PageInfo Constructor Description ResultPage(PageInfo pageInfo, List<org.apache.jena.rdf.model.Resource> results)ResultPage(PageInfo pageInfo, org.apache.jena.rdf.model.Resource[] resultsArray)
-