Class StewardshipActionServicesInstance
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.stewardshipaction.server.StewardshipActionServicesInstance
public class StewardshipActionServicesInstance
extends org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
StewardshipActionServicesInstance caches references to objects for a specific server.
It is also responsible for registering itself in the instance map.
-
Constructor Summary
ConstructorsConstructorDescriptionStewardshipActionServicesInstance(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
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.commonservices.generichandlers.ReferenceableHandler<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStub>Return the referencable handlerMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
getInTopicClientConnection, getServerNameMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
getInvalidParameterHandler, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServiceInstanceStatus, shutdown
-
Constructor Details
-
StewardshipActionServicesInstance
public StewardshipActionServicesInstance(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 StewardshipAction 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
-
-
Method Details
-
getReferenceableHandler
public org.odpi.openmetadata.commonservices.generichandlers.ReferenceableHandler<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStub> getReferenceableHandler()Return the referencable handler- Returns:
- handler
-