Class EntityObjectReadyForExport.CollectionOfElements
java.lang.Object
com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.CollectionOfElements
- Enclosing class:
- EntityObjectReadyForExport
Represent a collection of elements. Every element is a reference to another entity.
It is used for contentProperties and allowedOperations collections only
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionOfElements
(String collectionName, Class<?> collectionClazz, Class<?> referencedClazz, Collection<Object> elementValues) CollectionOfElements
(String collectionName, Map<Object, Object> map) -
Method Summary
-
Constructor Details
-
CollectionOfElements
public CollectionOfElements(String collectionName, Class<?> collectionClazz, Class<?> referencedClazz, Collection<Object> elementValues) -
CollectionOfElements
-
-
Method Details
-
getCollectionName
-
getCollectionClazz
-
getReferencedClazz
-
getElementValues
-
getMap
-
isEmpty
public boolean isEmpty()
-