public final class FieldsImpl extends DocumentWorkerObjectImpl implements Fields
application| Constructor and Description |
|---|
FieldsImpl(ApplicationImpl application,
DocumentImpl document) |
| Modifier and Type | Method and Description |
|---|---|
Field |
get(String fieldName) |
Document |
getDocument() |
boolean |
hasChanges() |
Iterator<Field> |
iterator() |
void |
recordChanges(ChangesJournal journal)
Records any field changes made into the specified journal.
|
void |
reset() |
Stream<Field> |
stream() |
getApplicationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplicationforEach, spliteratorpublic FieldsImpl(ApplicationImpl application, DocumentImpl document)
@Nonnull public Document getDocument()
getDocument in interface Fieldspublic boolean hasChanges()
public void recordChanges(ChangesJournal journal)
journal - the register of changesCopyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.