Uses of Class
org.apache.jackrabbit.core.xml.PropInfo
-
Packages that use PropInfo Package Description org.apache.jackrabbit.core.security.user org.apache.jackrabbit.core.xml -
-
Uses of PropInfo in org.apache.jackrabbit.core.security.user
Methods in org.apache.jackrabbit.core.security.user with parameters of type PropInfo Modifier and Type Method Description booleanUserImporter. handlePropInfo(NodeImpl parent, PropInfo protectedPropInfo, QPropertyDefinition def)booleanUserImporter. handlePropInfo(NodeState parent, PropInfo protectedPropInfo, QPropertyDefinition def)Method parameters in org.apache.jackrabbit.core.security.user with type arguments of type PropInfo Modifier and Type Method Description voidUserImporter. startChildInfo(NodeInfo childInfo, List<PropInfo> propInfos) -
Uses of PropInfo in org.apache.jackrabbit.core.xml
Methods in org.apache.jackrabbit.core.xml with parameters of type PropInfo Modifier and Type Method Description protected voidSessionImporter. createProperty(NodeImpl node, PropInfo pInfo, QPropertyDefinition def)booleanDefaultProtectedItemImporter. handlePropInfo(NodeImpl parent, PropInfo protectedPropInfo, QPropertyDefinition def)Always returnsfalse.booleanDefaultProtectedItemImporter. handlePropInfo(NodeState parent, PropInfo protectedPropInfo, QPropertyDefinition def)Always returnsfalse.booleanProtectedPropertyImporter. handlePropInfo(NodeImpl parent, PropInfo protectedPropInfo, QPropertyDefinition def)Handles a single protected property.booleanProtectedPropertyImporter. handlePropInfo(NodeState parent, PropInfo protectedPropInfo, QPropertyDefinition def)Handles a single protected property.protected voidWorkspaceImporter. processProperty(NodeState node, PropInfo pInfo)Method parameters in org.apache.jackrabbit.core.xml with type arguments of type PropInfo Modifier and Type Method Description voidAccessControlImporter. startChildInfo(NodeInfo childInfo, List<PropInfo> propInfos)voidDefaultProtectedItemImporter. startChildInfo(NodeInfo childInfo, List<PropInfo> propInfos)Does nothing.voidProtectedNodeImporter. startChildInfo(NodeInfo childInfo, List<PropInfo> propInfos)Informs this importer about a newchildInfoand it's properties.voidImporter. startNode(NodeInfo nodeInfo, List<PropInfo> propInfos)Called to start the import of a node.voidSessionImporter. startNode(NodeInfo nodeInfo, List<PropInfo> propInfos)Called to start the import of a node.voidWorkspaceImporter. startNode(NodeInfo nodeInfo, List<PropInfo> propInfos)Called to start the import of a node.
-