Uses of Class
org.dspace.app.rest.exception.RepositoryNotFoundException
-
Packages that use RepositoryNotFoundException Package Description org.dspace.app.rest.utils -
-
Uses of RepositoryNotFoundException in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that throw RepositoryNotFoundException Modifier and Type Method Description DSpaceRestRepositoryUtils. getResourceRepository(String apiCategory, String modelPlural)Retrieve theDSpaceRestRepositoryfor the specified category and model in the plural form as used in the endpoints.DSpaceRestRepositoryUtils. getResourceRepositoryByCategoryAndModel(String apiCategory, String modelSingular)Retrieve theDSpaceRestRepositoryfor the specified category and model.
-