Class DocConfigDescriptor

java.lang.Object
org.nuxeo.ecm.platform.importer.xml.parser.DocConfigDescriptor

public class DocConfigDescriptor extends Object
Descriptor that is used to define how DocumenModel should be created from XML input
Author:
Tiry
  • Field Details

    • tagName

      protected String tagName
    • docType

      protected String docType
    • parent

      protected String parent
    • name

      protected String name
    • automationChain

      protected String automationChain
    • update

      protected boolean update
  • Constructor Details

    • DocConfigDescriptor

      public DocConfigDescriptor()
    • DocConfigDescriptor

      public DocConfigDescriptor(String tagName, String docType, String parent, String name)
  • Method Details

    • getTagName

      public String getTagName()
    • getDocType

      public String getDocType()
    • getParent

      public String getParent()
    • getName

      public String getName()
    • getUpdate

      public boolean getUpdate()
    • getAutomationChain

      public String getAutomationChain()
    • toString

      public String toString()
      Overrides:
      toString in class Object