Class ClassificationExplorerInstance
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerInstance
ClassificationExplorerInstance caches references to objects it needs for a specific server.
 It is also responsible for registering itself in the instance map.
- 
Field SummaryFields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstancelocalServerUserPassword, remoteServerName, remoteServerURLFields inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceauditLog, localServerUserIdFields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceinvalidParameterHandler, maxPageSize, securityVerifier, serverName, serviceName
- 
Constructor SummaryConstructorsConstructorDescriptionClassificationExplorerInstance(String serverName, AuditLog auditLog, String localServerUserId, String localServerUserPassword, int maxPageSize, String remoteServerName, String remoteServerURL, List<ViewServiceConfig> activeViewServices) Set up the Classification Explorer OMVS instance*
- 
Method SummaryModifier and TypeMethodDescriptiongetSearchKeywordHandler(String urlMarker, String methodName) Return the open metadata handler.getStewardshipManagerHandler(String urlMarker, String methodName) Return the open metadata handler.Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstancegetRemoteServerName, getRemoteServerURLMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstancegetAuditLogMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstancegetInvalidParameterHandler, getServerName, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName, setServiceInstanceStatus, shutdown
- 
Constructor Details- 
ClassificationExplorerInstancepublic ClassificationExplorerInstance(String serverName, AuditLog auditLog, String localServerUserId, String localServerUserPassword, int maxPageSize, String remoteServerName, String remoteServerURL, List<ViewServiceConfig> activeViewServices) Set up the Classification Explorer OMVS instance*- Parameters:
- serverName- name of this server
- auditLog- logging destination
- localServerUserId- user id to use on OMRS calls where there is no end user, or as part of an HTTP authentication mechanism with serverUserPassword.
- localServerUserPassword- password to use as part of an HTTP authentication mechanism.
- maxPageSize- maximum page size
- remoteServerName- remote server name
- remoteServerURL- remote server URL
- activeViewServices- list of view services active in this server
 
 
- 
- 
Method Details- 
getStewardshipManagerHandlerpublic StewardshipManagementHandler getStewardshipManagerHandler(String urlMarker, String methodName) throws InvalidParameterException, PropertyServerException Return the open metadata handler.- Parameters:
- urlMarker- optional view service URL marker
- methodName- calling method
- Returns:
- client
- Throws:
- InvalidParameterException- bad client initialization
- PropertyServerException- bad client handler class
 
- 
getSearchKeywordHandlerpublic SearchKeywordHandler getSearchKeywordHandler(String urlMarker, String methodName) throws InvalidParameterException, PropertyServerException Return the open metadata handler.- Parameters:
- urlMarker- calling view service
- methodName- calling operation
- Returns:
- client
- Throws:
- InvalidParameterException- bad client initialization
- PropertyServerException- bad client handler class
 
 
-