public class OMRSClient extends Object
GlossaryViewOmasException is built and thrown.| Modifier and Type | Field and Description |
|---|---|
protected GlossaryViewInstanceHandler |
instanceHandler |
| Constructor and Description |
|---|
OMRSClient() |
| Modifier and Type | Method and Description |
|---|---|
protected List<EntityDetail> |
getAllEntityDetails(String userId,
String serverName,
String entityTypeGUID,
Integer from,
Integer size,
String methodName)
Extract all entity definitions
|
protected Optional<EntityDetail> |
getEntityDetail(String userId,
String serverName,
String guid,
String entityTypeName,
String methodName)
Extract an entity detail for the given GUID
|
protected List<EntityDetail> |
getRelatedEntities(String userId,
String serverName,
String entityGUID,
String entityTypeName,
String relationshipTypeGUID,
String relationshipTypeName,
Integer from,
Integer size,
String methodName)
Extract entities related to provided guid
|
protected List<EntityDetail> |
getSubEntities(String userId,
String serverName,
String entityGUID,
String entityTypeName,
boolean anchorAtEnd1,
String relationshipTypeGUID,
String relationshipTypeName,
Integer from,
Integer size,
String methodName)
Extract entities related to provided guid
|
protected GlossaryViewInstanceHandler instanceHandler
protected Optional<EntityDetail> getEntityDetail(String userId, String serverName, String guid, String entityTypeName, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException, GlossaryViewOmasException
userId - calling userserverName - instance to callguid - entity to extractentityTypeName - entity type namemethodName - calling methodGlossaryViewOmasException - if any exception is thrown from repository level, other than InvalidParameterException,
UserNotAuthorizedException or PropertyServerExceptionInvalidParameterExceptionUserNotAuthorizedExceptionPropertyServerExceptionprotected List<EntityDetail> getRelatedEntities(String userId, String serverName, String entityGUID, String entityTypeName, String relationshipTypeGUID, String relationshipTypeName, Integer from, Integer size, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException, GlossaryViewOmasException
userId - calling userserverName - instance to callentityGUID - target entityentityTypeName - entity type namerelationshipTypeGUID - relationship type guid to navigaterelationshipTypeName - relationship type name to navigatefrom - fromsize - sizemethodName - calling methodGlossaryViewOmasException - if any exception is thrown from repository level, other than InvalidParameterException,
UserNotAuthorizedException or PropertyServerExceptionInvalidParameterExceptionUserNotAuthorizedExceptionPropertyServerExceptionprotected List<EntityDetail> getSubEntities(String userId, String serverName, String entityGUID, String entityTypeName, boolean anchorAtEnd1, String relationshipTypeGUID, String relationshipTypeName, Integer from, Integer size, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException, GlossaryViewOmasException
userId - calling userserverName - instance to callentityGUID - target entityentityTypeName - entity type nameanchorAtEnd1 - which end should the target entity be atrelationshipTypeGUID - relationship type guid to navigaterelationshipTypeName - relationship type name to navigatefrom - fromsize - sizemethodName - calling methodGlossaryViewOmasException - if any exception is thrown from repository level, other than InvalidParameterException,
UserNotAuthorizedException or PropertyServerExceptionInvalidParameterExceptionUserNotAuthorizedExceptionPropertyServerExceptionprotected List<EntityDetail> getAllEntityDetails(String userId, String serverName, String entityTypeGUID, Integer from, Integer size, String methodName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException, GlossaryViewOmasException
userId - calling userserverName - instance to callentityTypeGUID - entity typefrom - fromsize - sizemethodName - calling methodGlossaryViewOmasException - if any exception is thrown from repository level, other than InvalidParameterException,
UserNotAuthorizedException or PropertyServerExceptionInvalidParameterExceptionUserNotAuthorizedExceptionPropertyServerExceptionCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.