Uses of Class
org.apache.jackrabbit.core.xml.NodeInfo

Packages that use NodeInfo
org.apache.jackrabbit.core.xml   
 

Uses of NodeInfo in org.apache.jackrabbit.core.xml
 

Methods in org.apache.jackrabbit.core.xml with parameters of type NodeInfo
 void WorkspaceImporter.endNode(NodeInfo nodeInfo)
          Called to end the import of a node.
 void SessionImporter.endNode(NodeInfo nodeInfo)
          Called to end the import of a node.
 void Importer.endNode(NodeInfo nodeInfo)
          Called to end the import of a node.
protected  NodeImpl SessionImporter.resolveUUIDConflict(NodeImpl parent, NodeImpl conflicting, NodeInfo nodeInfo)
           
protected  NodeState WorkspaceImporter.resolveUUIDConflict(NodeState parent, NodeState conflicting, NodeInfo nodeInfo)
           
 void ProtectedNodeImporter.startChildInfo(NodeInfo childInfo, List<PropInfo> propInfos)
          Informs this importer about a new childInfo and it's properties.
 void AccessControlImporter.startChildInfo(NodeInfo childInfo, List<PropInfo> propInfos)
           
 void DefaultProtectedNodeImporter.startChildInfo(NodeInfo childInfo, List<PropInfo> propInfos)
          Does nothing.
 void WorkspaceImporter.startNode(NodeInfo nodeInfo, List<PropInfo> propInfos)
          Called to start the import of a node.
 void SessionImporter.startNode(NodeInfo nodeInfo, List<PropInfo> propInfos)
          Called to start the import of a node.
 void Importer.startNode(NodeInfo nodeInfo, List<PropInfo> propInfos)
          Called to start the import of a node.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.