public class ExternalReferencesHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
List<ExternalReference> |
retrieveExternalReferences(String userId,
String attachedEntityGUID)
Retrieve the list of external references for this entity.
|
void |
storeExternalReferences(String userId,
String attachedEntityGUID,
List<ExternalReference> externalReferences)
Store the list of external references.
|
public void storeExternalReferences(String userId, String attachedEntityGUID, List<ExternalReference> externalReferences) throws UnrecognizedGUIDException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException
userId - the name of the calling user.attachedEntityGUID - entity linked to external referencesexternalReferences - links to addition information. This could be, for example, the home page
for the governance officer, or details of the role.UnrecognizedGUIDException - the entity GUID is not recognized by the server.InvalidParameterException - the external references are not correctly specified, or are null.PropertyServerException - the server is not available.UserNotAuthorizedException - the calling user is not authorized to issue the call.public List<ExternalReference> retrieveExternalReferences(String userId, String attachedEntityGUID) throws UnrecognizedGUIDException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException
userId - the name of the calling user.attachedEntityGUID - entity linked to external referencesUnrecognizedGUIDException - the entity GUID is not recognized by the server.InvalidParameterException - the external references are not correctly specified, or are null.PropertyServerException - the server is not available.UserNotAuthorizedException - the calling user is not authorized to issue the call.Copyright © 2017–2018 ODPi. All rights reserved.