Class GlossaryAuthorViewInstanceHandler
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceHandler
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstanceHandler
org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewInstanceHandler
public class GlossaryAuthorViewInstanceHandler
extends org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstanceHandler
GlossaryAuthorViewInstanceHandler retrieves information from the instance map for the
access service instances. The instance map is thread-safe. Instances are added
and removed by the GlossaryAuthorViewAdmin class.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor registers the view service -
Method Summary
Modifier and TypeMethodDescriptionintgetGlossaryViewMaxPageSize(String serverName, String userId, String serviceOperationName) getRelationshipHandler(String serverName, String userId, String serviceOperationName) org.odpi.openmetadata.accessservices.subjectarea.client.configs.SubjectAreaConfigClientgetSubjectAreaConfigClient(String serverName, String userId, String serviceOperationName) This method returns the object for the tenant to use to work with the subject area config APIorg.odpi.openmetadata.accessservices.subjectarea.client.relationships.SubjectAreaGraphClientgetSubjectAreaGraphClient(String serverName, String userId, String serviceOperationName) This method returns the object for the tenant to use to work with the subject area graph APIorg.odpi.openmetadata.accessservices.subjectarea.client.nodes.SubjectAreaNodeClientsgetSubjectAreaNodeClients(String serverName, String userId, String serviceOperationName) This method returns the object for the tenant to use to work with the subject area nodes APIMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstanceHandler
getExceptionHandlerMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceHandler
getAuditLogMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
getServerSecurityVerifier, getServiceName, isServerActive, removeServerServiceInstance
-
Constructor Details
-
GlossaryAuthorViewInstanceHandler
public GlossaryAuthorViewInstanceHandler()Default constructor registers the view service
-
-
Method Details
-
getRelationshipHandler
public RelationshipHandler getRelationshipHandler(String serverName, String userId, String serviceOperationName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedExceptionorg.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
-
getSubjectAreaNodeClients
public org.odpi.openmetadata.accessservices.subjectarea.client.nodes.SubjectAreaNodeClients getSubjectAreaNodeClients(String serverName, String userId, String serviceOperationName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException This method returns the object for the tenant to use to work with the subject area nodes API- Parameters:
serverName- name of the server that the request is foruserId- local server useridserviceOperationName- service operation - usually the top level rest call- Returns:
- SubjectAreaNodeClients subject area nodes API objects
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
getSubjectAreaConfigClient
public org.odpi.openmetadata.accessservices.subjectarea.client.configs.SubjectAreaConfigClient getSubjectAreaConfigClient(String serverName, String userId, String serviceOperationName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException This method returns the object for the tenant to use to work with the subject area config API- Parameters:
serverName- name of the server that the request is foruserId- local server useridserviceOperationName- service operation - usually the top level rest call- Returns:
- SubjectAreaNodeClients subject area config API objects
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
getSubjectAreaGraphClient
public org.odpi.openmetadata.accessservices.subjectarea.client.relationships.SubjectAreaGraphClient getSubjectAreaGraphClient(String serverName, String userId, String serviceOperationName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException This method returns the object for the tenant to use to work with the subject area graph API- Parameters:
serverName- name of the server that the request is foruserId- local server useridserviceOperationName- service operation - usually the top level rest call- Returns:
- SubjectAreaNodeClients subject area graph API objects
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
getGlossaryViewMaxPageSize
public int getGlossaryViewMaxPageSize(String serverName, String userId, String serviceOperationName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-