org.alfresco.repo.importer.view
Class ElementContext

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

public class ElementContext
extends java.lang.Object

Maintains state about the currently imported element.


Constructor Summary
ElementContext(QName elementName, DictionaryService dictionary, Importer importer)
          Construct
 
Method Summary
 DictionaryService getDictionaryService()
           
 QName getElementName()
           
 Importer getImporter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementContext

public ElementContext(QName elementName,
                      DictionaryService dictionary,
                      Importer importer)
Construct

Parameters:
dictionary -
elementName -
progress -
Method Detail

getElementName

public QName getElementName()
Returns:
the element name

getDictionaryService

public DictionaryService getDictionaryService()
Returns:
the dictionary service

getImporter

public Importer getImporter()
Returns:
the importer


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.