Class SoftwareDeveloperServicesInstance
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.softwaredeveloper.server.SoftwareDeveloperServicesInstance
public class SoftwareDeveloperServicesInstance
extends org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
SoftwareDeveloperServicesInstance caches references to objects for a specific server.
It is also responsible for registering itself in the instance map.
-
Constructor Summary
ConstructorsConstructorDescriptionSoftwareDeveloperServicesInstance(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector repositoryConnector, List<String> supportedZones, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize) Set up the handlers for this server. -
Method Summary
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
getInTopicClientConnection, getRegisteredOMAGService, getServerNameMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
getInvalidParameterHandler, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServiceInstanceStatus, shutdown
-
Constructor Details
-
SoftwareDeveloperServicesInstance
public SoftwareDeveloperServicesInstance(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector repositoryConnector, List<String> supportedZones, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize) throws org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException Set up the handlers for this server.- Parameters:
repositoryConnector- link to the repository responsible for servicing the REST calls.supportedZones- list of zones that Software Developer is allowed to serve Assets from.auditLog- destination for audit log events.localServerUserId- userId used for server initiated actionsmaxPageSize- maximum number of results that can be returned on a single call- Throws:
org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException- a problem occurred during initialization
-