Uses of Enum Class
com.atlassian.confluence.impl.backuprestore.statistics.SkippedObjectsReason
Packages that use SkippedObjectsReason
Package
Description
-
Uses of SkippedObjectsReason in com.atlassian.confluence.impl.backuprestore.restore.persisters
Methods in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type SkippedObjectsReasonModifier and TypeMethodDescriptionprotected void
PersisterHelper.logInformationAboutNotPersistedObject
(ImportedObjectV2 importedObject, SkippedObjectsReason skippedObjectsReason, Collection<HibernateField> notSatisfiedDependencies) -
Uses of SkippedObjectsReason in com.atlassian.confluence.impl.backuprestore.statistics
Methods in com.atlassian.confluence.impl.backuprestore.statistics that return SkippedObjectsReasonModifier and TypeMethodDescriptionstatic SkippedObjectsReason
Returns the enum constant of this class with the specified name.static SkippedObjectsReason[]
SkippedObjectsReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.impl.backuprestore.statistics with parameters of type SkippedObjectsReasonModifier and TypeMethodDescriptionvoid
StatisticsCollector.onObjectSkipping
(Collection<ImportedObjectV2> importedObjects, SkippedObjectsReason skippedObjectsReason) void
OnObjectsProcessingHandler.onObjectsSkipping
(Collection<ImportedObjectV2> skippedObjects, SkippedObjectsReason reason) Is called when objects are skipped because they cannot be persisted because they are invalid.void
StatisticsCollector.onObjectsSkipping
(Collection<DbRawObjectData> exportedEntities, SkippedObjectsReason skippedObjectsReason, String errorMessage)