Uses of Class
com.atlassian.confluence.impl.backuprestore.statistics.SkippedObjectsReason
-
Packages that use SkippedObjectsReason Package Description com.atlassian.confluence.impl.backuprestore.restore.persisters com.atlassian.confluence.impl.backuprestore.statistics -
-
Uses of SkippedObjectsReason in com.atlassian.confluence.impl.backuprestore.restore.persisters
Methods in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type SkippedObjectsReason Modifier and Type Method Description protected 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 SkippedObjectsReason Modifier and Type Method Description static SkippedObjectsReasonSkippedObjectsReason. valueOf(String name)Returns the enum constant of this type with the specified name.static SkippedObjectsReason[]SkippedObjectsReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.impl.backuprestore.statistics with parameters of type SkippedObjectsReason Modifier and Type Method Description voidStatisticsCollector. 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)
-