| Modifier and Type | Method and Description |
|---|---|
MemberRegistration |
OMRSCohortRegistryStore.retrieveLocalRegistration()
Retrieve details of the local registration from the cohort registry store.
|
MemberRegistration |
OMRSCohortRegistryStore.retrieveRemoteRegistration(String metadataCollectionId)
Return the registration information for a specific metadata repository, identified by its repository's
metadata collection Id.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberRegistration> |
OMRSCohortRegistryStore.retrieveRemoteRegistrations()
Return a list of all of the remote metadata repositories registered in the metadata repository cohort.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSCohortRegistryStore.saveLocalRegistration(MemberRegistration localRegistration)
Save the local registration to the cohort registry store.
|
void |
OMRSCohortRegistryStore.saveRemoteRegistration(MemberRegistration remoteRegistration)
Save details of a remote registration.
|
| Modifier and Type | Method and Description |
|---|---|
MemberRegistration |
CohortMembership.getLocalRegistration()
Return the description of the local server's registration with the cohort.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberRegistration> |
CohortMembership.getRemoteRegistrations()
Return details of each of the remote repositories registered with this cohort.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CohortMembership.setLocalRegistration(MemberRegistration localRegistration)
Set up the description of the local server's registration with the cohort.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CohortMembership.setRemoteRegistrations(List<MemberRegistration> remoteRegistrations)
Set up details of each of the remote repositories registered with this cohort.
|
| Constructor and Description |
|---|
MemberRegistration(MemberRegistration template)
Copy/clone constructor copies registration information from the template.
|
| Modifier and Type | Method and Description |
|---|---|
MemberRegistration |
CohortMembershipResponse.getCohortMember()
Return the list of cohortMember.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberRegistration> |
CohortMembershipListResponse.getCohortMembers()
Return the list of cohortMembers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CohortMembershipResponse.setCohortMember(MemberRegistration cohortMember)
Set up the list of cohortMember.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CohortMembershipListResponse.setCohortMembers(List<MemberRegistration> cohortMembers)
Set up the list of cohortMembers.
|
Copyright © 2018–2019 ODPi. All rights reserved.