Class DigitalArchitectureRESTServices
java.lang.Object
org.odpi.openmetadata.accessservices.digitalarchitecture.server.DigitalArchitectureRESTServices
The DigitalArchitectureRESTServices provides the server-side implementation of the Digital Architecture Open Metadata
Assess Service (OMAS). This interface provides connections to assets and APIs for adding feedback
on the asset.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServiceResponsegetServiceDescription(String serverName, String userId) Return service description method.
-
Constructor Details
-
DigitalArchitectureRESTServices
public DigitalArchitectureRESTServices()Default constructor
-
-
Method Details
-
getServiceDescription
public org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServiceResponse getServiceDescription(String serverName, String userId) Return service description method. This method is used to ensure Spring loads this module.- Parameters:
serverName- called serveruserId- calling user- Returns:
- service description
-