public class GlossaryViewOMAS extends OMRSClient
| Constructor and Description |
|---|
GlossaryViewOMAS() |
| Modifier and Type | Method and Description |
|---|---|
protected GlossaryViewEntityDetailResponse |
getAllEntityDetailsResponse(String userId,
String serverName,
String entityTypeName,
Integer from,
Integer size,
String methodName)
Extract all entities of specified type and convert them to this omas's type
|
protected GlossaryViewEntityDetailResponse |
getEntityDetailResponse(String userId,
String serverName,
String entityGUID,
String entityTypeName,
String methodName)
Extract an entity based on provided GUID and convert it to this omas's type
|
protected GlossaryViewEntityDetailResponse |
getRelatedEntitiesResponse(String userId,
String serverName,
String entityGUID,
String entityTypeName,
String relationshipTypeName,
Integer from,
Integer size,
String methodName)
Extract related entities to the given one and convert them to this omas's type
|
protected GlossaryViewEntityDetailResponse |
getSubEntitiesResponse(String userId,
String serverName,
String entityGUID,
String entityTypeName,
boolean anchorAtEnd1,
String relationshipTypeName,
Integer from,
Integer size,
String methodName)
Extract related entities to the given one and convert them to this omas's type - only taking form one end
|
getAllEntityDetails, getEntityDetail, getOMRSRepositoryHelper, getRelatedEntities, getSubEntitiesprotected GlossaryViewEntityDetailResponse getEntityDetailResponse(String userId, String serverName, String entityGUID, String entityTypeName, String methodName)
userId - calling userserverName - instance to callentityGUID - guid to search forentityTypeName - entity typeprotected GlossaryViewEntityDetailResponse getRelatedEntitiesResponse(String userId, String serverName, String entityGUID, String entityTypeName, String relationshipTypeName, Integer from, Integer size, String methodName)
userId - calling userserverName - instance to callentityGUID - target entityentityTypeName - target entity relationship typerelationshipTypeName - relationship type namefrom - fromsize - sizeprotected GlossaryViewEntityDetailResponse getSubEntitiesResponse(String userId, String serverName, String entityGUID, String entityTypeName, boolean anchorAtEnd1, String relationshipTypeName, Integer from, Integer size, String methodName)
userId - calling userserverName - instance to callentityGUID - target entityentityTypeName - target entity relationship typeanchorAtEnd1 - which end should the target entity be atrelationshipTypeName - relationship type namefrom - fromsize - sizeprotected GlossaryViewEntityDetailResponse getAllEntityDetailsResponse(String userId, String serverName, String entityTypeName, Integer from, Integer size, String methodName)
userId - calling userserverName - instance to callentityTypeName - entity type namefrom - fromsize - sizeCopyright © 2018–2019 ODPi. All rights reserved.