Class AttributeConfigDescriptor


  • public class AttributeConfigDescriptor
    extends Object
    Descriptor that can be used to define how Nuxeo DocumentModel properties are filled from the input XML
    Author:
    Tiry
    • Field Detail

      • tagName

        protected String tagName
      • targetDocProperty

        protected String targetDocProperty
      • filter

        protected String filter
      • xmlPath

        protected String xmlPath
      • overwrite

        protected boolean overwrite
    • Constructor Detail

      • AttributeConfigDescriptor

        public AttributeConfigDescriptor()
      • AttributeConfigDescriptor

        public AttributeConfigDescriptor​(String tagName,
                                         String targetDocProperty,
                                         String xmlPath,
                                         String filter)
    • Method Detail

      • getTagName

        public String getTagName()
      • getTargetDocProperty

        public String getTargetDocProperty()
      • getFilter

        public String getFilter()
      • getSingleXpath

        public String getSingleXpath()
      • getOverwrite

        public boolean getOverwrite()