Uses of Class
org.dspace.app.rest.model.GroupRest
-
Packages that use GroupRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of GroupRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return GroupRest Modifier and Type Method Description GroupRestGroupConverter. convert(Group obj, Projection projection)protected GroupRestGroupConverter. newInstance() -
Uses of GroupRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return GroupRest Modifier and Type Method Description GroupRestPoolTaskRest. getGroup()GroupRestResourcePolicyRest. getGroup()Methods in org.dspace.app.rest.model with parameters of type GroupRest Modifier and Type Method Description voidPoolTaskRest. setGroup(GroupRest group)voidResourcePolicyRest. setGroup(GroupRest group) -
Uses of GroupRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type GroupRest Constructor Description GroupResource(GroupRest group, Utils utils) -
Uses of GroupRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return GroupRest Modifier and Type Method Description protected GroupRestGroupRestRepository. createAndReturn(Context context)GroupRestGroupRestRepository. findOne(Context context, UUID id)Methods in org.dspace.app.rest.repository that return types with arguments of type GroupRest Modifier and Type Method Description org.springframework.data.domain.Page<GroupRest>GroupRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<GroupRest>GroupRestRepository. getDomainClass()org.springframework.data.domain.Page<GroupRest>EPersonGroupLinkRepository. getGroups(javax.servlet.http.HttpServletRequest request, UUID epersonId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)org.springframework.data.domain.Page<GroupRest>GroupGroupLinkRepository. getGroups(javax.servlet.http.HttpServletRequest request, UUID groupId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)
-