- 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 /?
- 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 /?
- 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 /?
- 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?
- 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?
- 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?