public interface Importer
| Modifier and Type | Method and Description |
|---|---|
void |
childrenImported(NodeRef nodeRef)
Signal completion of node import
|
void |
end()
Signal end of import
|
void |
error(Throwable e)
Signal import error
|
Location |
getLocation() |
QName |
getRootAssocType() |
NodeRef |
getRootRef() |
void |
importMetaData(Map<QName,String> properties)
Import meta-data
|
NodeRef |
importNode(ImportNode node)
Import a node
|
boolean |
isExcludedClass(QName className)
Is excluded Content Model Class?
|
NodeRef |
resolvePath(String path)
Resolve path within context of root reference
|
void |
start()
Signal start of import
|
NodeRef getRootRef()
QName getRootAssocType()
Location getLocation()
void start()
void end()
void error(Throwable e)
NodeRef importNode(ImportNode node)
node - the node descriptionNodeRef resolvePath(String path)
path - the path to resolveboolean isExcludedClass(QName className)
className - the class name to testvoid childrenImported(NodeRef nodeRef)
nodeRef - the node ref of the imported nodeCopyright © 2005–2021 Alfresco Software. All rights reserved.