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 voidPersisterHelper.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 SkippedObjectsReasonReturns 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 TypeMethodDescriptionvoidStatisticsCollector.onObjectSkipping(Collection<ImportedObjectV2> importedObjects, SkippedObjectsReason skippedObjectsReason) voidOnObjectsProcessingHandler.onObjectsSkipping(Collection<ImportedObjectV2> skippedObjects, SkippedObjectsReason reason) Is called when objects are skipped because they cannot be persisted because they are invalid.voidStatisticsCollector.onObjectsSkipping(Collection<DbRawObjectData> exportedEntities, SkippedObjectsReason skippedObjectsReason, String errorMessage)