public abstract class XMLCollection extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<XMLDataItem> |
entireStructure |
| Constructor and Description |
|---|
XMLCollection() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bulkAddToCollection(List<XMLDataItem> collection,
List<XMLDataItem> entireStructure) |
List<XMLDataItem> |
getEntireStructure() |
protected abstract List<XMLDataItem> |
getImbricatedData() |
String |
getParent() |
void |
setParent(String parent) |
protected List<XMLDataItem> entireStructure
public String getParent()
public void setParent(String parent)
public List<XMLDataItem> getEntireStructure()
protected abstract List<XMLDataItem> getImbricatedData()
protected void bulkAddToCollection(List<XMLDataItem> collection, List<XMLDataItem> entireStructure)
Copyright © 2005–2019 Alfresco Software. All rights reserved.