org.alfresco.repo.importer.view
Class ElementContext
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementContext
public ElementContext(org.alfresco.service.namespace.QName elementName,
org.alfresco.service.cmr.dictionary.DictionaryService dictionary,
Importer importer)
- Construct
- Parameters:
dictionary
- elementName
- progress
-
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.