Class CompositeDocumentTypeField

    • Method Detail

      • getInnerFields

        public Collection<DocumentTypeField> getInnerFields()
        Returns an unmodifiable collection of the inner fields.
        Returns:
        an unmodifiable collection of the inner fields.
        Since:
        8.1.0
      • getInnerField

        public DocumentTypeField getInnerField​(String fieldId)
        Returns the inner field with the given identifier or null.
        Parameters:
        fieldId - the field identifier.
        Returns:
        the inner field with the given identifier or null.
        Since:
        8.1.0