Class EntityObjectReadyForExport.CollectionElement
- java.lang.Object
-
- com.atlassian.confluence.impl.backuprestore.backup.models.EntityObjectReadyForExport.CollectionElement
-
- Enclosing class:
- EntityObjectReadyForExport
public static class EntityObjectReadyForExport.CollectionElement extends Object
Represent a collection of elements. Every elements is a reference to another entity. It is used for legacy format and for content properties only.
-
-
Constructor Summary
Constructors Constructor Description CollectionElement(Class<?> referencedClazz, Object id)
-