AbstractDataContainerDTO

Container that holds the result entries of a search or workspace.

Fields

Type
Name
Description
Optional
Default Value
String  
entity
The entity of the data container.
false
 
columnInfo
The meta data of the result fields (may be empty).
true
null
rows
The result entries. The concrete type of the entries is defined by the sub type.
true
null

Sub Types

Sub Type
Description
Sub Type Property: "_type"
Container that holds the result entries as AttributeContainerDTO, which leads to a JSON representation.
JSON
Container that holds the result entries as comma separeted values (CSV).
CSV
Container that holds the result entries as maps with :.
MAP