Uses of Interface
org.apache.jackrabbit.jcr2spi.nodetype.EffectiveNodeTypeCache.Key
-
Packages that use EffectiveNodeTypeCache.Key Package Description org.apache.jackrabbit.jcr2spi.nodetype -
-
Uses of EffectiveNodeTypeCache.Key in org.apache.jackrabbit.jcr2spi.nodetype
Methods in org.apache.jackrabbit.jcr2spi.nodetype that return EffectiveNodeTypeCache.Key Modifier and Type Method Description EffectiveNodeTypeCache.KeyEffectiveNodeTypeCache. findBest(EffectiveNodeTypeCache.Key key)Searches the best key k for which the givenkeyis a super set, i.e.EffectiveNodeTypeCache.KeyEffectiveNodeTypeCache. getKey(Name[] ntNames)Returns a key for an effective node type that consists of the given node type names.EffectiveNodeTypeCache.KeyEffectiveNodeTypeCache.Key. subtract(EffectiveNodeTypeCache.Key otherKey)Creates a new key as a result of a subtract operation.Methods in org.apache.jackrabbit.jcr2spi.nodetype with parameters of type EffectiveNodeTypeCache.Key Modifier and Type Method Description booleanEffectiveNodeTypeCache. contains(EffectiveNodeTypeCache.Key key)Checks if the effective node type for the given key exists.booleanEffectiveNodeTypeCache.Key. contains(EffectiveNodeTypeCache.Key otherKey)Checks if theotherKeyis contained in this one.EffectiveNodeTypeCache.KeyEffectiveNodeTypeCache. findBest(EffectiveNodeTypeCache.Key key)Searches the best key k for which the givenkeyis a super set, i.e.EffectiveNodeTypeEffectiveNodeTypeCache. get(EffectiveNodeTypeCache.Key key)Returns the effective node type for the given key ornullif the desired node type is not cached.voidEffectiveNodeTypeCache. put(EffectiveNodeTypeCache.Key key, EffectiveNodeType ent)Puts an effective node type to the cache for the given key.EffectiveNodeTypeCache.KeyEffectiveNodeTypeCache.Key. subtract(EffectiveNodeTypeCache.Key otherKey)Creates a new key as a result of a subtract operation.
-