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 java.lang.ObjectMaintains state about the currently imported element.- Author:
- David Caruana
-
-
Constructor Summary
Constructors Constructor Description ElementContext(org.alfresco.service.namespace.QName elementName, org.alfresco.service.cmr.dictionary.DictionaryService dictionary, Importer importer)Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.alfresco.service.cmr.dictionary.DictionaryServicegetDictionaryService()org.alfresco.service.namespace.QNamegetElementName()ImportergetImporter()
-
-
-
Constructor Detail
-
ElementContext
public ElementContext(org.alfresco.service.namespace.QName elementName, org.alfresco.service.cmr.dictionary.DictionaryService dictionary, Importer importer)Construct- Parameters:
elementName- QNamedictionary- DictionaryServiceimporter- Importer
-
-
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
-
-