public interface EffectiveNodeTypeProvider
EffectiveNodeTypeProvider...| Modifier and Type | Method and Description |
|---|---|
EffectiveNodeType |
getEffectiveNodeType(Name ntName)
Build the
EffectiveNodeType from the given
NodeType name. |
EffectiveNodeType |
getEffectiveNodeType(Name[] ntNames)
Build the
EffectiveNodeType from the given array of
NodeType names. |
EffectiveNodeType |
getEffectiveNodeType(Name[] ntNames,
Map<Name,QNodeTypeDefinition> ntdMap) |
EffectiveNodeType |
getEffectiveNodeType(QNodeTypeDefinition ntd,
Map<Name,QNodeTypeDefinition> ntdMap)
Builds an effective node type representation from the given node type
definition.
|
EffectiveNodeType getEffectiveNodeType(Name ntName) throws javax.jcr.nodetype.NoSuchNodeTypeException
EffectiveNodeType from the given
NodeType name.ntName - javax.jcr.nodetype.NoSuchNodeTypeExceptionEffectiveNodeType getEffectiveNodeType(Name[] ntNames) throws javax.jcr.nodetype.ConstraintViolationException, javax.jcr.nodetype.NoSuchNodeTypeException
EffectiveNodeType from the given array of
NodeType names.ntNames - javax.jcr.nodetype.ConstraintViolationExceptionjavax.jcr.nodetype.NoSuchNodeTypeExceptionEffectiveNodeType getEffectiveNodeType(Name[] ntNames, Map<Name,QNodeTypeDefinition> ntdMap) throws javax.jcr.nodetype.ConstraintViolationException, javax.jcr.nodetype.NoSuchNodeTypeException
ntNames - ntdMap - javax.jcr.nodetype.ConstraintViolationExceptionjavax.jcr.nodetype.NoSuchNodeTypeExceptionEffectiveNodeType getEffectiveNodeType(QNodeTypeDefinition ntd, Map<Name,QNodeTypeDefinition> ntdMap) throws javax.jcr.nodetype.ConstraintViolationException, javax.jcr.nodetype.NoSuchNodeTypeException
ntd - ntdMap - javax.jcr.nodetype.ConstraintViolationExceptionjavax.jcr.nodetype.NoSuchNodeTypeExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.