public class RepositoryServicesConfig extends Object implements Serializable
| Constructor and Description |
|---|
RepositoryServicesConfig()
Default constructor does nothing
|
RepositoryServicesConfig(List<Connection> auditLogConnections,
List<Connection> openMetadataArchiveConnections,
LocalRepositoryConfig localRepositoryConfig,
EnterpriseAccessConfig enterpriseAccessConfig,
List<CohortConfig> cohortConfigList)
Constructor to set all properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
getAuditLogConnections()
Return the Connection properties used to create an OCF Connector to the AuditLog.
|
List<CohortConfig> |
getCohortConfigList()
Return the configuration properties for each open metadata repository cluster that this local server
connects to.
|
EnterpriseAccessConfig |
getEnterpriseAccessConfig()
Return the configuration for the federation services provided by OMRS to the Open Metadata Access
Services (OMASs).
|
LocalRepositoryConfig |
getLocalRepositoryConfig()
Return the configuration properties for the local repository.
|
List<Connection> |
getOpenMetadataArchiveConnections()
Return the list of Connection object, each of which is used to create the Connector to an Open Metadata
Archive.
|
void |
setAuditLogConnections(List<Connection> auditLogConnections)
Set up the Connection properties used to create an OCF Connector to the AuditLog.
|
void |
setCohortConfigList(List<CohortConfig> cohortConfigList)
Set up the configuration properties for each open metadata repository cluster that this local server
connects to.
|
void |
setEnterpriseAccessConfig(EnterpriseAccessConfig enterpriseAccessConfig)
Set up the configuration for the federation services provided by OMRS to the Open Metadata Access
Services (OMASs).
|
void |
setLocalRepositoryConfig(LocalRepositoryConfig localRepositoryConfig)
Set up the configuration properties for the local repository.
|
void |
setOpenMetadataArchiveConnections(List<Connection> openMetadataArchiveConnections)
Set up the list of Connection object, each of which is used to create the Connector to an Open Metadata
Archive.
|
public RepositoryServicesConfig()
public RepositoryServicesConfig(List<Connection> auditLogConnections, List<Connection> openMetadataArchiveConnections, LocalRepositoryConfig localRepositoryConfig, EnterpriseAccessConfig enterpriseAccessConfig, List<CohortConfig> cohortConfigList)
auditLogConnections - connections to copies of the audit log.openMetadataArchiveConnections - list of open metadata archive files to load.localRepositoryConfig - properties to configure the behavior of the local repository.enterpriseAccessConfig - properties to configure the behavior of the federation services provided
to the Open Metadata Access Services (OMASs).cohortConfigList - properties about the open metadata repository clusters that this server connects to.public List<Connection> getAuditLogConnections()
public void setAuditLogConnections(List<Connection> auditLogConnections)
auditLogConnections - list of Connection objectspublic List<Connection> getOpenMetadataArchiveConnections()
public void setOpenMetadataArchiveConnections(List<Connection> openMetadataArchiveConnections)
openMetadataArchiveConnections - list of Connection objectspublic LocalRepositoryConfig getLocalRepositoryConfig()
public void setLocalRepositoryConfig(LocalRepositoryConfig localRepositoryConfig)
localRepositoryConfig - configuration propertiespublic EnterpriseAccessConfig getEnterpriseAccessConfig()
public void setEnterpriseAccessConfig(EnterpriseAccessConfig enterpriseAccessConfig)
enterpriseAccessConfig - configuration propertiespublic List<CohortConfig> getCohortConfigList()
public void setCohortConfigList(List<CohortConfig> cohortConfigList)
cohortConfigList - list of cluster configuration propertiesCopyright © 2018 ODPi. All rights reserved.