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 direct Property getters on DocumentModel instead
A document part is the root of a property tree which is specified by a schema
Author:
Bogdan Stefanescu
See Also:
  • Method Details

    • getSchema

      Schema getSchema()
      Deprecated.
      The document schema.
      Specified by:
      getSchema in interface Property
      Returns:
      the schema
    • createProperty

      Property createProperty(Property parent, Field field)
      Deprecated.
    • createProperty

      Property createProperty(Property parent, Field field, int flags)
      Deprecated.
    • getClearComplexPropertyBeforeSet

      boolean getClearComplexPropertyBeforeSet()
      Deprecated.
      Whether or not to ignore any previous values when setting complex properties.
      Returns:
      true if setting a complex property ignores any previous values
      Since:
      9.3