Uses of Class
com.attivio.sdk.ingest.IngestDocument
-
Packages that use IngestDocument Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.client.streaming Contains client code for streaming search results.com.attivio.connector com.attivio.platform.transformer.ingest.util com.attivio.platform.util com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.client.trigger Copyright 2019 Attivio Inc., All rights reserved.com.attivio.sdk.connector com.attivio.sdk.esb com.attivio.sdk.ingest com.attivio.sdk.scanner com.attivio.sdk.scanner.concurrency com.attivio.sdk.security com.attivio.sdk.server.component.ingest Interfaces for all ingest related transformers and associated dependencies of those transformers.com.attivio.sdk.server.component.reduce com.attivio.sdk.service com.attivio.sdk.test com.attivio.sdk.util com.attivio.sysstate com.attivio.util Contains utility classes and methods used across the Attivio code base.com.attivio.util.ft com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of IngestDocument in com.attivio.client
Methods in com.attivio.client with parameters of type IngestDocument Modifier and Type Method Description protected void
ContentFeeder. batchDocument(IngestDocument doc)
Adddoc
to the current batch, flushing batch if any limit exceeded.void
ContentFeeder. feed(IngestDocument... docs)
Senddocs
to AIE.void
ContentFeeder. feed(IngestDocument doc, AttivioAcl acl)
Sendsdoc
to the document receiver with the given ACL.protected long
ContentFeeder. getDocSize(IngestDocument doc)
Estimate the size ofdoc
including content pointers.Method parameters in com.attivio.client with type arguments of type IngestDocument Modifier and Type Method Description void
ContentFeeder. feed(java.lang.Iterable<IngestDocument> docs)
Senddocs
to AIE. -
Uses of IngestDocument in com.attivio.client.streaming
Methods in com.attivio.client.streaming that return IngestDocument Modifier and Type Method Description IngestDocument
DocumentSerializer. readIngestDocument(java.io.InputStream is)
Methods in com.attivio.client.streaming with parameters of type IngestDocument Modifier and Type Method Description void
DocumentSerializer. writeIngestDocument(java.io.OutputStream out, IngestDocument doc)
-
Uses of IngestDocument in com.attivio.connector
Methods in com.attivio.connector with parameters of type IngestDocument Modifier and Type Method Description void
ConcurrentScannerMessagePublisher. feed(IngestDocument... doc)
void
ConcurrentScannerMessagePublisher. feed(IngestDocument doc, AttivioAcl acl)
void
ConcurrentDocumentFetcherImpl. put(IngestDocument doc, java.lang.String fieldName, java.lang.String id, java.io.InputStream is)
void
ConcurrentScannerMessagePublisher. put(IngestDocument doc, java.lang.String fieldName, java.lang.String id, java.io.InputStream is)
-
Uses of IngestDocument in com.attivio.platform.transformer.ingest.util
Methods in com.attivio.platform.transformer.ingest.util with parameters of type IngestDocument Modifier and Type Method Description static java.util.Collection<java.lang.String>
TransformerUtils. getAllOrSpecificFieldList(IngestDocument doc, java.util.Collection<java.lang.String> input)
Returns a specific list of input field names or all fields in the document if the input list is null or empty.static <T> boolean
TransformerUtils. mapFieldValues(IngestDocument doc, FieldValueCreatingTransformer<T> trans)
Applies a FieldValueCreatingTransformer to the given IngestDocument.static void
TransformerUtils. mapFieldValues(IngestDocument doc, java.util.Map<java.lang.String,java.lang.String> fieldMapping, AdvancedFieldValueMapper mapper)
Map each document based on the fieldMapping using the suppliedAdvancedFieldValueMapper
.static void
TransformerUtils. mapFieldValues(IngestDocument doc, java.util.Map<java.lang.String,java.lang.String> fieldMapping, AdvancedFieldValueMapper mapper, NewFieldCreator newFieldCreator)
Map each document based on the fieldMapping using the suppliedFieldValueMapper
.static void
TransformerUtils. mapFieldValues(IngestDocument doc, java.util.Map<java.lang.String,java.lang.String> fieldMapping, FieldValueMapper mapper)
Map each document based on the fieldMapping using the suppliedFieldValueMapper
.static void
TransformerUtils. mapFieldValues(IngestDocument doc, java.util.Map<java.lang.String,java.lang.String> fieldMapping, FieldValueMapper mapper, NewFieldCreator newFieldCreator)
Map each document based on the fieldMapping using the suppliedFieldValueMapper
.static void
TransformerUtils. modifyFieldValues(IngestDocument doc, java.lang.Iterable<java.lang.String> input, AdvancedFieldValueModifier handler)
Iterates over all fields ininput
, passing the field values for each to themodifier
.static void
TransformerUtils. modifyFieldValues(IngestDocument doc, java.lang.Iterable<java.lang.String> input, FieldValueModifier modifier)
Iterates over all fields ininput
, passing the field values for each to themodifier
.static <T> boolean
TransformerUtils. processDocument(IngestDocument doc, FieldValueCreatingTransformer<T> transformer)
A processDocument utility method for FieldValueCreatingTransformer, because that class doesn't have one. -
Uses of IngestDocument in com.attivio.platform.util
Methods in com.attivio.platform.util with parameters of type IngestDocument Modifier and Type Method Description void
AbstractDocumentAssociation. clearAssociation(IngestDocument doc)
Clears any association related fieldsPhraseQuery
AbstractDocumentAssociation. createChildQuery(IngestDocument doc)
Creates a Query that will find all children of this document, if any.java.util.ArrayList<java.lang.String>
AbstractDocumentAssociation. getAncestry(IngestDocument doc)
int
AbstractDocumentAssociation. getChildCount(IngestDocument doc)
int
AbstractDocumentAssociation. getChildIndex(IngestDocument doc)
java.lang.String
AbstractDocumentAssociation. getParentId(IngestDocument doc)
java.lang.String
AbstractDocumentAssociation. getUltimateParentId(IngestDocument doc)
void
AbstractDocumentAssociation. noteChild(IngestDocument parent, IngestDocument child)
Annotates parent and child documents such that the parent child relationship is maintained. -
Uses of IngestDocument in com.attivio.sdk.client
Methods in com.attivio.sdk.client that return IngestDocument Modifier and Type Method Description IngestDocument
DocumentProcessorApi. process(IngestDocument doc, java.lang.String workflow)
Process a given document by running it through a given workflow.IngestDocument
DocumentStoreApi. retrieve(java.lang.String namespace, java.lang.String docId)
IngestDocument
DocumentStoreApi. storeAndUpdate(java.lang.String namespace, IngestDocument doc, java.util.List<java.lang.String> filterFields, boolean storeContentPointers)
Stores the document innamespace
, creating indexes which allow equality filtering on the list of fields provided.Methods in com.attivio.sdk.client that return types with arguments of type IngestDocument Modifier and Type Method Description java.util.List<IngestDocument>
ConnectorControlApi. debugConnector(java.lang.String connectorName, int numDocs)
A method to help with debugging connectors.java.lang.Iterable<IngestDocument>
DocumentStoreApi. filteredRetrieve(java.lang.String namespace, java.util.Map<java.lang.String,java.lang.String> filters)
Finds and returns the documents matching the provided equality filters.Methods in com.attivio.sdk.client with parameters of type IngestDocument Modifier and Type Method Description void
DocumentOutputClient. feed(IngestDocument... docs)
Senddocs
to AIE.void
IngestClient. feed(IngestDocument doc, AttivioAcl acl)
Feeds the document with its ACL to AIE.IngestDocument
DocumentProcessorApi. process(IngestDocument doc, java.lang.String workflow)
Process a given document by running it through a given workflow.void
DocumentStoreApi. store(java.lang.String namespace, IngestDocument doc, java.util.List<java.lang.String> filterFields, boolean storeContentPointers)
Stores the document innamespace
, creating indexes which allow equality filtering on the list of fields provided.IngestDocument
DocumentStoreApi. storeAndUpdate(java.lang.String namespace, IngestDocument doc, java.util.List<java.lang.String> filterFields, boolean storeContentPointers)
Stores the document innamespace
, creating indexes which allow equality filtering on the list of fields provided.Method parameters in com.attivio.sdk.client with type arguments of type IngestDocument Modifier and Type Method Description void
DocumentOutputClient. feed(java.lang.Iterable<IngestDocument> docs)
Senddocs
to AIE. -
Uses of IngestDocument in com.attivio.sdk.client.trigger
Methods in com.attivio.sdk.client.trigger that return IngestDocument Modifier and Type Method Description IngestDocument
TriggerApi. process(TriggerDictionaryName dictionaryName, IngestDocument document, boolean published)
Processdocument
according todictionaryName
.default IngestDocument
TriggerApi. process(java.lang.String dictionaryName, IngestDocument document, boolean published)
Deprecated.Methods in com.attivio.sdk.client.trigger with parameters of type IngestDocument Modifier and Type Method Description IngestDocument
TriggerApi. process(TriggerDictionaryName dictionaryName, IngestDocument document, boolean published)
Processdocument
according todictionaryName
.default IngestDocument
TriggerApi. process(java.lang.String dictionaryName, IngestDocument document, boolean published)
Deprecated. -
Uses of IngestDocument in com.attivio.sdk.connector
Methods in com.attivio.sdk.connector with parameters of type IngestDocument Modifier and Type Method Description void
DocumentPublisher. feed(IngestDocument... doc)
Feed one of more documents to Attivio.void
MockPublisher. feed(IngestDocument... docs)
void
MockPublisher. feed(IngestDocument doc, AttivioAcl acl)
void
DocumentPublisher. put(IngestDocument doc, java.lang.String fieldName, java.lang.String id, java.io.InputStream is)
Store the content stream in the content store an put aContentPointer
in the indicated document field.void
MockPublisher. put(IngestDocument doc, java.lang.String fieldName, java.lang.String id, java.io.InputStream is)
-
Uses of IngestDocument in com.attivio.sdk.esb
Methods in com.attivio.sdk.esb with parameters of type IngestDocument Modifier and Type Method Description void
ProcessingResult. completed(IngestDocument doc)
void
ProcessingResult. debug(IngestDocument doc, java.lang.String msg)
void
ProcessingResult. drop(IngestDocument doc)
void
ProcessingResult. drop(IngestDocument doc, ErrorCode errorCode)
void
ProcessingResult. drop(IngestDocument doc, java.lang.String msg)
void
ProcessingResult. drop(IngestDocument doc, java.lang.Throwable t)
void
ProcessingResult. error(IngestDocument doc, java.lang.Throwable e, java.lang.String msg)
void
ProcessingResult. fail(IngestDocument doc)
void
ProcessingResult. fail(IngestDocument doc, ErrorCode errorCode, java.lang.Throwable e)
void
ProcessingResult. fail(IngestDocument doc, ErrorCode defaultErrorCode, java.lang.Throwable e, java.lang.String msg)
void
ProcessingResult. fail(IngestDocument doc, java.lang.String msg)
void
ProcessingResult. fail(IngestDocument doc, java.lang.Throwable e)
void
ProcessingResult. lost(IngestDocument doc)
void
ProcessingResult. notHandled(IngestDocument doc)
void
ProcessingResult. setCurrentDocument(IngestDocument currentDocument)
Convenience function to set the current document context.void
ProcessingResult. warn(IngestDocument doc, ErrorCode errorCode, java.lang.String msg, java.lang.Object... args)
void
ProcessingResult. warn(IngestDocument doc, ErrorCode defaultErrorCode, java.lang.Throwable e, java.lang.String msg)
void
ProcessingResult. warn(IngestDocument doc, java.lang.Throwable e)
void
ProcessingResult. warn(IngestDocument doc, java.lang.Throwable e, java.lang.String msg, java.lang.Object... args)
Constructors in com.attivio.sdk.esb with parameters of type IngestDocument Constructor Description DocData(IngestDocument doc)
-
Uses of IngestDocument in com.attivio.sdk.ingest
Methods in com.attivio.sdk.ingest that return IngestDocument Modifier and Type Method Description protected IngestDocument
DocumentList. clone(IngestDocument tmp)
IngestDocument
IngestDocument. clone()
IngestDocument
BulkUpdate. getDocument()
Get the template document for this bulk update.IngestDocument
DocumentList. getDocument(java.lang.String id)
Gets a document from this list by document ID.Methods in com.attivio.sdk.ingest with parameters of type IngestDocument Modifier and Type Method Description protected IngestDocument
DocumentList. clone(IngestDocument tmp)
void
IngestDocument. importFields(IngestDocument doc)
Import all fields into this document. -
Uses of IngestDocument in com.attivio.sdk.scanner
Methods in com.attivio.sdk.scanner with parameters of type IngestDocument Modifier and Type Method Description void
ParentChildDocumentAssociation. clearAssociation(IngestDocument doc)
Clears any association related fieldsPhraseQuery
ParentChildDocumentAssociation. createChildQuery(IngestDocument doc)
Creates a Query that will find all children of this document, if any.java.util.ArrayList<java.lang.String>
ParentChildDocumentAssociation. getAncestry(IngestDocument doc)
int
ParentChildDocumentAssociation. getChildCount(IngestDocument doc)
int
ParentChildDocumentAssociation. getChildIndex(IngestDocument doc)
java.lang.String
ParentChildDocumentAssociation. getParentId(IngestDocument doc)
java.lang.String
ParentChildDocumentAssociation. getUltimateParentId(IngestDocument doc)
boolean
IncludeExcludeDocumentFilter. isIncluded(IngestDocument doc, java.lang.String filterName)
The value of the field is evaluated by the filter to determine if the document should be published.void
ParentChildDocumentAssociation. noteChild(IngestDocument parent, IngestDocument child)
Annotates parent and child documents such that the parent child relationship is maintained. -
Uses of IngestDocument in com.attivio.sdk.scanner.concurrency
Methods in com.attivio.sdk.scanner.concurrency that return IngestDocument Modifier and Type Method Description IngestDocument
DocumentAndAcl. getDocument()
Methods in com.attivio.sdk.scanner.concurrency with parameters of type IngestDocument Modifier and Type Method Description void
ContentStoreAccess. put(IngestDocument doc, java.lang.String fieldName, java.lang.String id, java.io.InputStream is)
Store the content stream in the content store and put aContentPointer
in the indicated document field.void
DocumentAndAcl. setDocument(IngestDocument document)
Constructors in com.attivio.sdk.scanner.concurrency with parameters of type IngestDocument Constructor Description DocumentAndAcl(IngestDocument document, AttivioAcl acl)
-
Uses of IngestDocument in com.attivio.sdk.security
Methods in com.attivio.sdk.security that return IngestDocument Modifier and Type Method Description static IngestDocument
SecurityUtils. attachAcl(IngestDocument doc, AttivioAcl acl)
Attaches the ACL to the given document.static IngestDocument
SecurityUtils. createDeleteDocument(AttivioPrincipalKey principalKey)
Creates a document for deletion of a principal.static IngestDocument
SecurityUtils. createIngestDocument(AttivioPrincipal principal)
Creates a document for ingestion of a principal.Methods in com.attivio.sdk.security with parameters of type IngestDocument Modifier and Type Method Description static IngestDocument
SecurityUtils. attachAcl(IngestDocument doc, AttivioAcl acl)
Attaches the ACL to the given document.void
SecurityFeeder. feed(IngestDocument doc, AttivioAcl acl)
Sendsdoc
to the document receiver with the given ACL. -
Uses of IngestDocument in com.attivio.sdk.server.component.ingest
Methods in com.attivio.sdk.server.component.ingest with parameters of type IngestDocument Modifier and Type Method Description void
ProcessingFeedbackHandler. debug(IngestDocument doc, java.lang.String message, java.lang.Object... args)
Return a debug message result to the client about the processing results of the current document.void
ProcessingFeedbackHandler. drop(IngestDocument ingestDocument)
Report a dropped documentvoid
ProcessingFeedbackHandler. error(IngestDocument doc, java.lang.Exception e, java.lang.String message, java.lang.Object... args)
Report an error to the client about the processing results of the current document.void
ProcessingFeedbackHandler. fail(IngestDocument doc, ErrorCode code, java.lang.Throwable e)
void
HandlesDocumentTimeout. handleDocumentTimeout(IngestDocument doc, long timeoutPeriod, java.lang.Exception ex)
Method called when a timeout occurs.void
MultiOutputDocumentTransformer. process(IngestDocument doc, DocumentOutputClient out)
Generates documents and messages from a single input document.void
ChildDocumentPostProcessor. processChildDocument(IngestDocument parent, IngestDocument child)
Modify the parent and/or child document adding messages to the result as appropriate.boolean
DocumentModifyingTransformer. processDocument(IngestDocument doc)
Processes a singleIngestDocument
.void
ProcessingFeedbackDocumentTagger. tag(java.lang.String stageName, ProcessingFeedbackDocumentTagger.ProcessingResultLevel level, IngestDocument doc, java.lang.Exception e, java.lang.String message, java.lang.Object... args)
void
ProcessingFeedbackHandler. warn(IngestDocument doc, ErrorCode code, java.lang.Throwable e)
void
ProcessingFeedbackHandler. warn(IngestDocument doc, java.lang.Exception e, java.lang.String message, java.lang.Object... args)
Warn the client about the processing results of the current document. -
Uses of IngestDocument in com.attivio.sdk.server.component.reduce
Methods in com.attivio.sdk.server.component.reduce that return IngestDocument Modifier and Type Method Description IngestDocument
ReducingTransformer. reduce(java.lang.String keyValue, java.util.Iterator<IngestDocument> documents)
Reduces a set of IngestDocument(s) based on keyMethod parameters in com.attivio.sdk.server.component.reduce with type arguments of type IngestDocument Modifier and Type Method Description IngestDocument
ReducingTransformer. reduce(java.lang.String keyValue, java.util.Iterator<IngestDocument> documents)
Reduces a set of IngestDocument(s) based on key -
Uses of IngestDocument in com.attivio.sdk.service
Methods in com.attivio.sdk.service that return IngestDocument Modifier and Type Method Description IngestDocument
MockDocumentProcessorApi. process(IngestDocument doc, java.lang.String workflowName)
IngestDocument
MockDocumentStore. retrieve(java.lang.String collection, java.lang.String docId)
IngestDocument
MockDocumentStore. storeAndUpdate(java.lang.String namespace, IngestDocument doc, java.util.List<java.lang.String> filterFields, boolean storeContentPointers)
Stores the document innamespace
, creating indexes which allow equality filtering on the list of fields provided.Methods in com.attivio.sdk.service that return types with arguments of type IngestDocument Modifier and Type Method Description java.lang.Iterable<IngestDocument>
MockDocumentStore. filteredRetrieve(java.lang.String collection, java.util.Map<java.lang.String,java.lang.String> filterVals)
Finds and returns the documents matching the provided equality filters.Methods in com.attivio.sdk.service with parameters of type IngestDocument Modifier and Type Method Description IngestDocument
MockDocumentProcessorApi. process(IngestDocument doc, java.lang.String workflowName)
void
MockDocumentStore. store(java.lang.String namespace, IngestDocument doc, java.util.List<java.lang.String> filterFields, boolean storeContentPointers)
Stores the document innamespace
, creating indexes which allow equality filtering on the list of fields provided.IngestDocument
MockDocumentStore. storeAndUpdate(java.lang.String namespace, IngestDocument doc, java.util.List<java.lang.String> filterFields, boolean storeContentPointers)
Stores the document innamespace
, creating indexes which allow equality filtering on the list of fields provided.Constructors in com.attivio.sdk.service with parameters of type IngestDocument Constructor Description MockAuditDetail(java.util.UUID clientId, IngestDocument doc, ProcessingResultCode code)
-
Uses of IngestDocument in com.attivio.sdk.test
Methods in com.attivio.sdk.test that return IngestDocument Modifier and Type Method Description IngestDocument
MockIngestClient. getDocumentWithId(java.lang.String docId)
Methods in com.attivio.sdk.test that return types with arguments of type IngestDocument Modifier and Type Method Description java.util.List<IngestDocument>
MockIngestClient. getDocumentList()
Methods in com.attivio.sdk.test with parameters of type IngestDocument Modifier and Type Method Description static void
DocumentAssert. assertFieldValue(IngestDocument doc, java.lang.String field, java.lang.Object value)
check a doc value.static void
DocumentAssert. assertFieldValueContains(IngestDocument doc, java.lang.String field, java.lang.String value)
static void
DocumentAssert. assertFieldValueList(IngestDocument doc, java.lang.String field, java.lang.Object... values)
Assert that a document has the specified values for a fieldstatic <T> void
DocumentAssert. assertFieldValueSet(IngestDocument doc, java.lang.String field, T... values)
static IngestFieldValue
DocumentAssert. assertSingleValue(IngestDocument doc, java.lang.String field)
static IngestFieldValue
DocumentAssert. assertSingleValueOrNull(IngestDocument doc, java.lang.String field)
void
MockProcessingFeedbackHandler. debug(IngestDocument doc, java.lang.String message, java.lang.Object... args)
***************************************************************************************************************void
MockProcessingFeedbackHandler. drop(IngestDocument doc)
Report a dropped documentvoid
MockProcessingFeedbackHandler. error(IngestDocument doc, java.lang.Exception e, java.lang.String message, java.lang.Object... args)
***************************************************************************************************************void
MockProcessingFeedbackHandler. fail(IngestDocument doc, ErrorCode code, java.lang.Throwable e)
void
MockIngestClient. feed(IngestDocument... docs)
void
MockIngestClient. feed(IngestDocument doc, AttivioAcl acl)
void
MockDocumentProcessingWorkflow. process(IngestDocument doc)
Process document in place for testing purposes.void
MockProcessingFeedbackHandler. warn(IngestDocument doc, ErrorCode code, java.lang.Throwable e)
void
MockProcessingFeedbackHandler. warn(IngestDocument doc, java.lang.Exception e, java.lang.String message, java.lang.Object... args)
***************************************************************************************************************Method parameters in com.attivio.sdk.test with type arguments of type IngestDocument Modifier and Type Method Description void
MockIngestClient. feed(java.lang.Iterable<IngestDocument> docs)
-
Uses of IngestDocument in com.attivio.sdk.util
Methods in com.attivio.sdk.util with parameters of type IngestDocument Modifier and Type Method Description IngestFieldValue
AdvancedFieldValueMapper. createMappedValue(IngestDocument doc, IngestField f, IngestFieldValue fv)
Process a single field value and returns the new value.IngestFieldValue
AdvancedFieldValueMapperWrapper. createMappedValue(IngestDocument doc, IngestField f, IngestFieldValue fv)
void
AdvancedFieldValueModifier. modifyFieldValue(IngestDocument doc, IngestField f, IngestFieldValue fv)
Modify a single field value in place. -
Uses of IngestDocument in com.attivio.sysstate
Methods in com.attivio.sysstate with parameters of type IngestDocument Modifier and Type Method Description void
NoOpSystemStateMonitor. startDocumentEvent(PlatformMessage msg, java.lang.String componentName, IngestDocument doc)
Starts a document event.void
SystemStateMonitor. startDocumentEvent(PlatformMessage msg, java.lang.String componentName, IngestDocument doc)
Starts a document event.void
MetricsCollector. startProcessingDocument(PlatformMessage msg, IngestDocument doc)
Call this method when this MetricsCollector's component starts processing a document.void
NoOpSystemStateMonitor. stopDocumentEvent(PlatformMessage msg, java.lang.String componentName, IngestDocument doc, long duration)
Stops a document event.void
SystemStateMonitor. stopDocumentEvent(PlatformMessage msg, java.lang.String componentName, IngestDocument doc, long durationInNano)
Stops a document event.void
MetricsCollector. stopProcessingDocument(PlatformMessage msg, IngestDocument doc, long timeSpentProcessingDocument)
Call this method when this MetricsCollector's component stops processing a document. -
Uses of IngestDocument in com.attivio.util
Methods in com.attivio.util with parameters of type IngestDocument Modifier and Type Method Description boolean
IncludeExcludeDocumentFilterImpl. isIncluded(IngestDocument doc, java.lang.String filterName)
-
Uses of IngestDocument in com.attivio.util.ft
Methods in com.attivio.util.ft that return IngestDocument Modifier and Type Method Description IngestDocument
TransactionStorage.TransactionInput. readDocument()
Methods in com.attivio.util.ft with parameters of type IngestDocument Modifier and Type Method Description boolean
TransactionReceiver. add(long progress, byte[] id, IngestDocument doc)
Receive anIngestDocument
from the transaction logvoid
TransactionLog. addDocument(byte[] id, IngestDocument doc)
Add a document update to the transaction log.void
TransactionLog. addDocument(IngestDocument doc)
Add a document update to the transaction log.void
TransactionStorage.FrameOutputStream. writeDocument(IngestDocument doc)
-
Uses of IngestDocument in com.attivio.util.serialization
Methods in com.attivio.util.serialization with parameters of type IngestDocument Modifier and Type Method Description static void
IngestDocumentConverter. unmarshal(IngestDocument doc, com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Static method to unmarshal an AttivioDocument.
-