- findAll() - Method in class org.resthub.web.controller.RepositoryBasedRestController
-
Find all resources, and return the full collection (plain list not paginated)
REST webservice published : GET /?page=no
- findAll() - Method in interface org.resthub.web.controller.RestController
-
Find all resources, and return the full collection (plain list not paginated)
REST webservice published : GET /?page=no
- findAll() - Method in class org.resthub.web.controller.ServiceBasedRestController
-
Find all resources, and return the full collection (plain list not paginated)
REST webservice published : GET /?page=no
- findAllXml() - Method in class org.resthub.web.controller.RepositoryBasedRestController
-
XML findAll is currently unimplemented, see https://github.com/FasterXML/jackson-dataformat-xml/issues/38 for more details
- findAllXml() - Method in interface org.resthub.web.controller.RestController
-
XML findAll is currently unimplemented, see https://github.com/FasterXML/jackson-dataformat-xml/issues/38 for more details
- findAllXml() - Method in class org.resthub.web.controller.ServiceBasedRestController
-
XML findAll is currently unimplemented, see https://github.com/FasterXML/jackson-dataformat-xml/issues/38 for more details
- findById(ID) - Method in class org.resthub.web.controller.RepositoryBasedRestController
-
Find a resource by its identifier
REST webservice published : GET /{id}
- findById(ID) - Method in interface org.resthub.web.controller.RestController
-
Find a resource by its identifier
REST webservice published : GET /{id}
- findById(ID) - Method in class org.resthub.web.controller.ServiceBasedRestController
-
Find a resource by its identifier
REST webservice published : GET /{id}
- findPaginated(Integer, Integer, String, String) - Method in class org.resthub.web.controller.RepositoryBasedRestController
-
Find all resources, and return a paginated and optionaly sorted collection
REST webservice published : GET /search?page=0&size=20 or GET /search?page=0&size=20&direction=desc&properties=name
- findPaginated(Integer, Integer, String, String) - Method in interface org.resthub.web.controller.RestController
-
Find all resources, and return a paginated and optionaly sorted collection
REST webservice published : GET /search?page=0&size=20 or GET /search?page=0&size=20&direction=desc&properties=name
- findPaginated(Integer, Integer, String, String) - Method in class org.resthub.web.controller.ServiceBasedRestController
-
Find all resources, and return a paginated and optionaly sorted collection
REST webservice published : GET /search?page=0&size=20 or GET /search?page=0&size=20&direction=desc&properties=name