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 DocumentMode
AuditDetail. getDocumentMode()
TheDocumentMode
for the document. -
Uses of DocumentMode in com.attivio.sdk.esb
Fields in com.attivio.sdk.esb declared as DocumentMode Modifier and Type Field Description DocumentMode
ProcessingResult.DocData. mode
Constructors 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 DocumentMode
IngestDocument. DEFAULT_DOCUMENT_MODE
Methods in com.attivio.sdk.ingest that return DocumentMode Modifier and Type Method Description static DocumentMode
DocumentMode. fromExternal(java.lang.String value)
Converts an external value to a DocumentMode value.static DocumentMode
DocumentMode. fromOrdinal(int value)
DocumentMode
BulkUpdate. getDocumentMode()
Get theDocumentMode
for applying this bulk update.DocumentMode
IngestDocument. getMode()
Gets the mode for ingesting this document.static DocumentMode
DocumentMode. 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 void
BulkUpdate. setDocumentMode(DocumentMode mode)
Set theDocumentMode
for applying this bulk update.void
IngestDocument. 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_MODES
All 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 ofDocumentMode
s 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 DocumentMode
MockIngestApi.MockAuditDetail. docMode
Methods in com.attivio.sdk.service that return DocumentMode Modifier and Type Method Description DocumentMode
MockIngestApi.MockAuditDetail. getDocumentMode()
TheDocumentMode
for the document.
-