Class GlossaryViewServiceInstance
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
org.odpi.openmetadata.accessservices.glossaryview.server.admin.GlossaryViewServiceInstance
public class GlossaryViewServiceInstance
extends org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
Stores references to OMRS objects for a specific server. It is also responsible for registering this OMAS in the
Access Service Registry, and itself in the instance map
-
Constructor Summary
ConstructorsConstructorDescriptionGlossaryViewServiceInstance(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector omrsRepositoryConnector, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize) Set up the local repository connector that will service the REST Calls, registers this OMAS in the Access Service Registry and in the instance map -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler<org.odpi.openmetadata.accessservices.glossaryview.rest.GlossaryViewEntityDetail>Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
getServerNameMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
getInvalidParameterHandler, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServiceInstanceStatus, shutdown
-
Constructor Details
-
GlossaryViewServiceInstance
public GlossaryViewServiceInstance(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector omrsRepositoryConnector, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize) throws org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException Set up the local repository connector that will service the REST Calls, registers this OMAS in the Access Service Registry and in the instance map- Parameters:
omrsRepositoryConnector- responsible for servicing the REST callsauditLog- audit loglocalServerUserId- userId for server requestsmaxPageSize- maximum values to return on any single call- Throws:
org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException- if a problem occurred during initialization
-
-
Method Details
-
getEntitiesHandler
public org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler<org.odpi.openmetadata.accessservices.glossaryview.rest.GlossaryViewEntityDetail> getEntitiesHandler()
-