Uses of Class
org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
Packages that use EffectiveNodeType Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.nodetype org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers.org.apache.jackrabbit.core.virtual org.apache.jackrabbit.core.xml -
-
Uses of EffectiveNodeType in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return EffectiveNodeType Modifier and Type Method Description EffectiveNodeTypeItemValidator. getEffectiveNodeType(NodeState state)Helper method that builds the effective (i.e.EffectiveNodeTypeNodeImpl. getEffectiveNodeType()Returns the effective (i.e. -
Uses of EffectiveNodeType in org.apache.jackrabbit.core.nodetype
Methods in org.apache.jackrabbit.core.nodetype that return EffectiveNodeType Modifier and Type Method Description EffectiveNodeTypeBitSetENTCacheImpl. get(EffectiveNodeTypeCache.Key key)Returns the effective node type for the given key ornullif the desired node type is not cached.EffectiveNodeTypeEffectiveNodeTypeCache. get(EffectiveNodeTypeCache.Key key)Returns the effective node type for the given key ornullif the desired node type is not cached.EffectiveNodeTypeEffectiveNodeTypeCacheImpl. get(EffectiveNodeTypeCache.Key key)Returns the effective node type for the given key ornullif the desired node type is not cached.EffectiveNodeTypeNodeTypeRegistry. getEffectiveNodeType(Set<Name> mixins)Returns the effective node type representation of the given node types.EffectiveNodeTypeNodeTypeRegistry. getEffectiveNodeType(Name ntName)EffectiveNodeTypeNodeTypeRegistry. getEffectiveNodeType(Name primary, Set<Name> mixins)Returns the effective node type of a node with the given primary and mixin types.EffectiveNodeTypeNodeTypeRegistry. registerNodeType(QNodeTypeDefinition ntd)Validates theNodeTypeDefand returns anEffectiveNodeTypeobject representing the newly registered node type.EffectiveNodeTypeNodeTypeRegistry. reregisterNodeType(QNodeTypeDefinition ntd)Reregister a node type.Methods in org.apache.jackrabbit.core.nodetype with parameters of type EffectiveNodeType Modifier and Type Method Description voidBitSetENTCacheImpl. put(EffectiveNodeType ent)Puts an effective node type to the cache.voidBitSetENTCacheImpl. put(EffectiveNodeTypeCache.Key key, EffectiveNodeType ent)Puts an effective node type to the cache for the given key.voidEffectiveNodeTypeCache. put(EffectiveNodeType ent)Puts an effective node type to the cache.voidEffectiveNodeTypeCache. put(EffectiveNodeTypeCache.Key key, EffectiveNodeType ent)Puts an effective node type to the cache for the given key.voidEffectiveNodeTypeCacheImpl. put(EffectiveNodeType ent)Puts an effective node type to the cache.voidEffectiveNodeTypeCacheImpl. put(EffectiveNodeTypeCache.Key key, EffectiveNodeType ent)Puts an effective node type to the cache for the given key. -
Uses of EffectiveNodeType in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version that return EffectiveNodeType Modifier and Type Method Description EffectiveNodeTypeNodeStateEx. getEffectiveNodeType()Returns the effective (i.e. -
Uses of EffectiveNodeType in org.apache.jackrabbit.core.virtual
Methods in org.apache.jackrabbit.core.virtual that return EffectiveNodeType Modifier and Type Method Description protected EffectiveNodeTypeAbstractVISProvider. getEffectiveNodeType(NodeState parent)Returns the effective (i.e. -
Uses of EffectiveNodeType in org.apache.jackrabbit.core.xml
Methods in org.apache.jackrabbit.core.xml with parameters of type EffectiveNodeType Modifier and Type Method Description QPropertyDefinitionPropInfo. getApplicablePropertyDef(EffectiveNodeType ent)
-