Class OMFOperationalServices
java.lang.Object
org.odpi.openmetadata.adminservices.registration.AccessServiceAdmin
org.odpi.openmetadata.frameworkservices.omf.admin.OMFOperationalServices
OMFOperationalServices initializes the REST Services that support the Governance Action Framework (omf)
open metadata store calls.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(AccessServiceConfig accessServiceConfig, OMRSTopicConnector enterpriseOMRSTopicConnector, OMRSRepositoryConnector enterpriseOMRSRepositoryConnector, AuditLog auditLog, String localServerName, String localServerUserId, String localServerPassword, int maxPageSize) Initialize the access service.void
shutdown()
Shutdown the service.Methods inherited from class org.odpi.openmetadata.adminservices.registration.AccessServiceAdmin
getFullServiceName, getOutTopicEventBusConnector, getServerSideOutTopicConnection, getTopicConnector, getTopicName, registerWithEnterpriseTopic, setFullServiceName, throwUnexpectedInitializationException
-
Constructor Details
-
OMFOperationalServices
public OMFOperationalServices()
-
-
Method Details
-
initialize
public void initialize(AccessServiceConfig accessServiceConfig, OMRSTopicConnector enterpriseOMRSTopicConnector, OMRSRepositoryConnector enterpriseOMRSRepositoryConnector, AuditLog auditLog, String localServerName, String localServerUserId, String localServerPassword, int maxPageSize) throws OMAGConfigurationErrorException Initialize the access service.- Specified by:
initialize
in classAccessServiceAdmin
- Parameters:
accessServiceConfig
- specific configuration properties for this access service.enterpriseOMRSTopicConnector
- connector for receiving OMRS Events from the cohortsenterpriseOMRSRepositoryConnector
- connector for querying the cohort repositoriesauditLog
- audit log component for logging messages.localServerName
- name of this serverlocalServerUserId
- user id to use on OMRS calls where there is no end user.localServerPassword
- password to use on OMRS calls where there is no end user.maxPageSize
- max number of results to return on single request.- Throws:
OMAGConfigurationErrorException
- invalid parameters in the configuration properties.
-
shutdown
public void shutdown()Shutdown the service.- Specified by:
shutdown
in classAccessServiceAdmin
-