Package org.alfresco.repo.importer.view
Class ElementContext
java.lang.Object
org.alfresco.repo.importer.view.ElementContext
- Direct Known Subclasses:
MetaDataContext,NodeContext,NodeItemContext,ParentContext
Maintains state about the currently imported element.
- Author:
- David Caruana
-
Constructor Summary
ConstructorsConstructorDescriptionElementContext(QName elementName, DictionaryService dictionary, Importer importer) Construct -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ElementContext
Construct- Parameters:
elementName- QNamedictionary- DictionaryServiceimporter- Importer
-
-
Method Details
-
getElementName
- Returns:
- the element name
-
getDictionaryService
- Returns:
- the dictionary service
-
getImporter
- Returns:
- the importer
-