| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile.api |
The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to
maintain information associated with individuals and communities.
|
| org.odpi.openmetadata.accessservices.communityprofile.metadataelement |
| Modifier and Type | Method and Description |
|---|---|
ExternalReferenceElement |
ExternalReferenceManagementInterface.getExternalReferenceByGUID(String userId,
String externalReferenceGUID)
Return information about a specific external reference.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExternalReferenceElement> |
ExternalReferenceManagementInterface.findExternalReferencesById(String userId,
String resourceId,
int startFrom,
int pageSize)
Retrieve the list of external references for this resourceId.
|
List<ExternalReferenceElement> |
ExternalReferenceManagementInterface.findExternalReferencesByURL(String userId,
String url,
int startFrom,
int pageSize)
Retrieve the list of external references for this URL.
|
List<ExternalReferenceElement> |
ExternalReferenceManagementInterface.retrieveAttachedExternalReferences(String userId,
String attachedToGUID,
int startFrom,
int pageSize)
Retrieve the list of external references attached to the supplied object.
|
| Constructor and Description |
|---|
ExternalReferenceElement(ExternalReferenceElement template)
Copy/clone Constructor - the resulting object.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.