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 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
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
defaultZones, errorHandler, metadataCollection, publishZones, repositoryConnector, repositoryHandler, repositoryHelper, supportedZones
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
auditLog, localServerUserId
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
invalidParameterHandler, maxPageSize, securityVerifier, serverName, serviceName
-
-
Constructor Summary
Constructors Constructor Description GlossaryViewServiceInstance(OMRSRepositoryConnector omrsRepositoryConnector, 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenMetadataAPIGenericHandler<GlossaryViewEntityDetail>getEntitiesHandler()-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
getServerName, validateActiveRepository
-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
getAuditLog
-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
getInvalidParameterHandler, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName, setServiceInstanceStatus, shutdown
-
-
-
-
Constructor Detail
-
GlossaryViewServiceInstance
public GlossaryViewServiceInstance(OMRSRepositoryConnector omrsRepositoryConnector, AuditLog auditLog, String localServerUserId, int maxPageSize) throws 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:
NewInstanceException- if a problem occurred during initialization
-
-
Method Detail
-
getEntitiesHandler
public OpenMetadataAPIGenericHandler<GlossaryViewEntityDetail> getEntitiesHandler()
-
-