Uses of Interface
org.apache.jackrabbit.oak.spi.nodetype.EffectiveNodeType
-
Packages that use EffectiveNodeType Package Description org.apache.jackrabbit.oak.plugins.nodetype org.apache.jackrabbit.oak.spi.nodetype -
-
Uses of EffectiveNodeType in org.apache.jackrabbit.oak.plugins.nodetype
Methods in org.apache.jackrabbit.oak.plugins.nodetype that return EffectiveNodeType Modifier and Type Method Description @NotNull EffectiveNodeType
ReadOnlyNodeTypeManager. getEffectiveNodeType(@NotNull Node node)
Returns all the node types of the given node, in a breadth-first traversal order of the type hierarchy.@NotNull EffectiveNodeType
ReadOnlyNodeTypeManager. getEffectiveNodeType(@NotNull Tree tree)
-
Uses of EffectiveNodeType in org.apache.jackrabbit.oak.spi.nodetype
Methods in org.apache.jackrabbit.oak.spi.nodetype that return EffectiveNodeType Modifier and Type Method Description @NotNull EffectiveNodeType
EffectiveNodeTypeProvider. getEffectiveNodeType(@NotNull Node targetNode)
Calculates and returns the effective node types of the given node.@NotNull EffectiveNodeType
EffectiveNodeTypeProvider. getEffectiveNodeType(@NotNull Tree tree)
Calculates and returns the effective node types of the given tree.Methods in org.apache.jackrabbit.oak.spi.nodetype with parameters of type EffectiveNodeType Modifier and Type Method Description @NotNull NodeDefinition
EffectiveNodeType. getNodeDefinition(@NotNull String childName, @Nullable EffectiveNodeType childEffective)
-