Uses of Class
org.apache.jackrabbit.oak.spi.xml.PropInfo
-
Packages that use PropInfo Package Description org.apache.jackrabbit.oak.jcr.xml org.apache.jackrabbit.oak.security.authorization.accesscontrol org.apache.jackrabbit.oak.spi.xml -
-
Uses of PropInfo in org.apache.jackrabbit.oak.jcr.xml
Method parameters in org.apache.jackrabbit.oak.jcr.xml with type arguments of type PropInfo Modifier and Type Method Description voidImporterImpl. startNode(@NotNull NodeInfo nodeInfo, @NotNull List<PropInfo> propInfos) -
Uses of PropInfo in org.apache.jackrabbit.oak.security.authorization.accesscontrol
Method parameters in org.apache.jackrabbit.oak.security.authorization.accesscontrol with type arguments of type PropInfo Modifier and Type Method Description voidAccessControlImporter. startChildInfo(@NotNull NodeInfo childInfo, @NotNull List<PropInfo> propInfos) -
Uses of PropInfo in org.apache.jackrabbit.oak.spi.xml
Methods in org.apache.jackrabbit.oak.spi.xml with parameters of type PropInfo Modifier and Type Method Description booleanProtectedPropertyImporter. handlePropInfo(@NotNull Tree parent, @NotNull PropInfo protectedPropInfo, @NotNull PropertyDefinition def)Handles a single protected property.Method parameters in org.apache.jackrabbit.oak.spi.xml with type arguments of type PropInfo Modifier and Type Method Description voidProtectedNodeImporter. startChildInfo(@NotNull NodeInfo childInfo, @NotNull List<PropInfo> propInfos)Informs this importer about a newchildInfoand it's properties.voidImporter. startNode(@NotNull NodeInfo nodeInfo, @NotNull List<PropInfo> propInfos)Called to start the import of a node.
-