Class ClassExistenceValidator
- 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 Summary
Constructors Constructor Description ClassExistenceValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Class<?>>
getEntityClass(ImportedObject importedObject)
-
-
-
Method Detail
-
getEntityClass
public Optional<Class<?>> getEntityClass(ImportedObject importedObject)
- Parameters:
importedObject
- imported object- Returns:
- the entity class name if the class is found or empty otherwise
-
-