Package org.imixs.workflow.xml
Class DocumentTable
java.lang.Object
org.imixs.workflow.xml.DocumentTable
- All Implemented Interfaces:
Serializable
The JAXB DocumentTable represents a list of documents in a table format. For
each document the same list of items will be added into a separate row. The
property labels contans the table headers.
- Version:
- 2.0.0
- Author:
- rsoika
- See Also:
-
Constructor Summary
ConstructorDescriptionDocumentTable
(XMLDocument[] documents, List<String> items, List<String> labels, String encoding) -
Method Summary
Modifier and TypeMethodDescriptiongetItems()
void
setDocument
(XMLDocument[] document) void
setEncoding
(String encoding) void
void
-
Constructor Details
-
DocumentTable
public DocumentTable() -
DocumentTable
-
-
Method Details
-
getDocument
-
setDocument
-
getItems
-
setItems
-
getLabels
-
setLabels
-
getEncoding
-
setEncoding
-