public interface AccessServiceAdmin
| Modifier and Type | Field and Description |
|---|---|
static String |
karmaPointPlateauPropertyName |
static String |
supportedZonesPropertyName |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(AccessServiceConfig accessServiceConfigurationProperties,
OMRSTopicConnector enterpriseOMRSTopicConnector,
OMRSRepositoryConnector enterpriseOMRSRepositoryConnector,
OMRSAuditLog auditLog,
String serverUserName)
Initialize the access service.
|
void |
shutdown()
Shutdown the access service.
|
static final String supportedZonesPropertyName
static final String karmaPointPlateauPropertyName
void initialize(AccessServiceConfig accessServiceConfigurationProperties, OMRSTopicConnector enterpriseOMRSTopicConnector, OMRSRepositoryConnector enterpriseOMRSRepositoryConnector, OMRSAuditLog auditLog, String serverUserName) throws OMAGConfigurationErrorException
accessServiceConfigurationProperties - 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.serverUserName - user id to use on OMRS calls where there is no end user.OMAGConfigurationErrorException - invalid parameters in the configuration properties.void shutdown()
Copyright © 2018–2019 ODPi. All rights reserved.