Class GAFOperationalServices
java.lang.Object
org.odpi.openmetadata.adminservices.registration.AccessServiceAdmin
org.odpi.openmetadata.frameworkservices.gaf.admin.GAFOperationalServices
GAFOperationalServices initializes the REST Services that support the Open Survey Framework (OGF)
open metadata store calls.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(AccessServiceConfig accessServiceConfig, OMRSTopicConnector enterpriseOMRSTopicConnector, OMRSRepositoryConnector enterpriseOMRSRepositoryConnector, AuditLog auditLog, String localServerName, String localServerUserId, String localServerPassword, int maxPageSize) Initialize the access service.voidshutdown()Shutdown the service.Methods inherited from class org.odpi.openmetadata.adminservices.registration.AccessServiceAdmin
getFullServiceName, getOutTopicEventBusConnector, getServerSideOutTopicConnection, getTopicConnector, getTopicName, registerWithEnterpriseTopic, setFullServiceName, throwUnexpectedInitializationException
-
Constructor Details
-
GAFOperationalServices
public GAFOperationalServices()
-
-
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:
initializein 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:
shutdownin classAccessServiceAdmin
-