| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.security.user | |
| org.apache.jackrabbit.core.xml | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | UserImporter. handlePropInfo(NodeImpl parent,
              PropInfo protectedPropInfo,
              QPropertyDefinition def) | 
| boolean | UserImporter. handlePropInfo(NodeState parent,
              PropInfo protectedPropInfo,
              QPropertyDefinition def) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UserImporter. startChildInfo(NodeInfo childInfo,
              List<PropInfo> propInfos) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SessionImporter. createProperty(NodeImpl node,
              PropInfo pInfo,
              QPropertyDefinition def) | 
| boolean | DefaultProtectedItemImporter. handlePropInfo(NodeImpl parent,
              PropInfo protectedPropInfo,
              QPropertyDefinition def)Always returns  false. | 
| boolean | ProtectedPropertyImporter. handlePropInfo(NodeImpl parent,
              PropInfo protectedPropInfo,
              QPropertyDefinition def)Handles a single protected property. | 
| boolean | DefaultProtectedItemImporter. handlePropInfo(NodeState parent,
              PropInfo protectedPropInfo,
              QPropertyDefinition def)Always returns  false. | 
| boolean | ProtectedPropertyImporter. handlePropInfo(NodeState parent,
              PropInfo protectedPropInfo,
              QPropertyDefinition def)Handles a single protected property. | 
| protected void | WorkspaceImporter. processProperty(NodeState node,
               PropInfo pInfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AccessControlImporter. startChildInfo(NodeInfo childInfo,
              List<PropInfo> propInfos) | 
| void | DefaultProtectedItemImporter. startChildInfo(NodeInfo childInfo,
              List<PropInfo> propInfos)Does nothing. | 
| void | ProtectedNodeImporter. startChildInfo(NodeInfo childInfo,
              List<PropInfo> propInfos)Informs this importer about a new  childInfoand it's properties. | 
| void | Importer. 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 | WorkspaceImporter. startNode(NodeInfo nodeInfo,
         List<PropInfo> propInfos)Called to start the import of a node. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.