Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties.MemberRegistration
-
-
Uses of MemberRegistration in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore that return MemberRegistration Modifier and Type Method Description MemberRegistrationOMRSCohortRegistryStore. retrieveLocalRegistration()Retrieve details of the local registration from the cohort registry store.MemberRegistrationOMRSCohortRegistryStore. retrieveRemoteRegistration(String metadataCollectionId)Return the registration information for a specific metadata repository, identified by its repository's metadata collection id.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore that return types with arguments of type MemberRegistration Modifier and Type Method Description List<MemberRegistration>OMRSCohortRegistryStore. retrieveRemoteRegistrations()Return a list of all the remote metadata repositories registered in the metadata repository cohort.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore with parameters of type MemberRegistration Modifier and Type Method Description voidOMRSCohortRegistryStore. saveLocalRegistration(MemberRegistration localRegistration)Save the local registration to the cohort registry store.voidOMRSCohortRegistryStore. saveRemoteRegistration(MemberRegistration remoteRegistration)Save details of a remote registration. -
Uses of MemberRegistration in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties that return MemberRegistration Modifier and Type Method Description MemberRegistrationCohortMembership. getLocalRegistration()Return the description of the local server's registration with the cohort.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties that return types with arguments of type MemberRegistration Modifier and Type Method Description List<MemberRegistration>CohortMembership. getRemoteRegistrations()Return details of each of the remote repositories registered with this cohort.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties with parameters of type MemberRegistration Modifier and Type Method Description voidCohortMembership. setLocalRegistration(MemberRegistration localRegistration)Set up the description of the local server's registration with the cohort.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties with type arguments of type MemberRegistration Modifier and Type Method Description voidCohortMembership. setRemoteRegistrations(List<MemberRegistration> remoteRegistrations)Set up details of each of the remote repositories registered with this cohort.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties with parameters of type MemberRegistration Constructor Description MemberRegistration(MemberRegistration template)Copy/clone constructor copies registration information from the template. -
Uses of MemberRegistration in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return MemberRegistration Modifier and Type Method Description MemberRegistrationCohortMembershipResponse. getCohortMember()Return the list of cohortMember.Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return types with arguments of type MemberRegistration Modifier and Type Method Description List<MemberRegistration>CohortMembershipListResponse. getCohortMembers()Return the list of cohortMembers.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type MemberRegistration Modifier and Type Method Description voidCohortMembershipResponse. setCohortMember(MemberRegistration cohortMember)Set up the list of cohortMember.Method parameters in org.odpi.openmetadata.repositoryservices.rest.properties with type arguments of type MemberRegistration Modifier and Type Method Description voidCohortMembershipListResponse. setCohortMembers(List<MemberRegistration> cohortMembers)Set up the list of cohortMembers.
-