Package org.alfresco.repo.importer.view
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 Summary
Constructors Constructor Description ElementContext(QName elementName, DictionaryService dictionary, Importer importer)Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DictionaryServicegetDictionaryService()QNamegetElementName()ImportergetImporter()
-
-
-
Constructor Detail
-
ElementContext
public ElementContext(QName elementName, DictionaryService dictionary, Importer importer)
Construct- Parameters:
elementName- QNamedictionary- DictionaryServiceimporter- Importer
-
-
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
-
-