Uses of Class
org.dspace.app.rest.model.ResourcePolicyRest
-
Packages that use ResourcePolicyRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository org.dspace.app.rest.submit.factory.impl -
-
Uses of ResourcePolicyRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ResourcePolicyRest Modifier and Type Method Description ResourcePolicyRestResourcePolicyConverter. convert(org.dspace.authorize.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 Constructor Description ResourcePolicyResource(ResourcePolicyRest resource, Utils utils) -
Uses of ResourcePolicyRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ResourcePolicyRest Modifier and Type Method Description protected ResourcePolicyRestResourcePolicyRestRepository. createAndReturn(org.dspace.core.Context context)ResourcePolicyRestResourcePolicyRestRepository. findOne(org.dspace.core.Context context, Integer id)Methods in org.dspace.app.rest.repository that return types with arguments of type ResourcePolicyRest Modifier and Type Method Description org.springframework.data.domain.Page<ResourcePolicyRest>ResourcePolicyRestRepository. findAll(org.dspace.core.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 actionClass<ResourcePolicyRest>ResourcePolicyRestRepository. 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 ResourcePolicyRest Modifier and Type Method Description protected Class<ResourcePolicyRest>BitstreamResourcePolicyReplacePatchOperation. getClassForEvaluation()
-