java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ClassExistenceValidator

public class ClassExistenceValidator extends Object
The class verifies whether the imported object has to imported or not (based on its class).
Since:
8.1.0
  • Constructor Details

    • ClassExistenceValidator

      public ClassExistenceValidator()
  • Method Details

    • getEntityClass

      public Optional<Class<?>> getEntityClass(ImportedObject importedObject)
      Parameters:
      importedObject - imported object
      Returns:
      the entity class name if the class is found or empty otherwise