Class ParentContext

java.lang.Object
org.alfresco.repo.importer.view.ElementContext
org.alfresco.repo.importer.view.ParentContext
All Implemented Interfaces:
ImportParent

public class ParentContext extends ElementContext implements ImportParent
Maintains state about the parent context of the node being imported.
Author:
David Caruana
  • Constructor Details

    • ParentContext

      public ParentContext(QName elementName, DictionaryService dictionary, Importer importer)
      Construct
      Parameters:
      elementName - QName
      dictionary - DictionaryService
      importer - Importer
    • ParentContext

      public ParentContext(QName elementName, NodeContext parent)
      Construct (with unknown child association)
      Parameters:
      elementName - QName
      parent - NodeContext
    • ParentContext

      public ParentContext(QName elementName, NodeContext parent, AssociationDefinition assocDef)
      Construct
      Parameters:
      elementName - QName
      parent - NodeContext
      assocDef - AssociationDefinition
  • Method Details