| Modifier and Type | Method and Description |
|---|---|
ItemRest |
ItemConverter.fromModel(Item obj) |
protected ItemRest |
ItemConverter.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
Item |
ItemConverter.toModel(ItemRest obj) |
| Modifier and Type | Method and Description |
|---|---|
ItemRest |
AInprogressSubmissionRest.getItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
AInprogressSubmissionRest.setItem(ItemRest item) |
| Constructor and Description |
|---|
ItemResource(ItemRest item,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemRest |
ItemRestRepository.createAndReturn(Context context) |
ItemRest |
ItemRestRepository.findOne(Context context,
UUID id) |
protected ItemRest |
ItemRestRepository.put(Context context,
javax.servlet.http.HttpServletRequest request,
String apiCategory,
String model,
UUID uuid,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<ItemRest> |
ItemRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
Class<ItemRest> |
ItemRestRepository.getDomainClass() |
org.springframework.data.domain.Page<ItemRest> |
BrowseItemLinkRepository.listBrowseItems(javax.servlet.http.HttpServletRequest request,
String browseName,
org.springframework.data.domain.Pageable pageable,
String projection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemRestRepository.updateDSpaceObject(Item item,
ItemRest itemRest) |
ItemResource |
ItemRestRepository.wrapResource(ItemRest item,
String... rels) |
ItemResource |
BrowseItemLinkRepository.wrapResource(ItemRest item,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemRest |
ItemPatch.replace(ItemRest item,
Operation operation)
Performs the replace operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected ItemRest |
ItemPatch.replace(ItemRest item,
Operation operation)
Performs the replace operation.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePatchOperation<ItemRest> |
ItemOperationFactory.getReplaceOperationForPath(String path)
Returns the patch instance for the replace operation (based on the operation path).
|
| Modifier and Type | Method and Description |
|---|---|
ItemRest |
ItemWithdrawReplaceOperation.replace(ItemRest item,
Operation operation) |
ItemRest |
ItemDiscoverableReplaceOperation.replace(ItemRest item,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
ItemRest |
ItemWithdrawReplaceOperation.replace(ItemRest item,
Operation operation) |
ItemRest |
ItemDiscoverableReplaceOperation.replace(ItemRest item,
Operation operation) |
Copyright © 2019 DuraSpace. All rights reserved.