Class OIFMetadataOperationalServices
java.lang.Object
org.odpi.openmetadata.frameworkservices.oif.admin.OIFMetadataOperationalServices
OIFMetadataOperationalServices initializes the REST Services that support the Open Integration Framework (OIF)
open integration calls.
-
Constructor Summary
ConstructorDescriptionOIFMetadataOperationalServices
(String serverName, OMRSRepositoryConnector repositoryConnector, AuditLog auditLog, String localServerUserId, int maxPageSize) Constructor -
Method Summary
-
Constructor Details
-
OIFMetadataOperationalServices
public OIFMetadataOperationalServices(String serverName, OMRSRepositoryConnector repositoryConnector, AuditLog auditLog, String localServerUserId, int maxPageSize) throws 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:
NewInstanceException
- unable to initialize
-
-
Method Details
-
shutdown
public void shutdown()Shutdown the service.
-