public final class MutableDocument extends Object
ReadOnlyDocument.| Constructor and Description |
|---|
MutableDocument(ReadOnlyDocument document) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyChangeLog(List<DocumentWorkerChangeLogEntry> changeLog) |
void |
applyChangeLogEntry(DocumentWorkerChangeLogEntry changeLogEntry) |
void |
applyChanges(List<DocumentWorkerChange> changes) |
ArrayList<ReadOnlyFailure> |
getFailures() |
Map<String,ArrayList<ReadOnlyFieldValue>> |
getFields() |
String |
getReference() |
ArrayList<MutableDocument> |
getSubdocuments() |
public MutableDocument(ReadOnlyDocument document)
public String getReference()
@Nonnull public Map<String,ArrayList<ReadOnlyFieldValue>> getFields()
@Nonnull public ArrayList<ReadOnlyFailure> getFailures()
@Nonnull public ArrayList<MutableDocument> getSubdocuments()
public void applyChangeLog(List<DocumentWorkerChangeLogEntry> changeLog) throws InvalidChangeLogException
InvalidChangeLogExceptionpublic void applyChangeLogEntry(DocumentWorkerChangeLogEntry changeLogEntry) throws InvalidChangeLogException
InvalidChangeLogExceptionpublic void applyChanges(List<DocumentWorkerChange> changes) throws InvalidChangeLogException
InvalidChangeLogExceptionCopyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.