Package org.imixs.workflow.xml
Klasse DocumentTable
java.lang.Object
org.imixs.workflow.xml.DocumentTable
- Alle implementierten Schnittstellen:
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
- Autor:
- rsoika
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDocumentTable(XMLDocument[] documents, List<String> items, List<String> labels, String encoding) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetItems()voidsetDocument(XMLDocument[] document) voidsetEncoding(String encoding) voidvoid
-
Konstruktordetails
-
DocumentTable
public DocumentTable() -
DocumentTable
-
-
Methodendetails
-
getDocument
-
setDocument
-
getItems
-
setItems
-
getLabels
-
setLabels
-
getEncoding
-
setEncoding
-