| Package | Description |
|---|---|
| com.atlassian.confluence.impl.backuprestore.backup.container | |
| com.atlassian.confluence.impl.backuprestore.backup.models |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityObjectsToXmlWriter.writeProperty(EntityObjectReadyForExport.Property property) |
| Modifier and Type | Method and Description |
|---|---|
EntityObjectReadyForExport.Property |
EntityObjectReadyForExport.getId() |
EntityObjectReadyForExport.Property |
EntityObjectReadyForExport.getProperty(String name) |
EntityObjectReadyForExport.Property |
EntityObjectReadyForExport.Reference.getReferencedId() |
| Modifier and Type | Method and Description |
|---|---|
Optional<EntityObjectReadyForExport.Property> |
EntityObjectReadyForExport.findPropertyByName(String name) |
List<EntityObjectReadyForExport.Property> |
EntityObjectReadyForExport.getIds() |
Collection<EntityObjectReadyForExport.Property> |
EntityObjectReadyForExport.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityObjectReadyForExport.addProperty(EntityObjectReadyForExport.Property property) |
| Constructor and Description |
|---|
EntityObjectReadyForExport(EntityObjectReadyForExport.Property id,
Class<?> clazz) |
Reference(String propertyName,
Class<?> referencedClazz,
EntityObjectReadyForExport.Property referencedId) |
| Constructor and Description |
|---|
EntityObjectReadyForExport(List<EntityObjectReadyForExport.Property> ids,
Class<?> clazz) |
Copyright © 2003–2022 Atlassian. All rights reserved.