| Package | Description |
|---|---|
| de.galan.dmsexchange.exchange | |
| de.galan.dmsexchange.exchange.container | |
| de.galan.dmsexchange.exchange.read | |
| de.galan.dmsexchange.exchange.write | |
| de.galan.dmsexchange.meta |
| Modifier and Type | Method and Description |
|---|---|
protected de.galan.verjson.core.Verjson<Document> |
DefaultExchange.getVerjsonDocument() |
| Modifier and Type | Method and Description |
|---|---|
default void |
DmsWriter.add(Document... documents)
Validates and adds documents to the export-archive.
|
void |
DmsWriter.add(Document document)
Validates and adds a
Document to the export-archive. |
default void |
DmsWriter.addQuietly(Document... documents)
Validates and adds documents to the export-archive.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
DmsWriter.add(List<Document> documents)
Validates and adds documents to the export-archive.
|
void |
DmsReader.readDocuments(Consumer<Document> consumer)
Starts reading the provided export-archive and calls the consumer for every successful
Document that is
read. |
| Modifier and Type | Method and Description |
|---|---|
protected Document |
ContainerDeserializer.readMeta(byte[] metaBytes) |
protected Document |
ContainerDeserializer.unarchive(byte[] data,
boolean standalone) |
Document |
ContainerDeserializer.unarchive(InputStream is,
boolean standalone)
Reads a tar/tgz from the given InputStream and extracts the Document containing.
|
| Modifier and Type | Method and Description |
|---|---|
protected de.galan.verjson.core.Verjson<Document> |
AbstractContainer.getVerjson() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ContainerSerializer.archive(Document document,
boolean standalone) |
void |
ContainerSerializer.archive(Document document,
boolean standalone,
OutputStream outputstream) |
protected void |
ContainerDeserializer.merge(Document result,
Map<String,byte[]> revisions) |
protected void |
ContainerSerializer.validateDocument(Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
CountingDocumentConsumer.count(Document doc) |
void |
WrappingDocumentConsumer.documentRead(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDmsReader.readDocuments(Consumer<Document> consumer) |
| Constructor and Description |
|---|
WrappingDocumentConsumer(Consumer<Document> consumer) |
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentAddedEvent.getDocument() |
Document |
DocumentAddedFailedEvent.getDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConditionalDmsWriter.add(Document document) |
void |
DefaultDmsWriter.add(Document document) |
| Constructor and Description |
|---|
DocumentAddedEvent(Document document) |
DocumentAddedFailedEvent(Document document,
ValidationResult validationResult) |
DocumentAddedFailedEvent(Document document,
ValidationResult validationResult,
Exception reason) |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.comments(Comment... commentsToAdd) |
Document |
Document.context(Context context) |
Document |
Document.createdBy(String createdBy) |
Document |
Document.createdBy(User createdBy) |
Document |
Document.createdTime(String createdTime) |
Document |
Document.createdTime(ZonedDateTime createdTime) |
Document |
Document.diretory(String directory) |
Document |
Document.documentFile(DocumentFile file) |
Document |
Document.idSystem(String idSystem) |
Document |
Document.idUser(String idUser) |
Document |
Document.labels(String... labelsToAdd) |
Document |
Document.location(String location) |
Document |
Document.note(String note) |
Document |
Document.optionIndexed(Boolean optionIndexed) |
Document |
Document.optionOcr(Boolean optionOcr) |
Document |
Document.project(String project) |
Document |
Document.source(Source source) |
Copyright © 2015. All rights reserved.