public class GovernanceEngineEventProcessor extends Object
| Constructor and Description |
|---|
GovernanceEngineEventProcessor(OMRSRepositoryConnector enterpriseOMRSRepositoryConnector,
OpenMetadataTopicConnector governanceEngineOutputTopic) |
| Modifier and Type | Method and Description |
|---|---|
void |
processClassifiedEntity(EntityDetail entity) |
void |
processDeclassifiedEntityEvent(EntityDetail entity) |
void |
processDeletedEntityEvent(EntityDetail entity) |
void |
processReclassifiedEntity(EntityDetail entity) |
public GovernanceEngineEventProcessor(OMRSRepositoryConnector enterpriseOMRSRepositoryConnector, OpenMetadataTopicConnector governanceEngineOutputTopic)
public void processClassifiedEntity(EntityDetail entity) throws RepositoryErrorException, EntityProxyOnlyException, TypeErrorException, FunctionNotSupportedException, PropertyErrorException, EntityNotKnownException, TypeDefNotKnownException, PagingErrorException, UserNotAuthorizedException, InvalidParameterException
public void processReclassifiedEntity(EntityDetail entity) throws EntityProxyOnlyException, TypeErrorException, FunctionNotSupportedException, PropertyErrorException, EntityNotKnownException, TypeDefNotKnownException, PagingErrorException, UserNotAuthorizedException, InvalidParameterException, RepositoryErrorException
public void processDeletedEntityEvent(EntityDetail entity) throws EntityProxyOnlyException, TypeErrorException, FunctionNotSupportedException, PropertyErrorException, EntityNotKnownException, TypeDefNotKnownException, PagingErrorException, UserNotAuthorizedException, InvalidParameterException, RepositoryErrorException
public void processDeclassifiedEntityEvent(EntityDetail entity) throws EntityProxyOnlyException, TypeErrorException, FunctionNotSupportedException, PropertyErrorException, EntityNotKnownException, TypeDefNotKnownException, PagingErrorException, UserNotAuthorizedException, InvalidParameterException, RepositoryErrorException
Copyright © 2018–2020 ODPi. All rights reserved.