Class OMFMetadataOperationalServices

java.lang.Object
org.odpi.openmetadata.frameworkservices.omf.admin.OMFMetadataOperationalServices

public class OMFMetadataOperationalServices extends Object
OMFMetadataOperationalServices initializes the REST Services that support the Governance Action Framework (omf) open metadata store calls.
  • Constructor Summary

    Constructors
    Constructor
    Description
    OMFMetadataOperationalServices(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

    Modifier and Type
    Method
    Description
    void
    Shutdown the service.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OMFMetadataOperationalServices

      public OMFMetadataOperationalServices(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 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:
      org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException - unable to initialize
  • Method Details

    • shutdown

      public void shutdown()
      Shutdown the service.