Uses of Class
com.attivio.sdk.ingest.DocumentMode
-
Packages that use DocumentMode Package Description com.attivio.sdk.client.audit com.attivio.sdk.esb com.attivio.sdk.ingest com.attivio.sdk.server.component.ingest Interfaces for all ingest related transformers and associated dependencies of those transformers.com.attivio.sdk.service -
-
Uses of DocumentMode in com.attivio.sdk.client.audit
Methods in com.attivio.sdk.client.audit that return DocumentMode Modifier and Type Method Description DocumentModeAuditDetail. getDocumentMode()TheDocumentModefor the document. -
Uses of DocumentMode in com.attivio.sdk.esb
Fields in com.attivio.sdk.esb declared as DocumentMode Modifier and Type Field Description DocumentModeProcessingResult.DocData. modeConstructors in com.attivio.sdk.esb with parameters of type DocumentMode Constructor Description DocData(DocumentMode mode, java.lang.String id, java.util.UUID correlationId) -
Uses of DocumentMode in com.attivio.sdk.ingest
Fields in com.attivio.sdk.ingest declared as DocumentMode Modifier and Type Field Description static DocumentModeIngestDocument. DEFAULT_DOCUMENT_MODEMethods in com.attivio.sdk.ingest that return DocumentMode Modifier and Type Method Description static DocumentModeDocumentMode. fromExternal(java.lang.String value)Converts an external value to a DocumentMode value.static DocumentModeDocumentMode. fromOrdinal(int value)DocumentModeBulkUpdate. getDocumentMode()Get theDocumentModefor applying this bulk update.DocumentModeIngestDocument. getMode()Gets the mode for ingesting this document.static DocumentModeDocumentMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DocumentMode[]DocumentMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.ingest with parameters of type DocumentMode Modifier and Type Method Description voidBulkUpdate. setDocumentMode(DocumentMode mode)Set theDocumentModefor applying this bulk update.voidIngestDocument. setMode(DocumentMode value)Gets the mode for ingesting this document.Constructors in com.attivio.sdk.ingest with parameters of type DocumentMode Constructor Description BulkUpdate(DocumentMode mode)BulkUpdate(java.util.UUID cid, WorkflowQueue workflow, DocumentMode mode)BulkUpdate(java.util.UUID cid, DocumentMode mode)BulkUpdate(java.util.UUID cid, java.lang.String workflow, DocumentMode mode)IngestDocument(java.lang.String id, DocumentMode mode)Construct a new IngestDocument. -
Uses of DocumentMode in com.attivio.sdk.server.component.ingest
Fields in com.attivio.sdk.server.component.ingest with type parameters of type DocumentMode Modifier and Type Field Description static java.util.Set<DocumentMode>HandlesSpecificDocumentModes. ALL_MODESAll document modes.Methods in com.attivio.sdk.server.component.ingest that return types with arguments of type DocumentMode Modifier and Type Method Description java.util.Set<DocumentMode>HandlesSpecificDocumentModes. getHandledDocumentModes()Gets a set ofDocumentModes that are handled by this stage. -
Uses of DocumentMode in com.attivio.sdk.service
Fields in com.attivio.sdk.service declared as DocumentMode Modifier and Type Field Description DocumentModeMockIngestApi.MockAuditDetail. docModeMethods in com.attivio.sdk.service that return DocumentMode Modifier and Type Method Description DocumentModeMockIngestApi.MockAuditDetail. getDocumentMode()TheDocumentModefor the document.
-