Class TemplateManagerRESTServices
java.lang.Object
org.odpi.openmetadata.tokencontroller.TokenController
org.odpi.openmetadata.viewservices.templatemanager.server.TemplateManagerRESTServices
public class TemplateManagerRESTServices
extends org.odpi.openmetadata.tokencontroller.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.frameworkservices.gaf.rest.OpenMetadataElementsResponsefindTemplates(String serverName, String elementTypeName, String viewServiceURLMarker, String accessServiceURLMarker, int startFrom, int pageSize, TemplateClassificationRequestBody requestBody) Retrieve the elements with the template classification.
-
Constructor Details
-
TemplateManagerRESTServices
public TemplateManagerRESTServices()Default constructor
-
-
Method Details
-
findTemplates
public org.odpi.openmetadata.frameworkservices.gaf.rest.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 toelementTypeName- optional type name for the templateviewServiceURLMarker- optional view service URL marker (overrides accessServiceURLMarker)accessServiceURLMarker- optional access service URL marker used to identify which back end service to callstartFrom- paging start pointpageSize- maximum results that can be returnedrequestBody- 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
-