Class TemplateManagerRESTServices

java.lang.Object
org.odpi.openmetadata.tokencontroller.TokenController
org.odpi.openmetadata.viewservices.templatemanager.server.TemplateManagerRESTServices

public class TemplateManagerRESTServices extends TokenController
The TemplateManagerRESTServices provides the server-side implementation of the Template Manager Open Metadata View Service (OMVS). This interface provides access to a person's profile, roles and network.
  • Constructor Details

    • TemplateManagerRESTServices

      public TemplateManagerRESTServices()
      Default constructor
  • Method Details

    • findTemplates

      public OpenMetadataElementsResponse findTemplates(String serverName, String elementTypeName, String viewServiceURLMarker, String accessServiceURLMarker, int startFrom, int pageSize, TemplateClassificationRequestBody requestBody)
      Retrieve the elements with the template classification. The request can include the .
      Parameters:
      serverName - name of server instance to route request to
      elementTypeName - optional type name for the template
      viewServiceURLMarker - optional view service URL marker (overrides accessServiceURLMarker)
      accessServiceURLMarker - optional access service URL marker used to identify which back end service to call
      startFrom - paging start point
      pageSize - maximum results that can be returned
      requestBody - searchString to retrieve
      Returns:
      list of matching metadata elements (or null if no elements match the name) or InvalidParameterException the qualified name is null UserNotAuthorizedException the governance action service is not able to access the element PropertyServerException there is a problem accessing the metadata store