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
|
getAllEntityDetails, getEntityDetail, getOMRSRepositoryHelper, getRelatedEntitiesprotected 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 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.