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 Details

  • Constructor Details

    • TexViewRESTServices

      public TexViewRESTServices()
      Default constructor
  • Method Details

    • 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 performed
      requestBody - request body
      Returns:
      response the repository's type information or exception information