Class TexViewRESTServices
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.tex.server.TexViewRESTServices
-
public class TexViewRESTServices extends Object
The TexViewRESTServices provides the org.odpi.openmetadata.viewservices.tex.services implementation of the Type Explorer Open Metadata View Service (OMVS). This interface provides view interfaces for enterprise architects.
-
-
Field Summary
Fields Modifier and Type Field Description protected static TexViewInstanceHandlerinstanceHandler
-
Constructor Summary
Constructors Constructor Description TexViewRESTServices()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TexResourceEndpointListResponsegetResourceEndpointList(String serverName, String userId)Retrieve platform originTypeExplorerResponsegetTypeExplorer(String serverName, String userId, TexTypesRequestBody requestBody)Load types
-
-
-
Field Detail
-
instanceHandler
protected static TexViewInstanceHandler instanceHandler
-
-
Method Detail
-
getResourceEndpointList
public TexResourceEndpointListResponse getResourceEndpointList(String serverName, String userId)
Retrieve platform origin- Parameters:
serverName- name of the local view server.userId- userId under which the request is performed- Returns:
- response the list of resource endpoints configured for the view service
-
getTypeExplorer
public TypeExplorerResponse getTypeExplorer(String serverName, String userId, TexTypesRequestBody requestBody)
Load types- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- request body- Returns:
- response the repository's type information or exception information
-
-