Uses of Class
org.apache.jackrabbit.core.nodetype.NodeTypeConflictException
-
Packages that use NodeTypeConflictException Package Description org.apache.jackrabbit.core.nodetype -
-
Uses of NodeTypeConflictException in org.apache.jackrabbit.core.nodetype
Methods in org.apache.jackrabbit.core.nodetype that throw NodeTypeConflictException Modifier and Type Method Description EffectiveNodeType
NodeTypeRegistry. getEffectiveNodeType(Set<Name> mixins)
Returns the effective node type representation of the given node types.EffectiveNodeType
NodeTypeRegistry. getEffectiveNodeType(Name primary, Set<Name> mixins)
Returns the effective node type of a node with the given primary and mixin types.
-