Uses of Class
org.alfresco.search.sql.model.SQLResultSetPaging
-
Packages that use SQLResultSetPaging Package Description org.alfresco.search.sql.handler org.alfresco.search.sql.model -
-
Uses of SQLResultSetPaging in org.alfresco.search.sql.handler
Methods in org.alfresco.search.sql.handler that return types with arguments of type SQLResultSetPaging Modifier and Type Method Description org.springframework.http.ResponseEntity<SQLResultSetPaging>SqlApi. search(@Valid SQLSearchRequest queryBody) -
Uses of SQLResultSetPaging in org.alfresco.search.sql.model
Methods in org.alfresco.search.sql.model that return SQLResultSetPaging Modifier and Type Method Description SQLResultSetPagingSQLResultSetPaging. list(SQLResultSetPagingList list)
-