Class OCFMetadataOperationalServices
java.lang.Object
org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.admin.OCFMetadataOperationalServices
OCFMetadataOperationalServices initializes the REST Services that support the Open Connector Framework (OCF)
connected asset properties calls.
-
Constructor Summary
ConstructorsConstructorDescriptionOCFMetadataOperationalServices(String serverName, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector repositoryConnector, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize) Constructor -
Method Summary
-
Constructor Details
-
OCFMetadataOperationalServices
public OCFMetadataOperationalServices(String serverName, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector repositoryConnector, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize) throws org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException Constructor- Parameters:
serverName- this serverrepositoryConnector- connector to repositoryauditLog- logging destinationlocalServerUserId- userId for server initiated requestsmaxPageSize- max number of results to return on single request.- Throws:
org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException- unable to initialize
-
-
Method Details
-
shutdown
public void shutdown()Shutdown the service.
-