|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EffectiveNodeTypeProvider
EffectiveNodeTypeProvider...
| Method Summary | |
|---|---|
EffectiveNodeType |
getEffectiveNodeType(org.apache.jackrabbit.spi.Name ntName)
Build the EffectiveNodeType from the given
NodeType name. |
EffectiveNodeType |
getEffectiveNodeType(org.apache.jackrabbit.spi.Name[] ntNames)
Build the EffectiveNodeType from the given array of
NodeType names. |
EffectiveNodeType |
getEffectiveNodeType(org.apache.jackrabbit.spi.Name[] ntNames,
Map<org.apache.jackrabbit.spi.Name,org.apache.jackrabbit.spi.QNodeTypeDefinition> ntdMap)
|
EffectiveNodeType |
getEffectiveNodeType(org.apache.jackrabbit.spi.QNodeTypeDefinition ntd,
Map<org.apache.jackrabbit.spi.Name,org.apache.jackrabbit.spi.QNodeTypeDefinition> ntdMap)
Builds an effective node type representation from the given node type definition. |
| Method Detail |
|---|
EffectiveNodeType getEffectiveNodeType(org.apache.jackrabbit.spi.Name ntName)
throws NoSuchNodeTypeException
EffectiveNodeType from the given
NodeType name.
ntName -
NoSuchNodeTypeException
EffectiveNodeType getEffectiveNodeType(org.apache.jackrabbit.spi.Name[] ntNames)
throws ConstraintViolationException,
NoSuchNodeTypeException
EffectiveNodeType from the given array of
NodeType names.
ntNames -
ConstraintViolationException
NoSuchNodeTypeException
EffectiveNodeType getEffectiveNodeType(org.apache.jackrabbit.spi.Name[] ntNames,
Map<org.apache.jackrabbit.spi.Name,org.apache.jackrabbit.spi.QNodeTypeDefinition> ntdMap)
throws ConstraintViolationException,
NoSuchNodeTypeException
ntNames - ntdMap -
ConstraintViolationException
NoSuchNodeTypeException
EffectiveNodeType getEffectiveNodeType(org.apache.jackrabbit.spi.QNodeTypeDefinition ntd,
Map<org.apache.jackrabbit.spi.Name,org.apache.jackrabbit.spi.QNodeTypeDefinition> ntdMap)
throws ConstraintViolationException,
NoSuchNodeTypeException
ntd - ntdMap -
ConstraintViolationException
NoSuchNodeTypeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||