Class MaintenanceAccumulator
java.lang.Object
org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.ExceptionAccumulatorBase
org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
- Direct Known Subclasses:
ClassificationAccumulator
MaintenanceAccumulator provides a simple accumulator that supports maintenance operations on the
metadata repositories.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
captureException
(ClassificationErrorException exception) Save the supplied exception.void
captureException
(EntityNotDeletedException exception) Save the supplied exception.void
captureException
(EntityNotKnownException exception) Save the supplied exception.void
captureException
(EntityProxyOnlyException exception) Save the supplied exception.void
captureException
(FunctionNotSupportedException exception) Save the supplied exception.void
captureException
(InvalidParameterException exception) Save the supplied exception.void
captureException
(InvalidTypeDefException exception) Save the supplied exception.void
captureException
(PropertyErrorException exception) Save the supplied exception.void
captureException
(RelationshipNotDeletedException exception) Save the supplied exception.void
captureException
(RelationshipNotKnownException exception) Save the supplied exception.void
captureException
(RepositoryErrorException exception) Save the supplied exception.void
captureException
(StatusNotSupportedException exception) Save the supplied exception.void
captureException
(TypeDefConflictException exception) Save the supplied exception.void
captureException
(TypeDefNotKnownException exception) Save the supplied exception.void
captureException
(TypeDefNotSupportedException exception) Save the supplied exception.void
captureException
(TypeErrorException exception) Save the supplied exception.void
captureException
(UserNotAuthorizedException exception) Save the supplied exception.void
captureGenericException
(String actionDescription, String metadataCollectionId, Exception exception) Save the supplied exception.Methods inherited from class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.ExceptionAccumulatorBase
throwCapturedClassificationErrorException, throwCapturedEntityNotDeletedException, throwCapturedEntityNotKnownException, throwCapturedEntityProxyOnlyException, throwCapturedFunctionNotSupportedException, throwCapturedGenericException, throwCapturedInvalidParameterException, throwCapturedInvalidTypeDefException, throwCapturedPagingErrorException, throwCapturedPropertyErrorException, throwCapturedRelationshipNotDeletedException, throwCapturedRelationshipNotKnownException, throwCapturedRepositoryErrorException, throwCapturedStatusNotSupportedException, throwCapturedTypeDefConflictException, throwCapturedTypeDefNotKnownException, throwCapturedTypeDefNotSupportedException, throwCapturedTypeErrorException, throwCapturedUserNotAuthorizedException
-
Constructor Details
-
MaintenanceAccumulator
Constructor- Parameters:
auditLog
- logging destination
-
-
Method Details
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureGenericException
public void captureGenericException(String actionDescription, String metadataCollectionId, Exception exception) Save the supplied exception.- Parameters:
actionDescription
- description of caller's activity eg methodNamemetadataCollectionId
- metadata collection id of repository returning this exceptionexception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-
captureException
Save the supplied exception.- Parameters:
exception
- exception from remote call
-