public class RepositoryServicesConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
RepositoryServicesConfig()
Default constructor does nothing
|
RepositoryServicesConfig(RepositoryServicesConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
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 cohort 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.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
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.
|
String |
toString()
Standard toString method.
|
public RepositoryServicesConfig()
public RepositoryServicesConfig(RepositoryServicesConfig template)
template - object to copypublic 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 cohort configuration propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.