public class OMRSClient extends Object
OMRSExceptionWrapper and OMRSRuntimeExceptionWrapper for details| 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 Optional<OMRSRepositoryHelper> |
getOMRSRepositoryHelper(String userId,
String serverName,
String serviceOperationName)
Returns the repository helper for the given serverName
|
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 Optional<EntityDetail> getEntityDetail(String userId, String serverName, String guid, String entityTypeName, String methodName) throws GlossaryViewOmasException
userId - calling userserverName - instance to callguid - entity to extractentityTypeName - entity type nameGlossaryViewOmasException - if any exception is thrown from repository levelprotected List<EntityDetail> getRelatedEntities(String userId, String serverName, String entityGUID, String entityTypeName, String relationshipTypeGUID, String relationshipTypeName, Integer from, Integer size, String methodName) throws GlossaryViewOmasException
userId - calling userserverName - instance to callentityGUID - target entityrelationshipTypeGUID - relationship type guid to navigaterelationshipTypeName - relationship type name to navigatefrom - fromsize - sizeGlossaryViewOmasException - if any exception is thrown from repository levelprotected List<EntityDetail> getSubEntities(String userId, String serverName, String entityGUID, String entityTypeName, boolean anchorAtEnd1, String relationshipTypeGUID, String relationshipTypeName, Integer from, Integer size, String methodName) throws GlossaryViewOmasException
userId - calling userserverName - instance to callentityGUID - target entityanchorAtEnd1 - which end should the target entity be atrelationshipTypeGUID - relationship type guid to navigaterelationshipTypeName - relationship type name to navigatefrom - fromsize - sizeGlossaryViewOmasException - if any exception is thrown from repository levelprotected List<EntityDetail> getAllEntityDetails(String userId, String serverName, String entityTypeGUID, Integer from, Integer size, String methodName) throws GlossaryViewOmasException
userId - calling userserverName - instance to callentityTypeGUID - entity typefrom - fromsize - sizeGlossaryViewOmasException - if any exception is thrown from repository levelprotected Optional<OMRSRepositoryHelper> getOMRSRepositoryHelper(String userId, String serverName, String serviceOperationName)
userId - calling userserverName - instance to callCopyright © 2018–2019 ODPi. All rights reserved.