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