Package org.alfresco.repo.importer.view
Class ViewParser
java.lang.Object
org.alfresco.repo.importer.view.ViewParser
- All Implemented Interfaces:
Parser
Importer for parsing and importing nodes given the Repository View schema.
- Author:
- David Caruana
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidParse nodes from specified input stream and import via the provided importervoidsetDictionaryService(DictionaryService dictionaryService) voidsetNamespaceService(NamespaceService namespaceService) voidsetNodeService(NodeService nodeService)
-
Constructor Details
-
ViewParser
public ViewParser()Construct
-
-
Method Details
-
setNamespaceService
- Parameters:
namespaceService- the namespace service
-
setNodeService
- Parameters:
nodeService- the node service
-
setDictionaryService
- Parameters:
dictionaryService- the dictionary service
-
parse
Description copied from interface:ParserParse nodes from specified input stream and import via the provided importer
-