Class OCFMetadataOperationalServices

java.lang.Object
org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.admin.OCFMetadataOperationalServices

public class OCFMetadataOperationalServices extends Object
OCFMetadataOperationalServices initializes the REST Services that support the Open Connector Framework (OCF) connected asset properties calls.
  • Constructor Details

    • OCFMetadataOperationalServices

      public OCFMetadataOperationalServices(String serverName, OMRSRepositoryConnector repositoryConnector, AuditLog auditLog, String localServerUserId, int maxPageSize) throws NewInstanceException
      Constructor
      Parameters:
      serverName - this server
      repositoryConnector - connector to repository
      auditLog - logging destination
      localServerUserId - userId for server initiated requests
      maxPageSize - max number of results to return on single request.
      Throws:
      NewInstanceException - unable to initialize
  • Method Details

    • shutdown

      public void shutdown()
      Shutdown the service.