public interface OMRSRepositoryEventMapper
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(String repositoryEventMapperName,
OMRSRepositoryConnector repositoryConnector)
Pass additional information to the connector needed to process events.
|
void |
setMetadataCollectionId(String metadataCollectionId)
Set up the unique Id for this metadata collection.
|
void |
setOrganizationName(String organizationName)
Set up the name of the organization that runs/owns the server.
|
void |
setRepositoryEventProcessor(OMRSRepositoryEventProcessor repositoryEventProcessor)
Set up the repository event processor for this connector to use.
|
void |
setRepositoryHelper(OMRSRepositoryHelper repositoryHelper)
Set up a repository helper object for the repository connector to use.
|
void |
setRepositoryValidator(OMRSRepositoryValidator repositoryValidator)
Set up a repository validator for the repository connector to use.
|
void |
setServerName(String serverName)
Set up the name of the server where the metadata collection resides.
|
void |
setServerType(String serverType)
Set up the descriptive string describing the type of the server.
|
void |
setServerUserId(String serverUserId)
Set up the userId that the local server should use when processing events and there is no external user
driving the operation.
|
void initialize(String repositoryEventMapperName, OMRSRepositoryConnector repositoryConnector)
repositoryEventMapperName - repository event mapper name used for the source of the OMRS events.repositoryConnector - this is the connector to the local repository that the event mapper is processing
events from. The repository connector is used to retrieve additional information
necessary to fill out the OMRS Events.void setRepositoryHelper(OMRSRepositoryHelper repositoryHelper)
repositoryHelper - helper object for building TypeDefs and metadata instances.void setRepositoryValidator(OMRSRepositoryValidator repositoryValidator)
repositoryValidator - validator object to check the validity of TypeDefs and metadata instances.void setServerName(String serverName)
serverName - String namevoid setServerType(String serverType)
serverType - String server typevoid setOrganizationName(String organizationName)
organizationName - String organization namevoid setServerUserId(String serverUserId)
serverUserId - string user idvoid setMetadataCollectionId(String metadataCollectionId)
metadataCollectionId - String unique Idvoid setRepositoryEventProcessor(OMRSRepositoryEventProcessor repositoryEventProcessor)
repositoryEventProcessor - listener responsible for distributing notifications of local
changes to metadata types and instances to the rest of the
open metadata repository cohort.Copyright © 2018–2019 ODPi. All rights reserved.