Class 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.
    • Constructor Detail

      • TexViewRESTServices

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