public interface NodeImportDestination
NodeImportXmlHandler
class.Modifier and Type | Method and Description |
---|---|
ExecutionContext |
getExecutionContext()
Retrieves the execution context of the destination, in which the import will take place and which is used for creating
values via the
ValueFactories and for registering namespaces via the
NamespaceRegistry |
void |
submit(LinkedHashMap<Path,NodeImportXmlHandler.ImportElement> parseResults)
Processes the given [nodePath, parseElement] mappings, which represent the results of the xml parsing.
|
ExecutionContext getExecutionContext()
ValueFactories
and for registering namespaces via the
NamespaceRegistry
ExecutionContext
void submit(LinkedHashMap<Path,NodeImportXmlHandler.ImportElement> parseResults) throws RepositoryException
parseResults
- a Map
of import elements enqueued by path, never null.RepositoryException
- if any error occurs while processing the parse resultsCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.