| Package | Description |
|---|---|
| org.dspace.app.rest.repository.patch.factories | |
| org.dspace.app.rest.repository.patch.factories.impl |
| 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).
|
ResourcePatchOperation<EPersonRest> |
EPersonOperationFactory.getReplaceOperationForPath(String path)
Returns the patch instance for the replace operation (based on the operation path).
|
| Modifier and Type | Class and Description |
|---|---|
class |
EPersonCertificateReplaceOperation
Implementation for EPerson requires certificate patches.
|
class |
EPersonEmailReplaceOperation
Implementation for EPerson password patches.
|
class |
EPersonLoginReplaceOperation
Implementation for EPerson canLogin patches.
|
class |
EPersonNetidReplaceOperation
Implementation for EPerson netid patches.
|
class |
EPersonPasswordReplaceOperation
Implementation for EPerson password patches.
|
class |
ItemDiscoverableReplaceOperation
This is the implementation for Item resource patches.
|
class |
ItemWithdrawReplaceOperation
This is the implementation for Item resource patches.
|
class |
PatchOperation<R extends RestModel,T>
Base class for all resource patch operations.
|
class |
ReplacePatchOperation<R extends RestModel,T>
Base class for replace patch operations.
|
Copyright © 2019 DuraSpace. All rights reserved.