Class ElementContext

java.lang.Object
org.alfresco.repo.importer.view.ElementContext
Direct Known Subclasses:
MetaDataContext, NodeContext, NodeItemContext, ParentContext

public class ElementContext extends Object
Maintains state about the currently imported element.
Author:
David Caruana
  • Constructor Details

    • ElementContext

      public ElementContext(QName elementName, DictionaryService dictionary, Importer importer)
      Construct
      Parameters:
      elementName - QName
      dictionary - DictionaryService
      importer - Importer
  • Method Details

    • getElementName

      public QName getElementName()
      Returns:
      the element name
    • getDictionaryService

      public DictionaryService getDictionaryService()
      Returns:
      the dictionary service
    • getImporter

      public Importer getImporter()
      Returns:
      the importer