@StableMinor(version="12.3", sinceVersion="8.1") public class StandardDocument extends Document
Document
that provides standard fields access.StandardDocumentType
,
Serialized FormModifier and Type | Class and Description |
---|---|
static interface |
StandardDocument.Standard
API that provides access to standard fields.
|
Modifier | Constructor and Description |
---|---|
protected |
StandardDocument(StandardDocumentType documentType)
Creates a new standard document based on the given type.
|
Modifier and Type | Method and Description |
---|---|
StandardDocument.Standard |
getStandard()
Returns an API for accessing the standard fields in this document.
|
clear, containsKey, containsValue, entrySet, get, get, getDocumentType, getId, isEmpty, keySet, newFieldValueProxy, put, put, putAll, remove, setId, size, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
protected StandardDocument(StandardDocumentType documentType)
documentType
- the document type.public StandardDocument.Standard getStandard()
If a document field value is modified without using this API, the object previously returned by this method (or its child objects) may no longer reflect the correct data in the document. In this case this method should be called again to obtain another Standard object to be used.
StandardDocumentType.StandardFields
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.