Uses of Class
org.dspace.app.rest.model.AuthorizationFeatureRest
Packages that use AuthorizationFeatureRest
Package
Description
-
Uses of AuthorizationFeatureRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return AuthorizationFeatureRestModifier and TypeMethodDescriptionAuthorizationFeatureConverter.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 AuthorizationFeatureRestModifierConstructorDescriptionAuthorizationFeatureResource(AuthorizationFeatureRest authzFeature, Utils utils) -
Uses of AuthorizationFeatureRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return AuthorizationFeatureRestModifier and TypeMethodDescriptionAuthorizationFeatureLinkRepository.getFeature(jakarta.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 AuthorizationFeatureRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AuthorizationFeatureRest>AuthorizationFeatureRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<AuthorizationFeatureRest>AuthorizationFeatureRestRepository.findByResourceType(String type, org.springframework.data.domain.Pageable pageable) AuthorizationFeatureRestRepository.getDomainClass()