Uses of Class
org.dspace.app.rest.model.AuthorizationFeatureRest
-
Packages that use AuthorizationFeatureRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of AuthorizationFeatureRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return AuthorizationFeatureRest Modifier and Type Method Description AuthorizationFeatureRestAuthorizationFeatureConverter. convert(AuthorizationFeature feature, Projection projection) -
Uses of AuthorizationFeatureRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type AuthorizationFeatureRest Constructor Description AuthorizationFeatureResource(AuthorizationFeatureRest authzFeature, Utils utils) -
Uses of AuthorizationFeatureRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return AuthorizationFeatureRest Modifier and Type Method Description AuthorizationFeatureRestAuthorizationFeatureRestRepository. findOne(org.dspace.core.Context context, String id)AuthorizationFeatureRestAuthorizationFeatureLinkRepository. getFeature(javax.servlet.http.HttpServletRequest request, String authzId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)Methods in org.dspace.app.rest.repository that return types with arguments of type AuthorizationFeatureRest Modifier and Type Method Description org.springframework.data.domain.Page<AuthorizationFeatureRest>AuthorizationFeatureRestRepository. findAll(org.dspace.core.Context context, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<AuthorizationFeatureRest>AuthorizationFeatureRestRepository. findByResourceType(String type, org.springframework.data.domain.Pageable pageable)Class<AuthorizationFeatureRest>AuthorizationFeatureRestRepository. getDomainClass()
-