Class DocumentStructure

java.lang.Object
com.saperion.rs.model.DocumentStructure

public class DocumentStructure extends Object
The document structure JAX-B model class used to serve document structure requests. The XML representation will look like this:
 
 <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>
 
 
Author:
sts