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 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 SkippedObjectsReason Modifier and Type Method Description static SkippedObjectsReason
SkippedObjectsReason. 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 void
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)
-