Class ClassExistenceValidator
java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.preprocessing.ClassExistenceValidator
The class verifies whether the imported object has to imported or not (based on its class).
- Since:
- 8.1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassExistenceValidator
public ClassExistenceValidator()
-
-
Method Details
-
getEntityClass
- Parameters:
importedObject
- imported object- Returns:
- the entity class name if the class is found or empty otherwise
-