Uses of Interface
org.alfresco.repo.importer.Importer
-
Packages that use Importer Package Description org.alfresco.repo.importer org.alfresco.repo.importer.view -
-
Uses of Importer in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer with parameters of type Importer Modifier and Type Method Description voidParser. parse(java.io.Reader viewReader, Importer importer)Parse nodes from specified input stream and import via the provided importervoidDefaultContentHandler. setImporter(Importer importer)voidImportContentHandler. setImporter(Importer importer)Sets the Importer -
Uses of Importer in org.alfresco.repo.importer.view
Methods in org.alfresco.repo.importer.view that return Importer Modifier and Type Method Description ImporterElementContext. getImporter()Methods in org.alfresco.repo.importer.view with parameters of type Importer Modifier and Type Method Description voidViewParser. parse(java.io.Reader viewReader, Importer importer)Constructors in org.alfresco.repo.importer.view with parameters of type Importer Constructor Description ElementContext(org.alfresco.service.namespace.QName elementName, org.alfresco.service.cmr.dictionary.DictionaryService dictionary, Importer importer)ConstructParentContext(org.alfresco.service.namespace.QName elementName, org.alfresco.service.cmr.dictionary.DictionaryService dictionary, Importer importer)Construct
-