| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile | |
| org.odpi.openmetadata.accessservices.communityprofile.properties |
| Modifier and Type | Method and Description |
|---|---|
ExternalReference |
ExternalReferenceManagementInterface.getExternalReference(String userId,
String externalReferenceGUID)
Retrieve the external reference for this unique identifier (guid).
|
| Modifier and Type | Method and Description |
|---|---|
List<ExternalReference> |
ExternalReferenceManagementInterface.findExternalReferencesById(String userId,
String resourceId,
int startFrom,
int pageSize)
Retrieve the list of external references for this resourceId.
|
List<ExternalReference> |
ExternalReferenceManagementInterface.findExternalReferencesByURL(String userId,
String url,
int startFrom,
int pageSize)
Retrieve the list of external references for this URL.
|
List<ExternalReference> |
ExternalReferenceManagementInterface.retrieveAttachedExternalReferences(String userId,
String attachedToGUID,
int startFrom,
int pageSize)
Retrieve the list of external references attached to the supplied object.
|
| Constructor and Description |
|---|
ExternalReference(ExternalReference template)
Copy/clone constructor.
|
Copyright © 2018–2019 ODPi. All rights reserved.