Package org.nuxeo.ecm.core.api.model
Interface DocumentPart
-
- All Superinterfaces:
Cloneable,Iterable<Property>,Property,Serializable
- All Known Implementing Classes:
DocumentPartImpl
@Deprecated public interface DocumentPart extends Property
Deprecated.since 8.4, use directPropertygetters onDocumentModelinsteadA document part is the root of a property tree which is specified by a schema
-
-
Field Summary
-
Fields inherited from interface org.nuxeo.ecm.core.api.model.Property
DIRTY_MASK, IS_DIRTY, IS_MODIFIED, IS_MOVED, IS_NEW, IS_PHANTOM, IS_REMOVED, NONE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description PropertycreateProperty(Property parent, Field field)Deprecated.PropertycreateProperty(Property parent, Field field, int flags)Deprecated.booleangetClearComplexPropertyBeforeSet()Deprecated.Whether or not to ignore any previous values when setting complex properties.SchemagetSchema()Deprecated.The document schema.-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.nuxeo.ecm.core.api.model.Property
accept, addEmpty, addValue, addValue, clearDirtyFlags, convertTo, get, get, getChildren, getDirtyChildren, getDirtyFlags, getField, getName, getObjectResolver, getParent, getPath, getRoot, getType, getValue, getValue, getValue, getValue, getValueForWrite, getXPath, hasDefaultValue, init, isComplex, isContainer, isDirty, isForceDirty, isList, isModified, isMoved, isNew, isNormalized, isPhantom, isReadOnly, isRemoved, isSameAs, isScalar, isSecured, moveTo, newInstance, normalize, remove, resolvePath, resolvePath, set, setForceDirty, setReadOnly, setValue, setValue, setValue, size, validateType
-
-
-
-
Method Detail
-
getSchema
Schema getSchema()
Deprecated.The document schema.
-
getClearComplexPropertyBeforeSet
boolean getClearComplexPropertyBeforeSet()
Deprecated.Whether or not to ignore any previous values when setting complex properties.- Returns:
trueif setting a complex property ignores any previous values- Since:
- 9.3
-
-