public class DocumentStructure extends Object
<documentstructure xhdoc="..." elementcount="...">
<structure>
<filename>test.pdf</filename>
<href>http://localhost:8080/webservices/rest/content/1234xxx/1/test.pdf</href>
<mimeType>application/pdf</mimeType>
</structure>
</documentstructure>
Modifier and Type | Class and Description |
---|---|
static class |
DocumentStructure.StructureElement
A document structure element model class.
|
Constructor and Description |
---|
DocumentStructure() |
Modifier and Type | Method and Description |
---|---|
DocumentStructure |
add(DocumentStructure.StructureElement element) |
DocumentStructure |
add(String filename,
String mimeType,
String href) |
DocumentStructure |
addAll(Collection<DocumentStructure.StructureElement> elements) |
int |
getElementCount() |
List<DocumentStructure.StructureElement> |
getStructure() |
String |
getXhdoc() |
void |
setElementCount(int elementCount) |
void |
setXhdoc(String xhdoc) |
public int getElementCount()
public void setElementCount(int elementCount)
public String getXhdoc()
public void setXhdoc(String xhdoc)
public final List<DocumentStructure.StructureElement> getStructure()
public DocumentStructure add(DocumentStructure.StructureElement element)
public DocumentStructure addAll(Collection<DocumentStructure.StructureElement> elements)
public DocumentStructure add(String filename, String mimeType, String href)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.