GroupRest |
CollectionRestRepository.createAdminGroup(Context context,
javax.servlet.http.HttpServletRequest request,
Collection collection) |
This method will create an AdminGroup for the given Collection with the given Information through JSON
|
GroupRest |
CommunityRestRepository.createAdminGroup(Context context,
javax.servlet.http.HttpServletRequest request,
Community community) |
This method will create an AdminGroup for the given Community with the given Information through JSON
|
protected GroupRest |
GroupRestRepository.createAndReturn(Context context) |
|
GroupRest |
CollectionRestRepository.createBitstreamReadGroup(Context context,
javax.servlet.http.HttpServletRequest request,
Collection collection) |
This method will create an BitstreamReadGroup for the given Collection with the given Information through JSON
|
GroupRest |
CollectionRestRepository.createItemReadGroup(Context context,
javax.servlet.http.HttpServletRequest request,
Collection collection) |
This method will create an ItemReadGroup for the given Collection with the given Information through JSON
|
GroupRest |
CollectionRestRepository.createSubmitterGroup(Context context,
javax.servlet.http.HttpServletRequest request,
Collection collection) |
This method will create a SubmitterGroup for the given Collection with the given Information through JSON
|
GroupRest |
CollectionRestRepository.createWorkflowGroupForRole(Context context,
javax.servlet.http.HttpServletRequest request,
Collection collection,
String workflowRole) |
This method will create the WorkflowGroup for the given Collection and workflowRole
|
GroupRest |
GroupRestRepository.findOne(Context context,
UUID id) |
|
GroupRest |
CollectionAdminGroupLinkRepository.getAdminGroup(javax.servlet.http.HttpServletRequest request,
UUID collectionId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
This method is responsible for retrieving the AdminGroup of a Collection
|
GroupRest |
CommunityAdminGroupLinkRepository.getAdminGroup(javax.servlet.http.HttpServletRequest request,
UUID communityId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
This method is responsible for retrieving the AdminGroup of a Community
|
GroupRest |
CollectionBitstreamReadGroupLinkRepository.getBitstreamReadGroup(javax.servlet.http.HttpServletRequest request,
UUID collectionId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
This method is responsible for retrieving the BitstreamReadGroup of a Collection
|
GroupRest |
CollectionItemReadGroupLinkRepository.getItemReadGroup(javax.servlet.http.HttpServletRequest request,
UUID collectionId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
This method is responsible for retrieving the ItemReadGroup of a Collection
|
GroupRest |
CollectionSubmitterGroupLinkRepository.getSubmittersGroup(javax.servlet.http.HttpServletRequest request,
UUID collectionId,
org.springframework.data.domain.Pageable optionalPageable,
Projection projection) |
This method is responsible for retrieving the Submittergroup of a Collection
|
GroupRest |
CollectionRestRepository.getWorkflowGroupForRole(Context context,
Collection collection,
String workflowRole) |
This method will retrieve the GroupRest object for the workflowGroup for the given Collection and workflowRole
|