Uses of Class
com.attivio.sdk.ingest.DocumentList
-
Packages that use DocumentList Package Description com.attivio.sdk.ingest com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of DocumentList in com.attivio.sdk.ingest
Methods in com.attivio.sdk.ingest that return DocumentList Modifier and Type Method Description DocumentList
DocumentList. clone()
Clones a message. -
Uses of DocumentList in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return DocumentList Modifier and Type Method Description static DocumentList
DocumentListConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Methods in com.attivio.util.serialization with parameters of type DocumentList Modifier and Type Method Description static void
DocumentListConverter. marshal(DocumentList docs, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
-