protected ClaimedTaskRest |
ClaimedTaskRestRepository.createAndReturn(Context context,
List<String> list) |
|
protected T |
DSpaceRestRepository.createAndReturn(Context context) |
Method to implement to support the creation of a new instance.
|
protected T |
DSpaceRestRepository.createAndReturn(Context context,
List<String> list) |
Method to implement to support the creation of a new instance.
|
protected T |
DSpaceRestRepository.createAndReturn(Context context,
UUID uuid) |
Method to implement to support the creation of a new instance.
|
protected GroupRest |
GroupRestRepository.createAndReturn(Context context) |
|
protected IdentifierRest |
IdentifierRestRepository.createAndReturn(Context context,
List<String> list) |
Create (mint / queue for registration) a new persistent identifier of a given type (eg DOI) for an item
Currently, the only supported identifier type for this operation is "doi"
|
protected ItemRest |
ItemRestRepository.createAndReturn(Context context,
List<String> stringList) |
|
protected OrcidHistoryRest |
OrcidHistoryRestRepository.createAndReturn(Context context,
List<String> list) |
|
protected RelationshipRest |
RelationshipRestRepository.createAndReturn(Context context,
List<String> stringList) |
|
protected ResearcherProfileRest |
ResearcherProfileRestRepository.createAndReturn(Context context,
List<String> list) |
Create a new researcher profile claiming an already existing item.
|
protected VersionRest |
VersionRestRepository.createAndReturn(Context context,
List<String> stringList) |
|
protected WorkspaceItemRest |
WorkspaceItemRestRepository.createAndReturn(Context context,
List<String> stringList) |
|
protected void |
DSpaceRestRepository.delete(Context context,
ID id) |
Method to implement to support delete of a single object instance
|
protected void |
ProcessRestRepository.delete(Context context,
Integer integer) |
|
void |
RequestItemRepository.delete(Context context,
String token) |
|
protected void |
SupervisionOrderRestRepository.delete(Context context,
Integer id) |
|
protected void |
DSpaceRestRepository.patch(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
ID id,
Patch patch) |
Method to implement to allow partial update of the REST object via JSON Patch
|
protected void |
ResourcePolicyRestRepository.patch(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
Integer id,
Patch patch) |
|
protected CollectionRest |
CollectionRestRepository.put(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
UUID id,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
|
protected CommunityRest |
CommunityRestRepository.put(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
UUID id,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
|
protected T |
DSpaceRestRepository.put(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
ID id,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
Implement this method in the subclass to support updating a REST object.
|
protected T |
DSpaceRestRepository.put(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
ID id,
List<String> stringList) |
Implement this method in the subclass to support updating a DSpace instance.
|
protected ItemRest |
ItemRestRepository.put(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
UUID uuid,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
|
protected RelationshipRest |
RelationshipRestRepository.put(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
Integer id,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
Method to replace the metadata of a relationship (the left/right places and the leftward/rightward labels)
|
protected <S extends T> S |
DSpaceRestRepository.save(Context context,
S entity) |
Method to implement to support full update of a REST object.
|