Package org.alfresco.repo.importer.view
Class ViewParser
- java.lang.Object
-
- org.alfresco.repo.importer.view.ViewParser
-
-
Constructor Summary
Constructors Constructor Description ViewParser()Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse(java.io.Reader viewReader, Importer importer)Parse nodes from specified input stream and import via the provided importervoidsetDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)voidsetNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)voidsetNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
-
-
-
Method Detail
-
setNamespaceService
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
- Parameters:
namespaceService- the namespace service
-
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
- Parameters:
nodeService- the node service
-
setDictionaryService
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
- Parameters:
dictionaryService- the dictionary service
-
-