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(org.alfresco.service.namespace.QName elementName, org.alfresco.service.cmr.dictionary.DictionaryService dictionary, Importer importer)
          Construct
 
Method Summary
 org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
           
 org.alfresco.service.namespace.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(org.alfresco.service.namespace.QName elementName,
                      org.alfresco.service.cmr.dictionary.DictionaryService dictionary,
                      Importer importer)
Construct

Parameters:
dictionary -
elementName -
progress -
Method Detail

getElementName

public org.alfresco.service.namespace.QName getElementName()
Returns:
the element name

getDictionaryService

public org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
Returns:
the dictionary service

getImporter

public Importer getImporter()
Returns:
the importer


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