Uses of Class
org.dspace.app.rest.model.ResourcePolicyRest
Packages that use ResourcePolicyRest
Package
Description
-
Uses of ResourcePolicyRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ResourcePolicyRestModifier and TypeMethodDescriptionResourcePolicyConverter.convert(ResourcePolicy obj, Projection projection) -
Uses of ResourcePolicyRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type ResourcePolicyRest -
Uses of ResourcePolicyRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ResourcePolicyRestModifier and TypeMethodDescriptionprotected ResourcePolicyRestResourcePolicyRestRepository.createAndReturn(Context context) Methods in org.dspace.app.rest.repository that return types with arguments of type ResourcePolicyRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ResourcePolicyRest>ResourcePolicyRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ResourcePolicyRest>ResourcePolicyRestRepository.findByEPerson(UUID epersonUuid, UUID resourceUuid, org.springframework.data.domain.Pageable pageable) Find the resource policies matching uuid of the eperson and/or the one specified resource objectorg.springframework.data.domain.Page<ResourcePolicyRest>ResourcePolicyRestRepository.findByGroup(UUID groupUuid, UUID resourceUuid, org.springframework.data.domain.Pageable pageable) Find the resource policies matching uuid of the group and/or the ones specified resource objectorg.springframework.data.domain.Page<ResourcePolicyRest>ResourcePolicyRestRepository.findByResource(UUID resourceUuid, String action, org.springframework.data.domain.Pageable pageable) Find the resource policies matching the uuid of the resource object and/or the specified actionResourcePolicyRestRepository.getDomainClass() -
Uses of ResourcePolicyRest in org.dspace.app.rest.submit.factory.impl
Methods in org.dspace.app.rest.submit.factory.impl that return types with arguments of type ResourcePolicyRestModifier and TypeMethodDescriptionprotected Class<ResourcePolicyRest>BitstreamResourcePolicyReplacePatchOperation.getClassForEvaluation()