| Modifier and Type | Method and Description |
|---|---|
EPersonRest |
EPersonConverter.fromModel(EPerson obj) |
EPersonRest |
EPersonConverter.fromModelWithGroups(Context context,
EPerson ePerson) |
protected EPersonRest |
EPersonConverter.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
EPerson |
EPersonConverter.toModel(EPersonRest obj) |
| Modifier and Type | Method and Description |
|---|---|
EPersonRest |
PoolTaskRest.getEperson() |
EPersonRest |
AuthenticationStatusRest.getEPersonRest() |
EPersonRest |
ClaimedTaskRest.getOwner() |
EPersonRest |
AInprogressSubmissionRest.getSubmitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
PoolTaskRest.setEperson(EPersonRest eperson) |
void |
AuthenticationStatusRest.setEPersonRest(EPersonRest ePersonRest) |
void |
ClaimedTaskRest.setOwner(EPersonRest owner) |
void |
AInprogressSubmissionRest.setSubmitter(EPersonRest submitter) |
| Constructor and Description |
|---|
AuthenticationStatusRest(EPersonRest eperson) |
| Constructor and Description |
|---|
EPersonResource(EPersonRest eperson,
Utils utils,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
protected EPersonRest |
EPersonRestRepository.createAndReturn(Context context) |
EPersonRest |
EPersonRestRepository.findByEmail(String email)
Find the eperson with the provided email address if any.
|
EPersonRest |
EPersonRestRepository.findOne(Context context,
UUID id) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<EPersonRest> |
EPersonRestRepository.findAll(Context context,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<EPersonRest> |
EPersonRestRepository.findByName(String q,
org.springframework.data.domain.Pageable pageable)
Find the epersons matching the query q parameter.
|
Class<EPersonRest> |
EPersonRestRepository.getDomainClass() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EPersonRestRepository.updateDSpaceObject(EPerson ePerson,
EPersonRest ePersonRest) |
EPersonResource |
EPersonRestRepository.wrapResource(EPersonRest eperson,
String... rels) |
| Modifier and Type | Method and Description |
|---|---|
protected EPersonRest |
EPersonPatch.replace(EPersonRest eperson,
Operation operation)
Performs the replace operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected EPersonRest |
EPersonPatch.replace(EPersonRest eperson,
Operation operation)
Performs the replace operation.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePatchOperation<EPersonRest> |
EPersonOperationFactory.getReplaceOperationForPath(String path)
Returns the patch instance for the replace operation (based on the operation path).
|
| Modifier and Type | Method and Description |
|---|---|
EPersonRest |
EPersonLoginReplaceOperation.replace(EPersonRest eperson,
Operation operation) |
EPersonRest |
EPersonCertificateReplaceOperation.replace(EPersonRest eperson,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
EPersonRest |
EPersonLoginReplaceOperation.replace(EPersonRest eperson,
Operation operation) |
EPersonRest |
EPersonCertificateReplaceOperation.replace(EPersonRest eperson,
Operation operation) |
Copyright © 2019 DuraSpace. All rights reserved.