public static interface EffectiveNodeTypeCache.Key extends Comparable<EffectiveNodeTypeCache.Key>
ENTKey uniquely identifies
a combination (i.e. an aggregation) of one or more node types.| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(EffectiveNodeTypeCache.Key otherKey)
Checks if the
otherKey is contained in this one. |
org.apache.jackrabbit.spi.Name[] |
getNames()
Returns the node type names of this key.
|
EffectiveNodeTypeCache.Key |
subtract(EffectiveNodeTypeCache.Key otherKey)
Creates a new key as a result of a subtract operation.
|
compareToorg.apache.jackrabbit.spi.Name[] getNames()
boolean contains(EffectiveNodeTypeCache.Key otherKey)
otherKey is contained in this one. I.e. if
this key contains all node type names of the other key.otherKey - the other key to checktrue if this key contains the other key;
false otherwise.EffectiveNodeTypeCache.Key subtract(EffectiveNodeTypeCache.Key otherKey)
EffectiveNodeTypeCache.contains(Key)
returns false).otherKey - the other key to subtractCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.