Uses of Interface
org.apache.jackrabbit.spi.Name
- 
- 
Uses of Name in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return Name Modifier and Type Method Description NameCachingHierarchyManager. getName(ItemId id)Returns the name of the specified item.NameHierarchyManager. getName(ItemId id)Returns the name of the specified item.NameHierarchyManager. getName(NodeId id, NodeId parentId)Returns the name of the specified item, with the given parent id.NameHierarchyManagerImpl. getName(ItemId itemId)Returns the name of the specified item.NameHierarchyManagerImpl. getName(NodeId id, NodeId parentId)Returns the name of the specified item, with the given parent id.NameNodeImpl. getPrimaryNodeTypeName()Returns the name of the primary node type as exposed on the node state without retrieving the node type.abstract NameItemImpl. getQName()protected NameItemImpl. getQName(String name)Utility method that converts the given string into a qualified JCR name.NameNodeImpl. getQName()NamePropertyImpl. getQName()NameSessionImpl. getQName(String name)Methods in org.apache.jackrabbit.core that return types with arguments of type Name Modifier and Type Method Description Set<Name>NodeImpl. getMixinTypeNames()Returns theNames of this node's mixin types.Methods in org.apache.jackrabbit.core with parameters of type Name Modifier and Type Method Description voidNodeImpl. addMixin(Name mixinName)NodeImplNodeImpl. addNode(Name nodeName, Name nodeTypeName, NodeId id)Same asexcept that this method takesNode.addNode(String, String)Namearguments instead ofStrings and has an additionaluuidargument.protected NodeImplProtectedItemModifier. addNode(NodeImpl parentImpl, Name name, Name ntName)protected NodeImplProtectedItemModifier. addNode(NodeImpl parentImpl, Name name, Name ntName, NodeId nodeId)voidBatchedItemOperations. checkAddNode(NodeState parentState, Name nodeName, Name nodeTypeName, int options)Checks if adding a child node callednodeNameof node typenodeTypeNameto the given parent node is allowed in the current context.NodeIdBatchedItemOperations. clone(NodeState srcState, NodeState destParentState, Name destName)Implementation ofBatchedItemOperations.clone(Path, Path)that has already determined the affectedNodeStates.NodeImplNodeImpl. clone(NodeImpl src, Name name)Create a child node that is a clone of a shareable node.protected NodeImplNodeImpl. createChildNode(Name name, NodeTypeImpl nodeType, NodeId id)protected PropertyImplNodeImpl. createChildProperty(Name name, int type, PropertyDefinitionImpl def)Creates a new property with the given name andtypehint and property definition.NodeStateBatchedItemOperations. createNodeState(NodeState parent, Name nodeName, Name nodeTypeName, Name[] mixinNames, NodeId id)Creates a new node.NodeStateBatchedItemOperations. createNodeState(NodeState parent, Name nodeName, Name nodeTypeName, Name[] mixinNames, NodeId id, QNodeDefinition def)Creates a new node based on the given definition.PropertyStateBatchedItemOperations. createPropertyState(NodeState parent, Name propName, int type, int numValues)Creates a new property.PropertyStateBatchedItemOperations. createPropertyState(NodeState parent, Name propName, int type, QPropertyDefinition def)Creates a new property based on the given definition.QNodeDefinitionItemValidator. findApplicableNodeDefinition(Name name, Name nodeTypeName, NodeState parentState)Helper method that finds the applicable definition for a child node with the given name and node type in the parent node's node type and mixin types.QPropertyDefinitionItemValidator. findApplicablePropertyDefinition(Name name, int type, boolean multiValued, NodeState parentState)Helper method that finds the applicable definition for a property with the given name, type and multiValued characteristic in the parent node's node type and mixin types.QPropertyDefinitionItemValidator. findApplicablePropertyDefinition(Name name, int type, NodeState parentState)Helper method that finds the applicable definition for a property with the given name, type in the parent node's node type and mixin types.protected NodeDefinitionImplNodeImpl. getApplicableChildNodeDefinition(Name nodeName, Name nodeTypeName)Returns the applicable child node definition for a child node with the specified name and node type.protected PropertyDefinitionImplNodeImpl. getApplicablePropertyDefinition(Name propertyName, int type, boolean multiValued, boolean exactTypeMatch)Returns the applicable property definition for a property with the specified name and type.protected ChildNodeEntryHierarchyManagerImpl. getChildNodeEntry(NodeState parent, Name name, int index)Returns theChildNodeEntryofparentwith the specifiednameandindexornullif there's no such entry.protected ChildNodeEntryZombieHierarchyManager. getChildNodeEntry(NodeState parent, Name name, int index)Returns theChildNodeEntryofparentwith the specifiednameandindexornullif there's no such entry.StringSessionImpl. getJCRName(Name name)NodeImplNodeImpl. getNode(Name name)Returns the child node ofthisnode with the specifiedname.NodeImplNodeImpl. getNode(Name name, int index)Returns the child node ofthisnode with the specifiedname.protected PropertyImplNodeImpl. getOrCreateProperty(Name name, int type, boolean multiValued, boolean exactTypeMatch, BitSet status)PropertyImplNodeImpl. getProperty(Name name)Returns the property ofthisnode with the specifiedname.booleanNodeImpl. hasNode(Name name)Indicates whether a child node with the specifiednameexists.booleanNodeImpl. hasNode(Name name, int index)Indicates whether a child node with the specifiednameexists.booleanNodeImpl. hasProperty(Name name)Indicates whether a property with the specifiednameexists.protected PropertyNodeImpl. internalSetProperty(Name name, InternalValue value)Sets the internal value of a property without checking any constraints.protected PropertyNodeImpl. internalSetProperty(Name name, InternalValue[] values)Sets the internal value of a property without checking any constraints.protected PropertyNodeImpl. internalSetProperty(Name name, InternalValue[] values, int type)Sets the internal value of a property without checking any constraints.booleanNodeImpl. isNodeType(Name ntName)voidCachingHierarchyManager. nodeAdded(NodeState state, Name name, int index, NodeId id)Called when a child node has been addedvoidCachingHierarchyManager. nodeRemoved(NodeState state, Name name, int index, NodeId id)Called when a child node has been removedprotected voidNodeImpl. removeChildProperty(Name propName)voidNodeImpl. removeMixin(Name mixinName)protected voidNodeImpl. renameChildNode(NodeId id, Name newName, boolean replace)protected voidNodeImpl. renameChildNode(Name oldName, int index, NodeId id, Name newName)Deprecated.use #renameChildNode(NodeId, Name, boolean)NodeImplNodeImpl. replaceChildNode(NodeId id, Name nodeName, Name nodeTypeName, Name[] mixinNames)Replaces the child node with the specifiedidby a new child node with the same id and specifiednodeName,nodeTypeNameandmixinNames.PropertyImplNodeImpl. setProperty(Name name, Value value)Same asexcept that this method takes aNode.setProperty(String, Value)Namename argument instead of aString.PropertyImplNodeImpl. setProperty(Name name, Value[] values, int type)Same asexcept that this method takes aNode.setProperty(String, Value[], int)Namename argument instead of aString.protected PropertyImplNodeImpl. setProperty(Name name, Value[] values, int type, boolean enforceType)Implementation forsetProperty()using aValuearray.protected PropertyProtectedItemModifier. setProperty(NodeImpl parentImpl, Name name, Value value)protected PropertyProtectedItemModifier. setProperty(NodeImpl parentImpl, Name name, Value[] values)protected PropertyProtectedItemModifier. setProperty(NodeImpl parentImpl, Name name, Value[] values, int type)protected PropertyProtectedItemModifier. setProperty(NodeImpl parentImpl, Name name, Value value, boolean ignorePermissions)voidPropertyImpl. setValue(Name name)voidPropertyImpl. setValue(Name[] names)Same asexcept that this method takes an array ofProperty.setValue(String[])Nameinstead ofStringvalues. - 
Uses of Name in org.apache.jackrabbit.core.cluster
Method parameters in org.apache.jackrabbit.core.cluster with type arguments of type Name Modifier and Type Method Description voidNodeTypeEventListener. externalUnregistered(Collection<Name> ntNames)Called when one or more node types have been externally unregistered.voidNodeTypeEventChannel. unregistered(Collection<Name> ntNames)Called when one or more node types have been unregistered. - 
Uses of Name in org.apache.jackrabbit.core.id
Methods in org.apache.jackrabbit.core.id that return Name Modifier and Type Method Description NamePropertyId. getName()Returns theNameof the property.Constructors in org.apache.jackrabbit.core.id with parameters of type Name Constructor Description PropertyId(NodeId parentId, Name propName)Creates a property identifier instance for the identified property. - 
Uses of Name in org.apache.jackrabbit.core.journal
Methods in org.apache.jackrabbit.core.journal that return Name Modifier and Type Method Description NameAbstractRecord. readQName()Read aNamefrmo the underlying stream.NameRecord. readQName()Read aNamefrmo the underlying stream.Methods in org.apache.jackrabbit.core.journal with parameters of type Name Modifier and Type Method Description voidAbstractRecord. writeQName(Name name)Write aNameto the underlying stream.voidReadRecord. writeQName(Name name)voidRecord. writeQName(Name name)Write aNameto the underlying stream. - 
Uses of Name in org.apache.jackrabbit.core.nodetype
Methods in org.apache.jackrabbit.core.nodetype that return Name Modifier and Type Method Description Name[]EffectiveNodeType. getAllNodeTypes()Name[]EffectiveNodeType. getInheritedNodeTypes()Name[]EffectiveNodeType. getMergedNodeTypes()Name[]EffectiveNodeTypeCache.Key. getNames()Returns the node type names of this key.NameEffectiveNodeType. getPrimaryItemName()NameNodeTypeImpl. getQName()Returns theNameof this node type.Name[]NodeTypeRegistry. getRegisteredNodeTypes()Returns the names of all registered node types.Methods in org.apache.jackrabbit.core.nodetype that return types with arguments of type Name Modifier and Type Method Description Set<Name>NodeTypeRegistry. getDependentNodeTypes(Name nodeTypeName)Returns the names of those registered node types that have dependencies on the given node type.Methods in org.apache.jackrabbit.core.nodetype with parameters of type Name Modifier and Type Method Description voidEffectiveNodeType. checkAddNodeConstraints(Name name)voidEffectiveNodeType. checkAddNodeConstraints(Name name, Name nodeTypeName, NodeTypeRegistry ntReg)protected voidNodeTypeRegistry. checkForReferencesInContent(Name nodeTypeName)Checks whether there is existing content that directly or indirectly refers to the specified node type.voidEffectiveNodeType. checkRemoveItemConstraints(Name name)voidEffectiveNodeType. checkRemoveNodeConstraints(Name name)voidEffectiveNodeType. checkRemovePropertyConstraints(Name name)booleanNodeTypeDefStore. contains(Name name)QNodeTypeDefinitionNodeTypeDefStore. get(Name name)QNodeDefinitionEffectiveNodeType. getApplicableChildNodeDef(Name name, Name nodeTypeName, NodeTypeRegistry ntReg)Returns the applicable child node definition for a child node with the specified name and node type.QPropertyDefinitionEffectiveNodeType. getApplicablePropertyDef(Name name, int type)Returns the applicable property definition for a property with the specified name and type.QPropertyDefinitionEffectiveNodeType. getApplicablePropertyDef(Name name, int type, boolean multiValued)Returns the applicable property definition for a property with the specified name, type and multiValued characteristic.Set<Name>NodeTypeRegistry. getDependentNodeTypes(Name nodeTypeName)Returns the names of those registered node types that have dependencies on the given node type.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.EffectiveNodeTypeCache.KeyBitSetENTCacheImpl. getKey(Name[] ntNames)Returns a key for an effective node type that consists of the given node type names.EffectiveNodeTypeCache.KeyEffectiveNodeTypeCache. getKey(Name[] ntNames)Returns a key for an effective node type that consists of the given node type names.EffectiveNodeTypeCache.KeyEffectiveNodeTypeCacheImpl. getKey(Name[] ntNames)Returns a key for an effective node type that consists of the given node type names.QItemDefinition[]EffectiveNodeType. getNamedItemDefs(Name name)QNodeDefinition[]EffectiveNodeType. getNamedNodeDefs(Name name)QPropertyDefinition[]EffectiveNodeType. getNamedPropDefs(Name name)NodeTypeImplNodeTypeManagerImpl. getNodeType(Name name)QNodeTypeDefinitionNodeTypeRegistry. getNodeTypeDef(Name nodeTypeName)Returns the node type definition of the node type with the given name.booleanEffectiveNodeType. hasNamedItemDef(Name name)booleanEffectiveNodeType. includesNodeType(Name nodeTypeName)Determines whether this effective node type representation includes (either through inheritance or aggregation) the given node type.booleanEffectiveNodeType. includesNodeTypes(Name[] nodeTypeNames)Determines whether this effective node type representation includes (either through inheritance or aggregation) all of the given node types.voidBitSetENTCacheImpl. invalidate(Name name)Removes all effective node types that are aggregated with the node type of the given name.voidEffectiveNodeTypeCache. invalidate(Name name)Removes all effective node types that are aggregated with the node type of the given name.voidEffectiveNodeTypeCacheImpl. invalidate(Name name)Removes all effective node types that are aggregated with the node type of the given name.booleanNodeTypeRegistry. isBuiltIn(Name nodeTypeName)booleanNodeTypeImpl. isDerivedFrom(Name nodeTypeName)Checks if this node type is directly or indirectly derived from the specified node type.booleanNodeTypeImpl. isNodeType(Name nodeTypeName)Test if this nodetype equals or is directly or indirectly derived from the node type with the specifiednodeTypeName, without checking of a node type of that name really exists.booleanNodeTypeRegistry. isRegistered(Name nodeTypeName)voidNodeTypeManagerImpl. nodeTypeRegistered(Name ntName)Called when a node type has been registered.voidNodeTypeRegistryListener. nodeTypeRegistered(Name ntName)Called when a node type has been registered.voidNodeTypeManagerImpl. nodeTypeReRegistered(Name ntName)Called when a node type has been re-registered.voidNodeTypeRegistryListener. nodeTypeReRegistered(Name ntName)Called when a node type has been re-registered.booleanNodeTypeDefStore. remove(Name name)voidNodeTypeRegistry. unregisterNodeType(Name ntName)Unregisters the specified node type.Method parameters in org.apache.jackrabbit.core.nodetype with type arguments of type Name Modifier and Type Method Description voidNodeTypeRegistry. externalUnregistered(Collection<Name> ntNames)Called when one or more node types have been externally unregistered.EffectiveNodeTypeNodeTypeRegistry. getEffectiveNodeType(Set<Name> mixins)Returns the effective node type representation of the given node types.EffectiveNodeTypeNodeTypeRegistry. getEffectiveNodeType(Name primary, Set<Name> mixins)Returns the effective node type of a node with the given primary and mixin types.voidNodeTypeManagerImpl. nodeTypesUnregistered(Collection<Name> names)Called when a set of node types has been unregistered.voidNodeTypeRegistryListener. nodeTypesUnregistered(Collection<Name> names)Called when a set of node types has been unregistered.voidNodeTypeRegistry. unregisterNodeTypes(Set<Name> ntNames)Same asexcept that a set of node types is unregistered instead of just one.NodeTypeRegistry.unregisterNodeType(Name) - 
Uses of Name in org.apache.jackrabbit.core.nodetype.virtual
Methods in org.apache.jackrabbit.core.nodetype.virtual with parameters of type Name Modifier and Type Method Description voidVirtualNodeTypeStateManager. nodeTypeRegistered(Name ntName)Called when a node type has been registered.voidVirtualNodeTypeStateManager. nodeTypeReRegistered(Name ntName)Called when a node type has been re-registered.voidVirtualNodeTypeStateProvider. onNodeTypeAdded(Name ntName)voidVirtualNodeTypeStateProvider. onNodeTypeModified(Name ntName)Method parameters in org.apache.jackrabbit.core.nodetype.virtual with type arguments of type Name Modifier and Type Method Description voidVirtualNodeTypeStateManager. nodeTypesUnregistered(Collection<Name> names)Called when a set of node types has been unregistered.voidVirtualNodeTypeStateProvider. onNodeTypesRemoved(Collection<Name> names) - 
Uses of Name in org.apache.jackrabbit.core.observation
Methods in org.apache.jackrabbit.core.observation that return Name Modifier and Type Method Description NameEventState. getNodeType()Returns the node type of the parent node associated with this event.NameEventImpl. getPrimaryNodeTypeName()Methods in org.apache.jackrabbit.core.observation that return types with arguments of type Name Modifier and Type Method Description Set<Name>EventState. getMixinNames()Returns a set ofNames which are the names of the mixins assigned to the parent node associated with this event.Set<Name>EventImpl. getMixinTypeNames()Methods in org.apache.jackrabbit.core.observation with parameters of type Name Modifier and Type Method Description static EventStateEventState. childNodeAdded(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.NODE_ADDED.static EventStateEventState. childNodeAdded(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.NODE_ADDED.static EventStateEventState. childNodeRemoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.NODE_REMOVED.static EventStateEventState. childNodeRemoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.NODE_REMOVED.static EventStateEventState. nodeMoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeNODE_MOVED.static EventStateEventState. nodeMovedWithInfo(NodeId parentId, Path destPath, NodeId childId, Path srcPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeNODE_MOVED.static EventStateEventState. nodeReordered(NodeId parentId, Path parentPath, NodeId childId, Path destChildPath, Path srcChildPath, Path beforeChildPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeNODE_MOVED.static EventStateEventState. propertyAdded(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.PROPERTY_ADDED.static EventStateEventState. propertyAdded(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.PROPERTY_ADDED.static EventStateEventState. propertyChanged(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.PROPERTY_CHANGED.static EventStateEventState. propertyChanged(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.PROPERTY_CHANGED.static EventStateEventState. propertyRemoved(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.PROPERTY_REMOVED.static EventStateEventState. propertyRemoved(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.PROPERTY_REMOVED.Method parameters in org.apache.jackrabbit.core.observation with type arguments of type Name Modifier and Type Method Description static EventStateEventState. childNodeAdded(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.NODE_ADDED.static EventStateEventState. childNodeAdded(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.NODE_ADDED.static EventStateEventState. childNodeRemoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.NODE_REMOVED.static EventStateEventState. childNodeRemoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.NODE_REMOVED.static EventStateEventState. nodeMoved(NodeId parentId, Path parentPath, NodeId childId, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeNODE_MOVED.static EventStateEventState. nodeMovedWithInfo(NodeId parentId, Path destPath, NodeId childId, Path srcPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeNODE_MOVED.static EventStateEventState. nodeReordered(NodeId parentId, Path parentPath, NodeId childId, Path destChildPath, Path srcChildPath, Path beforeChildPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeNODE_MOVED.static EventStateEventState. propertyAdded(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.PROPERTY_ADDED.static EventStateEventState. propertyAdded(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.PROPERTY_ADDED.static EventStateEventState. propertyChanged(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.PROPERTY_CHANGED.static EventStateEventState. propertyChanged(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.PROPERTY_CHANGED.static EventStateEventState. propertyRemoved(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session)Creates a newEventof typeEvent.PROPERTY_REMOVED.static EventStateEventState. propertyRemoved(NodeId parentId, Path parentPath, Path childPath, Name nodeType, Set<Name> mixins, Session session, boolean external)Creates a newEventof typeEvent.PROPERTY_REMOVED. - 
Uses of Name in org.apache.jackrabbit.core.persistence.mem
Methods in org.apache.jackrabbit.core.persistence.mem with parameters of type Name Modifier and Type Method Description protected static StringInMemPersistenceManager. buildBlobFilePath(String parentUUID, Name propName, int index)Deprecated. - 
Uses of Name in org.apache.jackrabbit.core.persistence.util
Methods in org.apache.jackrabbit.core.persistence.util that return Name Modifier and Type Method Description NameNodePropBundle.ChildNodeEntry. getName()Returns the name.NameNodePropBundle.PropertyEntry. getName()Returns the property nameNameNodePropBundle. getNodeTypeName()Returns the nodetype name of this bundleMethods in org.apache.jackrabbit.core.persistence.util that return types with arguments of type Name Modifier and Type Method Description Set<Name>NodePropBundle. getMixinTypeNames()Returns the mixin type names of this bundle.Set<Name>NodePropBundle. getPropertyNames()Returns a set of the property names.Map<Name,List<NodeId>>NodeInfo. getReferences()Methods in org.apache.jackrabbit.core.persistence.util with parameters of type Name Modifier and Type Method Description voidNodePropBundle. addChildNodeEntry(Name name, NodeId id)Adds a child node entry.NodePropBundle.PropertyEntryNodePropBundle. getPropertyEntry(Name name)Returns the property entry with the given name.booleanNodePropBundle. hasProperty(Name name)Checks if this bundle has a propertyvoidNodePropBundle. removeProperty(Name name, BLOBStore blobStore)Removes the proprty with the given name from this bundle.voidNodePropBundle. setNodeTypeName(Name nodeTypeName)Sets the node type nameMethod parameters in org.apache.jackrabbit.core.persistence.util with type arguments of type Name Modifier and Type Method Description voidNodePropBundle. setMixinTypeNames(Set<Name> mixinTypeNames)Sets the mixin type namesConstructors in org.apache.jackrabbit.core.persistence.util with parameters of type Name Constructor Description ChildNodeEntry(Name name, NodeId id)Creates a new entry with the given name and id - 
Uses of Name in org.apache.jackrabbit.core.query
Methods in org.apache.jackrabbit.core.query with parameters of type Name Modifier and Type Method Description PropertyTypeRegistry.TypeMapping[]PropertyTypeRegistry. getPropertyTypes(Name propName)Returns an array of type mappings for a given property namepropName.voidPropertyTypeRegistry. nodeTypeRegistered(Name ntName)voidPropertyTypeRegistry. nodeTypeReRegistered(Name ntName)Method parameters in org.apache.jackrabbit.core.query with type arguments of type Name Modifier and Type Method Description voidPropertyTypeRegistry. nodeTypesUnregistered(Collection<Name> names) - 
Uses of Name in org.apache.jackrabbit.core.query.lucene
Fields in org.apache.jackrabbit.core.query.lucene declared as Name Modifier and Type Field Description static NameQueryImpl. DEFAULT_SELECTOR_NAMEThe default selector name 's'.static NameExcerptProvider. REP_EXCERPTName of the rep:excerpt function.Fields in org.apache.jackrabbit.core.query.lucene with type parameters of type Name Modifier and Type Field Description static Collection<Name>SearchIndex. VALID_SYSTEM_INDEX_NODE_TYPE_NAMESValid node type names under /jcr:system.Methods in org.apache.jackrabbit.core.query.lucene that return Name Modifier and Type Method Description NameNameQuery. getName()NameOrdering. getSelectorName()Name[]FilterMultiColumnQueryHits. getSelectorNames()Name[]MultiColumnQueryHits. getSelectorNames()Name[]QueryHitsAdapter. getSelectorNames()Methods in org.apache.jackrabbit.core.query.lucene with parameters of type Name Modifier and Type Method Description static MultiColumnQueryMultiColumnQueryAdapter. adapt(Query query, Name selectorName)Adapts the givenquery.protected voidNodeIndexer. addMVPName(Document doc, Name name)Adds aFieldNames.MVPfield todocwith the resolvednameusing the internal search index namespace mapping.protected voidNodeIndexer. addNameValue(Document doc, String fieldName, Name internalValue)Adds the name value to the document as the named field.protected voidNodeIndexer. addPropertyName(Document doc, Name name)Adds the property name to the lucene _:PROPERTIES_SET field.protected voidNodeIndexer. addValue(Document doc, InternalValue value, Name name)Adds a value to the lucene Document.protected voidNodeIndexer. addValueProperty(Document doc, InternalValue value, Name name, String fieldName)Adds a property related value to the lucene Document.protected ColumnImplQueryImpl. columnForName(Name propertyName)Returns a column for the given property name and the default selector name.MultiColumnQueryHitsJackrabbitIndexSearcher. execute(Query query, Sort sort, long resultFetchHint, Name selectorName)Executes the query and returns the hits that match the query.floatIndexingConfiguration. getPropertyBoost(NodeState state, Name propertyName)Returns the boost value for the given property name.floatIndexingConfigurationImpl. getPropertyBoost(NodeState state, Name propertyName)Returns the boost value for the given property name.protected floatNodeIndexer. getPropertyBoost(Name propertyName)Returns the boost value for the given property name.protected InternalValueNodeIndexer. getValue(Name name)Utility method that extracts the first value of the named property of the current node.protected booleanNodeIndexer. isIncludedInNodeIndex(Name propertyName)Returnstrueif the property with the given name should also be added to the node scope index.booleanIndexingConfiguration. isIncludedInNodeScopeIndex(NodeState state, Name propertyName)Returnstrueif the property with the given name should be included in the node scope fulltext index.booleanIndexingConfigurationImpl. isIncludedInNodeScopeIndex(NodeState state, Name propertyName)Returnstrueif the property with the given name should be included in the node scope fulltext index.booleanIndexingConfiguration. isIndexed(NodeState state, Name propertyName)Returnstrueif the property with the given name is indexed according to this configuration.booleanIndexingConfigurationImpl. isIndexed(NodeState state, Name propertyName)Returnstrueif the property with the given name is fulltext indexed according to this configuration.protected booleanNodeIndexer. isIndexed(Name propertyName)Returnstrueif the property with the given name should be indexed.voidIndexingConfigurationImpl. nodeTypeRegistered(Name ntName)voidIndexingConfigurationImpl. nodeTypeReRegistered(Name ntName)StringAbstractNamespaceMappings. translateName(Name qName)Translates a name from a session local namespace mapping into a search index private namespace mapping.StringNamespaceMappings. translateName(Name name)Translates a name from a session local namespace mapping into a search index private namespace mapping.booleanIndexingConfiguration. useInExcerpt(NodeState state, Name propertyName)Returnstrueif the content of the property with the given name should show up in an excerpt.booleanIndexingConfigurationImpl. useInExcerpt(NodeState state, Name propertyName)Returnstrueif the content of the property with the given name should show up in an excerpt.protected booleanNodeIndexer. useInExcerpt(Name propertyName)Returnstrueif the content of the property with the given name should the used to create an excerpt.Method parameters in org.apache.jackrabbit.core.query.lucene with type arguments of type Name Modifier and Type Method Description voidIndexingConfigurationImpl. nodeTypesUnregistered(Collection<Name> names)Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type Name Constructor Description NameQuery(Name nodeName, IndexFormatVersion version, NamespaceMappings nsMappings)Creates a newNameQuery.NameRangeQuery(Name lowerName, Name upperName, boolean inclusive, IndexFormatVersion version, NamespaceMappings nsMappings, org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)Creates a new NameRangeQuery.QueryHitsAdapter(QueryHits hits, Name selectorName)Creates a new adapter forhits. - 
Uses of Name in org.apache.jackrabbit.core.query.lucene.constraint
Methods in org.apache.jackrabbit.core.query.lucene.constraint with parameters of type Name Modifier and Type Method Description booleanAndConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanChildNodeConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanComparisonConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanDescendantNodeConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanNotConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanOrConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanQueryConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanSameNodeConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.protected intSelectorBasedConstraint. getSelectorIndex(Name[] names)Returns the selector index of this constraint. - 
Uses of Name in org.apache.jackrabbit.core.query.lucene.join
Fields in org.apache.jackrabbit.core.query.lucene.join declared as Name Modifier and Type Field Description protected Name[]Join. selectorNamesThe selector names.Methods in org.apache.jackrabbit.core.query.lucene.join that return Name Modifier and Type Method Description Name[]AbstractCondition. getInnerSelectorNames()Name[]Condition. getInnerSelectorNames()Name[]Join. getSelectorNames()Methods in org.apache.jackrabbit.core.query.lucene.join with parameters of type Name Modifier and Type Method Description protected static intAbstractCondition. getIndex(MultiColumnQueryHits source, Name selectorName)Returns the index of the selector with the givenselectorNamewithin the givensource.protected static intJoin. getIndex(MultiColumnQueryHits source, Name selectorName)Returns the index of the selector with the givenselectorNamewithin the givensource.protected static MultiColumnQueryHitsJoin. getSourceWithName(Name selectorName, MultiColumnQueryHits left, MultiColumnQueryHits right)Constructors in org.apache.jackrabbit.core.query.lucene.join with parameters of type Name Constructor Description AncestorNodeJoin(MultiColumnQueryHits context, Name contextSelectorName, IndexReader reader, HierarchyResolver resolver)Creates a new ancestor node join condition.AncestorPathNodeJoin(MultiColumnQueryHits context, Name contextSelectorName, Path relPath, HierarchyManager hmgr)Creates an ancestor path node join.DescendantNodeJoin(MultiColumnQueryHits context, Name contextSelectorName, IndexReader reader, HierarchyResolver resolver)Creates a new descendant node join condition.DescendantPathNodeJoin(MultiColumnQueryHits context, Name contextSelectorName, Path relPath, HierarchyManager hmgr)Creates a new descendant path node join condition.EquiJoin(MultiColumnQueryHits inner, int innerScoreNodeIndex, NamespaceMappings nsMappings, IndexReader reader, Name innerProperty, Name outerProperty)Creates a new equi join condition.SameNodeJoin(MultiColumnQueryHits inner, Name innerSelectorName, IndexReader reader)Creates a new same node join. - 
Uses of Name in org.apache.jackrabbit.core.security
Methods in org.apache.jackrabbit.core.security with parameters of type Name Modifier and Type Method Description booleanAccessManager. isGranted(Path parentPath, Name childName, int permissions)Determines whether the specifiedpermissionsare granted on an item represented by the combination of the givenparentPathandchildName(i.e.booleanDefaultAccessManager. isGranted(Path parentPath, Name childName, int permissions) - 
Uses of Name in org.apache.jackrabbit.core.security.authorization
Fields in org.apache.jackrabbit.core.security.authorization declared as Name Modifier and Type Field Description static NameAccessControlConstants. N_ACCESSCONTROLPrincipalBased-ACL: Name of the root-node of all access-control-nodes that store the privileges for individual principals.static NameAccessControlConstants. N_POLICYDefault name for a node of type rep:Policy.static NameAccessControlConstants. N_REPO_POLICYName name for a node of type rep:Policy storing repository level privileges.static NameAccessControlConstants. NT_REP_ACCESS_CONTROLrep:AccessControl nodetypestatic NameAccessControlConstants. NT_REP_ACCESS_CONTROLLABLErep:AccessControllable nodetypestatic NameAccessControlConstants. NT_REP_ACErep:ACE nodetypestatic NameAccessControlConstants. NT_REP_ACLrep:ACL nodetypestatic NameAccessControlConstants. NT_REP_DENY_ACErep:DenyACE nodetypestatic NameAccessControlConstants. NT_REP_GRANT_ACErep:GrantACE nodetypestatic NameAccessControlConstants. NT_REP_PRINCIPAL_ACCESS_CONTROLrep:PrincipalAccessControl nodetypestatic NameAccessControlConstants. NT_REP_REPO_ACCESS_CONTROLLABLErep:RepoAccessControllable nodetypestatic NameAccessControlConstants. P_GLOBrep:glob property name used to restrict the number of child nodes or properties that are affected by an ACL inherited from a parent node.static NameAccessControlConstants. P_PRINCIPAL_NAMErep:principalName property namestatic NameAccessControlConstants. P_PRIVILEGESrep:privileges property namestatic NamePrivilegeRegistry. REP_PRIVILEGE_MANAGEMENT_NAMEstatic NamePrivilegeRegistry. REP_WRITE_NAMEMethods in org.apache.jackrabbit.core.security.authorization that return types with arguments of type Name Modifier and Type Method Description Map<Name,Value>AccessControlEntryImpl. getRestrictions()Returns the restrictions defined for this entry.Methods in org.apache.jackrabbit.core.security.authorization with parameters of type Name Modifier and Type Method Description PrivilegeBitsPrivilegeManagerImpl. getBits(Name... privilegeNames)ValueAccessControlEntryImpl. getRestriction(Name restrictionName)Method parameters in org.apache.jackrabbit.core.security.authorization with type arguments of type Name Modifier and Type Method Description voidPrivilegeManagerImpl. privilegesRegistered(Set<Name> privilegeNames) - 
Uses of Name in org.apache.jackrabbit.core.security.authorization.acl
Methods in org.apache.jackrabbit.core.security.authorization.acl that return Name Modifier and Type Method Description protected static NameACLEditor. getUniqueNodeName(Node node, String name)Create a unique valid name for the Permission nodes to be save. - 
Uses of Name in org.apache.jackrabbit.core.security.authorization.principalbased
Methods in org.apache.jackrabbit.core.security.authorization.principalbased that return Name Modifier and Type Method Description protected static NameACLEditor. getUniqueNodeName(Node node, String name)Create a unique valid name for the Permission nodes to be save. - 
Uses of Name in org.apache.jackrabbit.core.security.simple
Methods in org.apache.jackrabbit.core.security.simple with parameters of type Name Modifier and Type Method Description booleanSimpleAccessManager. isGranted(Path parentPath, Name childName, int permissions) - 
Uses of Name in org.apache.jackrabbit.core.security.user
Fields in org.apache.jackrabbit.core.security.user declared as Name Modifier and Type Field Description static NameUserConstants. MIX_REP_IMPERSONATABLEstatic NameUserConstants. MIX_REP_IMPERSONATABLEstatic NameUserConstants. MIX_REP_IMPERSONATABLEstatic NameUserConstants. MIX_REP_IMPERSONATABLEstatic NameUserConstants. MIX_REP_IMPERSONATABLEstatic NameUserConstants. N_MEMBERSstatic NameUserConstants. N_MEMBERSstatic NameUserConstants. N_MEMBERSstatic NameUserConstants. N_MEMBERSstatic NameUserConstants. N_MEMBERSstatic NameUserConstants. NT_REP_AUTHORIZABLEstatic NameUserConstants. NT_REP_AUTHORIZABLEstatic NameUserConstants. NT_REP_AUTHORIZABLEstatic NameUserConstants. NT_REP_AUTHORIZABLEstatic NameUserConstants. NT_REP_AUTHORIZABLEstatic NameUserConstants. NT_REP_AUTHORIZABLE_FOLDERstatic NameUserConstants. NT_REP_AUTHORIZABLE_FOLDERstatic NameUserConstants. NT_REP_AUTHORIZABLE_FOLDERstatic NameUserConstants. NT_REP_AUTHORIZABLE_FOLDERstatic NameUserConstants. NT_REP_AUTHORIZABLE_FOLDERstatic NameUserConstants. NT_REP_GROUPstatic NameUserConstants. NT_REP_GROUPstatic NameUserConstants. NT_REP_GROUPstatic NameUserConstants. NT_REP_GROUPstatic NameUserConstants. NT_REP_GROUPstatic NameUserConstants. NT_REP_MEMBERSstatic NameUserConstants. NT_REP_MEMBERSstatic NameUserConstants. NT_REP_MEMBERSstatic NameUserConstants. NT_REP_MEMBERSstatic NameUserConstants. NT_REP_MEMBERSstatic NameUserConstants. NT_REP_USERstatic NameUserConstants. NT_REP_USERstatic NameUserConstants. NT_REP_USERstatic NameUserConstants. NT_REP_USERstatic NameUserConstants. NT_REP_USERstatic NameUserConstants. P_DISABLEDstatic NameUserConstants. P_DISABLEDstatic NameUserConstants. P_DISABLEDstatic NameUserConstants. P_DISABLEDstatic NameUserConstants. P_DISABLEDstatic NameUserConstants. P_GROUPSDeprecated.As of 2.0 group membership is stored with the group node.static NameUserConstants. P_GROUPSDeprecated.As of 2.0 group membership is stored with the group node.static NameUserConstants. P_GROUPSDeprecated.As of 2.0 group membership is stored with the group node.static NameUserConstants. P_GROUPSDeprecated.As of 2.0 group membership is stored with the group node.static NameUserConstants. P_GROUPSDeprecated.As of 2.0 group membership is stored with the group node.static NameUserConstants. P_IMPERSONATORSName of the user property containing the principal names of those allowed to impersonate.static NameUserConstants. P_IMPERSONATORSName of the user property containing the principal names of those allowed to impersonate.static NameUserConstants. P_IMPERSONATORSName of the user property containing the principal names of those allowed to impersonate.static NameUserConstants. P_IMPERSONATORSName of the user property containing the principal names of those allowed to impersonate.static NameUserConstants. P_IMPERSONATORSName of the user property containing the principal names of those allowed to impersonate.static NameUserConstants. P_MEMBERSstatic NameUserConstants. P_MEMBERSstatic NameUserConstants. P_MEMBERSstatic NameUserConstants. P_MEMBERSstatic NameUserConstants. P_MEMBERSstatic NameUserConstants. P_PASSWORDstatic NameUserConstants. P_PASSWORDstatic NameUserConstants. P_PASSWORDstatic NameUserConstants. P_PASSWORDstatic NameUserConstants. P_PASSWORDstatic NameUserConstants. P_PRINCIPAL_NAMEstatic NameUserConstants. P_PRINCIPAL_NAMEstatic NameUserConstants. P_PRINCIPAL_NAMEstatic NameUserConstants. P_PRINCIPAL_NAMEstatic NameUserConstants. P_PRINCIPAL_NAMEstatic NameUserConstants. P_USERIDDeprecated.As of 2.0 the id-hash is stored with the jcr:uuid making the rep:userId property redundant.static NameUserConstants. P_USERIDDeprecated.As of 2.0 the id-hash is stored with the jcr:uuid making the rep:userId property redundant.static NameUserConstants. P_USERIDDeprecated.As of 2.0 the id-hash is stored with the jcr:uuid making the rep:userId property redundant.static NameUserConstants. P_USERIDDeprecated.As of 2.0 the id-hash is stored with the jcr:uuid making the rep:userId property redundant.static NameUserConstants. P_USERIDDeprecated.As of 2.0 the id-hash is stored with the jcr:uuid making the rep:userId property redundant. - 
Uses of Name in org.apache.jackrabbit.core.session
Methods in org.apache.jackrabbit.core.session that return Name Modifier and Type Method Description NameSessionContext. getQName(String name)Methods in org.apache.jackrabbit.core.session with parameters of type Name Modifier and Type Method Description static voidNodeNameNormalizer. check(Name name)StringSessionContext. getJCRName(Name name) - 
Uses of Name in org.apache.jackrabbit.core.state
Methods in org.apache.jackrabbit.core.state that return Name Modifier and Type Method Description NameChildNodeEntry. getName()NamePropertyState. getName()Returns the name of this property.NameNodeState. getNodeTypeName()Returns the name of this node's node type.Methods in org.apache.jackrabbit.core.state that return types with arguments of type Name Modifier and Type Method Description Set<Name>NodeState. getAddedPropertyNames()Returns a set ofNames denoting those properties that do not exist in the overlayed node state but have been added to this node state.Set<Name>NodeState. getMixinTypeNames()Returns the names of this node's mixin types.Set<Name>NodeState. getPropertyNames()Returns the names of this node's properties as a set ofQNamesobjects.Set<Name>NodeState. getRemovedPropertyNames()Returns a set ofNames denoting those properties that exist in the overlayed node state but have been removed from this node state.Methods in org.apache.jackrabbit.core.state with parameters of type Name Modifier and Type Method Description ChildNodeEntryNodeState. addChildNodeEntry(Name nodeName, NodeId id)Adds a newChildNodeEntry.voidNodeState. addPropertyName(Name propName)Adds a property name entry.NodeStateLocalItemStateManager. createNew(NodeId id, Name nodeTypeName, NodeId parentId)Creates aNodeStateinstance representing new, i.e.PropertyStateLocalItemStateManager. createNew(Name propName, NodeId parentId)Creates aPropertyStateinstance representing new, i.e.NodeStateSessionItemStateManager. createNew(NodeId id, Name nodeTypeName, NodeId parentId)Creates aNodeStateinstance representing new, i.e.PropertyStateSessionItemStateManager. createNew(Name propName, NodeId parentId)Creates aPropertyStateinstance representing new, i.e.NodeStateUpdatableItemStateManager. createNew(NodeId id, Name nodeTypeName, NodeId parentId)Creates aNodeStateinstance representing new, i.e.PropertyStateUpdatableItemStateManager. createNew(Name propName, NodeId parentId)Creates aPropertyStateinstance representing new, i.e.NodeStateSessionItemStateManager. createTransientNodeState(NodeId id, Name nodeTypeName, NodeId parentId, int initialStatus)PropertyStateSessionItemStateManager. createTransientPropertyState(NodeId parentId, Name propName, int initialStatus)List<ChildNodeEntry>NodeState. getChildNodeEntries(Name nodeName)Returns a list ofChildNodeEntrys with the specified name.ChildNodeEntryNodeState. getChildNodeEntry(Name nodeName, int index)Returns theChildNodeEntrywith the specified name and index ornullif there's no matching entry.booleanNodeState. hasChildNodeEntry(Name name)Determines if there is aChildNodeEntrywith the specifiedname.booleanNodeState. hasChildNodeEntry(Name name, int index)Determines if there is aChildNodeEntrywith the specifiednameandindex.booleanNodeState. hasPropertyName(Name propName)Determines if there is a property entry with the specifiedName.voidLocalItemStateManager. nodeAdded(NodeState state, Name name, int index, NodeId id)Called when a child node has been addedvoidNodeStateListener. nodeAdded(NodeState state, Name name, int index, NodeId id)Called when a child node has been addedvoidSessionItemStateManager. nodeAdded(NodeState state, Name name, int index, NodeId id)Called when a child node has been addedvoidLocalItemStateManager. nodeRemoved(NodeState state, Name name, int index, NodeId id)Called when a child node has been removedvoidNodeStateListener. nodeRemoved(NodeState state, Name name, int index, NodeId id)Called when a child node has been removedvoidSessionItemStateManager. nodeRemoved(NodeState state, Name name, int index, NodeId id)Called when a child node has been removedvoidStateChangeDispatcher. notifyNodeAdded(NodeState state, Name name, int index, NodeId id)Notify listeners about changes to some state.voidStateChangeDispatcher. notifyNodeRemoved(NodeState state, Name name, int index, NodeId id)Notify listeners about changes to some state.booleanNodeState. removeChildNodeEntry(Name nodeName, int index)Removes aChildNodeEntry.booleanNodeState. removePropertyName(Name propName)Removes a property name entry.booleanNodeState. renameChildNodeEntry(NodeId id, Name newName)Renames aChildNodeEntryby removing the old entry and appending the new entry to the end of the list.booleanNodeState. renameChildNodeEntry(Name oldName, int index, Name newName)Renames aChildNodeEntryby removing the old entry and appending the new entry to the end of the list.booleanNodeState. replaceChildNodeEntry(NodeId oldId, Name newName, NodeId newId)Replaces theChildNodeEntryidentified byoldIdwith a new entry.voidNodeState. setNodeTypeName(Name nodeTypeName)Set the node type name.Method parameters in org.apache.jackrabbit.core.state with type arguments of type Name Modifier and Type Method Description voidNodeState. setMixinTypeNames(Set<Name> names)Sets the names of this node's mixin types.voidNodeState. setPropertyNames(Set<Name> propNames)Sets the set ofNameobjects denoting the properties of this node.Constructors in org.apache.jackrabbit.core.state with parameters of type Name Constructor Description NodeState(NodeId id, Name nodeTypeName, NodeId parentId, int initialStatus, boolean isTransient)Constructs a new node state that is not connected. - 
Uses of Name in org.apache.jackrabbit.core.value
Methods in org.apache.jackrabbit.core.value with parameters of type Name Modifier and Type Method Description static InternalValueInternalValue. create(Name value)static InternalValue[]InternalValue. create(Name[] values)QValueInternalValueFactory. create(Name value) - 
Uses of Name in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version that return Name Modifier and Type Method Description NameInternalFrozenNode. getFrozenPrimaryType()Returns the name of frozen primary type.NameLabelVersionSelector. getLabel()Returns the label hintName[]InternalVersion. getLabels()returns the labels that are assigned to this versionNameInternalFreeze. getName()returns the name of the node.NameInternalVersion. getName()Returns the name of this version.NameNodeStateEx. getName()returns the name of this nodeName[]InternalVersionHistory. getVersionLabels()Returns a name array of all version labels that exist in this version historyName[]InternalVersionHistory. getVersionNames()Returns a name array of all version names that exist in this version history.Methods in org.apache.jackrabbit.core.version that return types with arguments of type Name Modifier and Type Method Description Set<Name>InternalFrozenNode. getFrozenMixinTypes()Returns the list of names of the frozen mixin types.Methods in org.apache.jackrabbit.core.version with parameters of type Name Modifier and Type Method Description NodeStateExNodeStateEx. addNode(Name nodeName, Name nodeTypeName, NodeId id)Adds a new child node with the given nameNodeStateExNodeStateEx. addNode(Name nodeName, Name nodeTypeName, NodeId id, boolean referenceable)Adds a new child node with the given nameVirtualNodeStateInternalXAVersionManager. createNodeState(VirtualNodeState parent, Name name, NodeId id, Name nodeTypeName)Creates a new virtual node stateVirtualPropertyStateInternalXAVersionManager. createPropertyState(VirtualNodeState parent, Name name, int type, boolean multiValued)Creats a new virtual property stateInternalFreezeInternalFrozenNode. getFrozenChildNode(Name name, int idx)Returns the frozen child node ornullNodeStateExNodeStateEx. getNode(Name name, int index)retrieves the child node with the given name and 1-base index ornullif the node does not exist.InternalValueNodeStateEx. getPropertyValue(Name name)Returns the value of the given property ornullInternalValue[]NodeStateEx. getPropertyValues(Name name)Returns the values of the given property ornullInternalVersionInternalVersionHistory. getVersion(Name versionName)Equivalent toVersionHistory.getVersion(java.lang.String).InternalVersionInternalVersionHistory. getVersionByLabel(Name label)Equivalent toVersionHistory.getVersionByLabel(java.lang.String)but returnsnullif the version does not exists.booleanInternalFrozenNode. hasFrozenChildNode(Name name, int idx)Checks if this frozen node had the indicated child node.booleanInternalVersion. hasLabel(Name label)Checks, if this version has the given label associatedbooleanNodeStateEx. hasNode(Name name)checks if the given child node exists.booleanNodeStateEx. hasProperty(Name name)Checks if the given property existsbooleanInternalVersionHistory. hasVersion(Name versionName)Checks if the version with the given name exists in this version history.protected voidInternalXAVersionManager. internalRemoveVersion(org.apache.jackrabbit.core.version.InternalVersionHistoryImpl history, Name name)Removes the specified version from the historyNodeStateExNodeStateEx. moveFrom(NodeStateEx src, Name name, boolean createShare)Moves the source node to this node using the given name.booleanNodeStateEx. removeNode(Name name)removes the (first) child node with the given name.booleanNodeStateEx. removeNode(Name name, int index)removes the child node with the given name and 1-based indexbooleanNodeStateEx. removeProperty(Name name)removes the property with the given namevoidInternalVersionManager. removeVersion(Session session, InternalVersionHistory history, Name versionName)Removes the specified version from the given version history.voidInternalVersionManagerImpl. removeVersion(Session session, InternalVersionHistory history, Name name)Removes the specified version from the given version history.voidInternalXAVersionManager. removeVersion(Session session, InternalVersionHistory history, Name versionName)Removes the specified version from the given version history.protected NodeIdVersionManagerImplConfig. restore(NodeStateEx parent, Name name, InternalBaseline baseline)Restores the versions recorded in the given baseline below the specified path.protected voidVersionManagerImplRestore. restore(NodeStateEx state, Name versionName, boolean removeExisting)protected voidVersionManagerImplRestore. restore(NodeStateEx parent, Name name, InternalVersion v, boolean removeExisting)Restores theversionbelow theparentnode using the indicatednameprotected voidVersionManagerImplRestore. restoreByLabel(NodeStateEx state, Name versionLabel, boolean removeExisting)static InternalVersionLabelVersionSelector. selectByLabel(InternalVersionHistory history, Name label)Selects a version by labelvoidLabelVersionSelector. setLabel(Name label)Sets the label hintvoidNodeStateEx. setPropertyValue(Name name, InternalValue value)Sets the property valuevoidNodeStateEx. setPropertyValues(Name name, int type, InternalValue[] values)Sets the property valuesPropertyStateNodeStateEx. setPropertyValues(Name name, int type, InternalValue[] values, boolean multiple)Sets the property valuesInternalVersionInternalVersionManager. setVersionLabel(Session session, InternalVersionHistory history, Name version, Name label, boolean move)Sets the versionlabelto the givenversion.InternalVersionInternalVersionManagerImpl. setVersionLabel(Session session, InternalVersionHistory history, Name version, Name label, boolean move)Sets the versionlabelto the givenversion.InternalVersionInternalXAVersionManager. setVersionLabel(Session session, InternalVersionHistory history, Name version, Name label, boolean move)Sets the versionlabelto the givenversion.protected InternalVersionInternalXAVersionManager. setVersionLabel(org.apache.jackrabbit.core.version.InternalVersionHistoryImpl history, Name version, Name label, boolean move)Set version label on the specified version.Method parameters in org.apache.jackrabbit.core.version with type arguments of type Name Modifier and Type Method Description voidNodeStateEx. setMixins(Set<Name> mixinTypeNames)Sets the given mixin typesConstructors in org.apache.jackrabbit.core.version with parameters of type Name Constructor Description LabelVersionSelector(Name label)Creates aLabelVersionSelectorthat will try to select a version with the given label.NodeStateEx(UpdatableItemStateManager stateMgr, NodeTypeRegistry ntReg, NodeState nodeState, Name name)Creates a new persistent node - 
Uses of Name in org.apache.jackrabbit.core.virtual
Methods in org.apache.jackrabbit.core.virtual with parameters of type Name Modifier and Type Method Description VirtualNodeStateAbstractVISProvider. createNodeState(VirtualNodeState parent, Name name, NodeId id, Name nodeTypeName)Creates a new virtual node stateVirtualNodeStateVirtualItemStateProvider. createNodeState(VirtualNodeState parent, Name name, NodeId id, Name nodeTypeName)Creates a new virtual node stateVirtualPropertyStateAbstractVISProvider. createPropertyState(VirtualNodeState parent, Name name, int type, boolean multiValued)Creats a new virtual property stateVirtualPropertyStateVirtualItemStateProvider. createPropertyState(VirtualNodeState parent, Name name, int type, boolean multiValued)Creats a new virtual property stateprotected QNodeDefinitionAbstractVISProvider. getApplicableChildNodeDef(NodeState parent, Name nodeName, Name nodeTypeName)Retrieves the node definition for the given constraints.protected QPropertyDefinitionAbstractVISProvider. getApplicablePropertyDef(NodeState parent, Name propertyName, int type, boolean multiValued)retrieves the property definition for the given constraintsprotected VirtualPropertyStateVirtualNodeState. getOrCreatePropertyState(Name name, int type, boolean multiValued)Retrieves or creates a new property state as child property of this nodeVirtualPropertyStateVirtualNodeState. getProperty(Name name)returns the property state of the given nameInternalValueVirtualNodeState. getPropertyValue(Name name)Returns the value of the given property ornullInternalValue[]VirtualNodeState. getPropertyValues(Name name)Returns the values of the given property ofnullInternalValue[]VirtualValueProvider. getVirtualValues(Name propName)Returns the values for the given namevoidVirtualNodeState. setMixinNodeTypes(Name[] mixins)sets the mixing node type and adds the respective propertyvoidVirtualNodeState. setPropertyValue(Name name, InternalValue value)Sets the property valuevoidVirtualNodeState. setPropertyValues(Name name, int type, InternalValue[] values)Sets the property valuesvoidVirtualNodeState. setPropertyValues(Name name, int type, InternalValue[] values, boolean multiple)Sets the property valuesConstructors in org.apache.jackrabbit.core.virtual with parameters of type Name Constructor Description VirtualNodeState(AbstractVISProvider stateMgr, NodeId parentId, NodeId id, Name nodeTypeName, Name[] mixins)creates a new virtual node state - 
Uses of Name in org.apache.jackrabbit.core.xml
Methods in org.apache.jackrabbit.core.xml that return Name Modifier and Type Method Description Name[]NodeInfo. getMixinNames()Returns the names of the mixin types of the node being imported.NameNodeInfo. getName()Returns the name of the node being imported.NamePropInfo. getName()NameNodeInfo. getNodeTypeName()Returns the name of the primary type of the node being imported.Methods in org.apache.jackrabbit.core.xml with parameters of type Name Modifier and Type Method Description protected voidSessionImporter. checkPermission(NodeImpl parent, Name nodeName)make sure the editing session is allowed create nodes with a specified node type (and ev.protected NodeImplSessionImporter. createNode(NodeImpl parent, Name nodeName, Name nodeTypeName, Name[] mixinNames, NodeId id)Constructors in org.apache.jackrabbit.core.xml with parameters of type Name Constructor Description NodeInfo(Name name, Name nodeTypeName, Name[] mixinNames, NodeId id)Creates a node information instance.PropInfo(Name name, int type, TextValue[] values)Creates a property information instance.PropInfo(Name name, int type, TextValue[] values, PropInfo.MultipleStatus multipleStatus)Creates a property information instance. - 
Uses of Name in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi with parameters of type Name Modifier and Type Method Description EventFilterWorkspaceManager. createEventFilter(int eventTypes, Path path, boolean isDeep, String[] uuids, Name[] nodeTypes, boolean noLocal)Creates an event filter based on the parameters available inObservationManager.addEventListener(javax.jcr.observation.EventListener, int, java.lang.String, boolean, java.lang.String[], java.lang.String[], boolean).protected NodeNodeImpl. getNode(Name nodeName, int index)protected PropertyNodeImpl. getProperty(Name qName) - 
Uses of Name in org.apache.jackrabbit.jcr2spi.hierarchy
Fields in org.apache.jackrabbit.jcr2spi.hierarchy declared as Name Modifier and Type Field Description protected NameHierarchyEntryImpl. nameThe name of the target item state.protected NameHierarchyEntryImpl. nameThe name of the target item state.Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return Name Modifier and Type Method Description NameHierarchyEntry. getName()Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return types with arguments of type Name Modifier and Type Method Description Collection<Name>ChildPropertyEntries. getPropertyNames()Returns an unmodifiable collection containing all existing property names.Collection<Name>ChildPropertyEntriesImpl. getPropertyNames()Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type Name Modifier and Type Method Description NodeEntryNodeEntry. addNewNodeEntry(Name nodeName, String uniqueID, Name primaryNodeType, QNodeDefinition definition)Adds a new, transient childNodeEntryNodeEntryNodeEntryImpl. addNewNodeEntry(Name nodeName, String uniqueID, Name primaryNodeType, QNodeDefinition definition)PropertyEntryNodeEntry. addNewPropertyEntry(Name propName, QPropertyDefinition definition, QValue[] values, int propertyType)Add a new, transientPropertyEntryto thisNodeEntryand return thePropertyStateassociated with the new entry.PropertyEntryNodeEntryImpl. addNewPropertyEntry(Name propName, QPropertyDefinition definition, QValue[] values, int propertyType)booleanChildPropertyEntries. contains(Name propertyName)Returns true if a property entry with the given name exists.booleanChildPropertyEntriesImpl. contains(Name propertyName)NodeEntryEntryFactory. createNodeEntry(NodeEntry parent, Name qName, String uniqueId)PropertyEntryEntryFactory. createPropertyEntry(NodeEntry parent, Name qName)List<NodeEntry>ChildNodeEntries. get(Name nodeName)Returns aListofNodeEntrys for the givennodeName.NodeEntryChildNodeEntries. get(Name nodeName, int index)Returns theNodeEntrywith the givennodeNameandindex.NodeEntryChildNodeEntries. get(Name nodeName, String uniqueID)Return theNodeEntrythat matches the given nodeName and uniqueID ornullif no matching entry can be found.PropertyEntryChildPropertyEntries. get(Name propertyName)Return the PropertyEntry with the givenNameornull.PropertyEntryChildPropertyEntriesImpl. get(Name propertyName)List<NodeEntry>NodeEntry. getNodeEntries(Name nodeName)Returns a unmodifiable List ofNodeEntrys with the specified name.List<NodeEntry>NodeEntryImpl. getNodeEntries(Name nodeName)NodeEntryNodeEntry. getNodeEntry(Name nodeName, int index)Returns the validNodeEntrywith the specified name and index ornullif there's no matching entry.NodeEntryNodeEntry. getNodeEntry(Name nodeName, int index, boolean loadIfNotFound)Returns the validNodeEntrywith the specified name and index ornullif there's no matching entry.NodeEntryNodeEntryImpl. getNodeEntry(Name nodeName, int index)NodeEntryNodeEntryImpl. getNodeEntry(Name nodeName, int index, boolean loadIfNotFound)NodeEntryNodeEntry. getOrAddNodeEntry(Name nodeName, int index, String uniqueID)Adds a child NodeEntry to this entry if it not yet present with this node entry.NodeEntryNodeEntryImpl. getOrAddNodeEntry(Name nodeName, int index, String uniqueID)PropertyEntryNodeEntry. getOrAddPropertyEntry(Name propName)Add an existingPropertyEntrywith the given name if it is not yet contained in thisNodeEntry.PropertyEntryNodeEntryImpl. getOrAddPropertyEntry(Name propName)PropertyEntryNodeEntry. getPropertyEntry(Name propName)Returns the validPropertyEntrywith the specified name ornullif no matching entry exists.PropertyEntryNodeEntry. getPropertyEntry(Name propName, boolean loadIfNotFound)Returns the validPropertyEntrywith the specified name ornullif no matching entry exists.PropertyEntryNodeEntryImpl. getPropertyEntry(Name propName)PropertyEntryNodeEntryImpl. getPropertyEntry(Name propName, boolean loadIfNotFound)Ignores theloadIfNotFoundflag due to the fact, thatNodeInfo.getPropertyIds()returns the complete list of property names currently available.booleanNodeEntry. hasNodeEntry(Name nodeName)Determines if there is a validNodeEntrywith the specifiednodeName.booleanNodeEntry. hasNodeEntry(Name nodeName, int index)Determines if there is a validNodeEntrywith the specifiednameandindex.booleanNodeEntryImpl. hasNodeEntry(Name nodeName)booleanNodeEntryImpl. hasNodeEntry(Name nodeName, int index)booleanNodeEntry. hasPropertyEntry(Name propName)Determines if there is a property entry with the specifiedName.booleanNodeEntryImpl. hasPropertyEntry(Name propName)NodeEntryNodeEntry. move(Name newName, NodeEntry newParent, boolean transientMove)Moves thisNodeEntryas new child entry of theNodeEntryidentified bynewParentand/or renames it tonewName.NodeEntryNodeEntryImpl. move(Name newName, NodeEntry newParent, boolean transientMove)Method parameters in org.apache.jackrabbit.jcr2spi.hierarchy with type arguments of type Name Modifier and Type Method Description voidNodeEntry. setPropertyEntries(Collection<Name> propNames)Adds property entries for the givenNames.voidNodeEntryImpl. setPropertyEntries(Collection<Name> propNames) - 
Uses of Name in org.apache.jackrabbit.jcr2spi.nodetype
Methods in org.apache.jackrabbit.jcr2spi.nodetype that return Name Modifier and Type Method Description Name[]EffectiveNodeType. getAllNodeTypes()Name[]EffectiveNodeTypeImpl. getAllNodeTypes()Name[]EffectiveNodeType. getInheritedNodeTypes()Name[]EffectiveNodeTypeImpl. getInheritedNodeTypes()Name[]EffectiveNodeType. getMergedNodeTypes()Name[]EffectiveNodeTypeImpl. getMergedNodeTypes()Name[]EffectiveNodeTypeCache.Key. getNames()Returns the node type names of this key.Name[]NodeTypeRegistry. getRegisteredNodeTypes()Returns the names of all registered node types.Name[]NodeTypeRegistryImpl. getRegisteredNodeTypes()Methods in org.apache.jackrabbit.jcr2spi.nodetype with parameters of type Name Modifier and Type Method Description voidEffectiveNodeType. checkAddNodeConstraints(Name name, ItemDefinitionProvider definitionProvider)voidEffectiveNodeType. checkAddNodeConstraints(Name name, QNodeTypeDefinition nodeTypeDefinition, ItemDefinitionProvider definitionProvider)voidEffectiveNodeTypeImpl. checkAddNodeConstraints(Name name, ItemDefinitionProvider definitionProvider)voidEffectiveNodeTypeImpl. checkAddNodeConstraints(Name name, QNodeTypeDefinition nodeTypeDefinition, ItemDefinitionProvider definitionProvider)voidEffectiveNodeType. checkRemoveItemConstraints(Name name)Deprecated.voidEffectiveNodeTypeImpl. checkRemoveItemConstraints(Name name)Iterator<QNodeTypeDefinition>NodeTypeCache. getDefinitions(NodeTypeStorage storage, Name[] nodeTypeNames)Returns theQNodeTypeDefinitions for the given node type names.EffectiveNodeTypeEffectiveNodeTypeProvider. getEffectiveNodeType(Name ntName)Build theEffectiveNodeTypefrom the givenNodeTypename.EffectiveNodeTypeEffectiveNodeTypeProvider. getEffectiveNodeType(Name[] ntNames)Build theEffectiveNodeTypefrom the given array ofNodeTypenames.EffectiveNodeTypeEffectiveNodeTypeProvider. getEffectiveNodeType(Name[] ntNames, Map<Name,QNodeTypeDefinition> ntdMap)EffectiveNodeTypeNodeTypeRegistryImpl. getEffectiveNodeType(Name ntName)EffectiveNodeTypeNodeTypeRegistryImpl. getEffectiveNodeType(Name[] ntNames)EffectiveNodeTypeNodeTypeRegistryImpl. getEffectiveNodeType(Name[] ntNames, Map<Name,QNodeTypeDefinition> ntdMap)EffectiveNodeTypeCache.KeyEffectiveNodeTypeCache. getKey(Name[] ntNames)Returns a key for an effective node type that consists of the given node type names.QNodeDefinition[]EffectiveNodeType. getNamedQNodeDefinitions(Name name)QNodeDefinition[]EffectiveNodeTypeImpl. getNamedQNodeDefinitions(Name name)QPropertyDefinition[]EffectiveNodeType. getNamedQPropertyDefinitions(Name name)QPropertyDefinition[]EffectiveNodeTypeImpl. getNamedQPropertyDefinitions(Name name)NodeTypeImplNodeTypeManagerImpl. getNodeType(Name name)QNodeTypeDefinitionNodeTypeDefinitionProvider. getNodeTypeDefinition(Name ntName)QNodeTypeDefinitionNodeTypeManagerImpl. getNodeTypeDefinition(Name ntName)QNodeTypeDefinitionNodeTypeRegistry. getNodeTypeDefinition(Name nodeTypeName)Returns the node type definition of the node type with the given name.QNodeTypeDefinitionNodeTypeRegistryImpl. getNodeTypeDefinition(Name nodeTypeName)QNodeDefinitionItemDefinitionProvider. getQNodeDefinition(EffectiveNodeType ent, Name name, Name nodeTypeName)Returns the applicable child node definition for a child node with the specified name and node type.QNodeDefinitionItemDefinitionProvider. getQNodeDefinition(Name[] parentNodeTypeNames, Name name, Name nodeTypeName)Returns the applicable child node definition for a child node with the specified name and node type.QNodeDefinitionItemDefinitionProvider. getQNodeDefinition(Name[] parentNodeTypeNames, Name nodeName, Name ntName, NodeId nodeId)Returns theQNodeDefinitionfor the specified node state.QNodeDefinitionItemDefinitionProviderImpl. getQNodeDefinition(EffectiveNodeType ent, Name name, Name nodeTypeName)QNodeDefinitionItemDefinitionProviderImpl. getQNodeDefinition(Name[] parentNodeTypeNames, Name name, Name nodeTypeName)QNodeDefinitionItemDefinitionProviderImpl. getQNodeDefinition(Name[] parentNodeTypeNames, Name nodeName, Name ntName, NodeId nodeId)QPropertyDefinitionItemDefinitionProvider. getQPropertyDefinition(Name[] parentNodeTypeNames, Name name, int type)Returns the applicable property definition for a property with the specified name and type.QPropertyDefinitionItemDefinitionProvider. getQPropertyDefinition(Name[] parentNodeTypeNames, Name name, int type, boolean multiValued)Returns the applicable property definition for a property with the specified name, type and multiValued characteristic.QPropertyDefinitionItemDefinitionProvider. getQPropertyDefinition(Name[] parentNodeTypeNames, Name propertyName, int propertyType, boolean isMultiValued, PropertyId propertyId)Returns theQPropertyDefinitionfor the specified parameters.QPropertyDefinitionItemDefinitionProvider. getQPropertyDefinition(Name ntName, Name propName, int type, boolean multiValued)Returns the applicable property definition for a property with the specified name, type and multiValued characteristic.QPropertyDefinitionItemDefinitionProviderImpl. getQPropertyDefinition(Name[] parentNodeTypeNames, Name name, int type)QPropertyDefinitionItemDefinitionProviderImpl. getQPropertyDefinition(Name[] parentNodeTypeNames, Name name, int type, boolean multiValued)QPropertyDefinitionItemDefinitionProviderImpl. getQPropertyDefinition(Name[] parentNodeTypeNames, Name propertyName, int propertyType, boolean isMultiValued, PropertyId propertyId)QPropertyDefinitionItemDefinitionProviderImpl. getQPropertyDefinition(Name ntName, Name propName, int type, boolean multiValued)booleanNodeTypeManagerImpl. hasNodeType(Name nodeTypeName)booleanEffectiveNodeType. hasRemoveNodeConstraint(Name nodeName)Returnstrueif a single node definition matching the specifiednodeNameis either mandatory or protected.booleanEffectiveNodeTypeImpl. hasRemoveNodeConstraint(Name nodeName)booleanEffectiveNodeType. hasRemovePropertyConstraint(Name propertyName)Returnstrueif a single property definition matching the specifiedpropertyNameis either mandatory or protected.booleanEffectiveNodeTypeImpl. hasRemovePropertyConstraint(Name propertyName)booleanEffectiveNodeType. includesNodeType(Name nodeTypeName)Determines whether this effective node type representation includes (either through inheritance or aggregation) the given node type.booleanEffectiveNodeTypeImpl. includesNodeType(Name nodeTypeName)booleanEffectiveNodeType. includesNodeTypes(Name[] nodeTypeNames)Determines whether this effective node type representation includes (either through inheritance or aggregation) all of the given node types.booleanEffectiveNodeTypeImpl. includesNodeTypes(Name[] nodeTypeNames)voidEffectiveNodeTypeCache. invalidate(Name name)Removes all effective node types that are aggregated with the node type of the given name.booleanNodeTypeImpl. isNodeType(Name nodeTypeName)Test if this nodetype equals or is directly or indirectly derived from the node type with the specifiednodeTypeName, without checking of a node type of that name really exists.booleanNodeTypeRegistry. isRegistered(Name ntName)booleanNodeTypeRegistryImpl. isRegistered(Name nodeTypeName)voidNodeTypeManagerImpl. nodeTypeRegistered(Name ntName)Called when a node type has been registered.voidNodeTypeRegistryListener. nodeTypeRegistered(Name ntName)Called when a node type has been registered.voidNodeTypeManagerImpl. nodeTypeReRegistered(Name ntName)Called when a node type has been re-registered.voidNodeTypeRegistryListener. nodeTypeReRegistered(Name ntName)Called when a node type has been re-registered.voidNodeTypeManagerImpl. nodeTypeUnregistered(Name ntName)Called when a node type has been deregistered.voidNodeTypeRegistryListener. nodeTypeUnregistered(Name ntName)Called when a node type has been deregistered.booleanEffectiveNodeType. supportsMixin(Name mixin)Determines whether this effective node type supports adding the specified mixin.booleanEffectiveNodeTypeImpl. supportsMixin(Name mixin)voidNodeTypeCache. unregisterNodeTypes(NodeTypeStorage storage, Name[] nodeTypeNames)Method parameters in org.apache.jackrabbit.jcr2spi.nodetype with type arguments of type Name Modifier and Type Method Description EffectiveNodeTypeEffectiveNodeTypeProvider. getEffectiveNodeType(Name[] ntNames, Map<Name,QNodeTypeDefinition> ntdMap)EffectiveNodeTypeEffectiveNodeTypeProvider. getEffectiveNodeType(QNodeTypeDefinition ntd, Map<Name,QNodeTypeDefinition> ntdMap)Builds an effective node type representation from the given node type definition.EffectiveNodeTypeNodeTypeRegistryImpl. getEffectiveNodeType(Name[] ntNames, Map<Name,QNodeTypeDefinition> ntdMap)EffectiveNodeTypeNodeTypeRegistryImpl. getEffectiveNodeType(QNodeTypeDefinition ntd, Map<Name,QNodeTypeDefinition> ntdMap)voidNodeTypeRegistry. unregisterNodeTypes(Collection<Name> nodeTypeNames)Unregisters a collection of node types.voidNodeTypeRegistryImpl. unregisterNodeTypes(Collection<Name> nodeTypeNames) - 
Uses of Name in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation that return Name Modifier and Type Method Description NameAbstractCopy. getDestinationName()NameMove. getDestinationName()NameAddLabel. getLabel()NameRemoveLabel. getLabel()Name[]SetMixin. getMixinNames()NameAddNode. getNodeName()NameAddNode. getNodeTypeName()NameSetPrimaryType. getPrimaryTypeName()NameAddProperty. getPropertyName()Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type Name Modifier and Type Method Description OperationSetTree. addChildNode(NodeState parentState, Name nodeName, Name nodeTypeName, String uuid)Add a child node operation to thissetTreeinstance.OperationSetTree. addChildProperty(NodeState parentState, Name propName, int propertyType, QValue[] values, QPropertyDefinition definition)Add a child property operation to thissetTreeinstance.static OperationAddLabel. create(NodeState versionHistoryState, NodeState versionState, Name label, boolean moveLabel)static OperationAddNode. create(NodeState parentState, Name nodeName, Name nodeTypeName, String uuid)static OperationAddProperty. create(NodeState parentState, Name propName, int propertyType, QPropertyDefinition def, QValue[] values)static OperationRemoveLabel. create(NodeState versionHistoryState, NodeState versionState, Name label)static OperationSetMixin. create(NodeState nodeState, Name[] mixinNames)static OperationSetPrimaryType. create(NodeState nodeState, Name primaryTypeName)static SetTreeSetTree. create(UpdatableItemStateManager itemStateMgr, NodeState parent, Name nodeName, Name nodeTypeName, String uuid) - 
Uses of Name in org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit
Fields in org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit declared as Name Modifier and Type Field Description static NameAccessControlConstants. N_POLICYDefault name for a node of type rep:Policy.static NameAccessControlConstants. N_REP_PRINCIPAL_NAMErep:principalNamestatic NameAccessControlConstants. N_REP_PRIVILEGESrep:privilegesstatic NameAccessControlConstants. N_REPO_POLICYName for a node of type 'rep:repoPolicy'.static NameAccessControlConstants. NT_REP_ACCESS_CONTROLLABLErep:AccessControllable nodetypestatic NameAccessControlConstants. NT_REP_ACLstatic NameAccessControlConstants. NT_REP_DENY_ACEstatic NameAccessControlConstants. NT_REP_GRANT_ACEstatic NameAccessControlConstants. NT_REP_REPO_ACCESS_CONTROLLABLErep:RepoAccessControllable node type.static NameAccessControlConstants. P_GLOBrep:glob property name used to restrict the number of child nodes or properties that are affected by an ACL inherited from a parent node. - 
Uses of Name in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state that return Name Modifier and Type Method Description Name[]NodeState. getAllNodeTypeNames()TODO: clarify usage In case the status of the given node state is notStatus.EXISTINGthe transiently added mixin types are taken into account as well.Name[]NodeState. getMixinTypeNames()Returns the names of this node's mixin types.NameItemState. getName()Utility method: Returns the name of this state.NameNodeState. getNodeTypeName()Returns the name of this node's node type.Name[]NodeState. getNodeTypeNames()Return all nodetype names that are defined to thisNodeStateincluding the primary nodetype and the mixins.Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type Name Modifier and Type Method Description voidItemStateValidator. checkAddNode(NodeState parentState, Name nodeName, Name nodeTypeName, int options)Checks if adding a child node callednodeNameof node typenodeTypeNameto the given parent node is allowed in the current context.voidItemStateValidator. checkAddProperty(NodeState parentState, Name propertyName, QPropertyDefinition definition, int options)NodeStateTransientISFactory. createNewNodeState(NodeEntry entry, Name nodetypeName, QNodeDefinition definition)NodeStateTransientItemStateFactory. createNewNodeState(NodeEntry entry, Name nodeTypeName, QNodeDefinition definition)Creates a transient childNodeStatewith the givenname.NodeStateNodeState. getChildNodeState(Name nodeName, int index)Utility Returns the childNodeStatewith the specified name and index.Iterator<PropertyId>ItemStateFactory. getNodeReferences(NodeState nodeState, Name propertyName, boolean weak)Returns the identifiers of all reference properties that point to the given node.Iterator<PropertyId>NodeState. getNodeReferences(Name propertyName, boolean weak)Returns the identifiers of all reference properties that point to this node.Iterator<PropertyId>TransientISFactory. getNodeReferences(NodeState nodeState, Name propertyName, boolean weak)Iterator<PropertyId>WorkspaceItemStateFactory. getNodeReferences(NodeState nodeState, Name propertyName, boolean weak)PropertyStateNodeState. getPropertyState(Name propertyName)Utility method that returns the property state with the given name or throws anItemNotFoundExceptionif no matching, valid property could be found.booleanNodeState. hasChildNodeEntry(Name name, int index)Utility Determines if there is a validNodeEntrywith the specifiednameandindex.booleanNodeState. hasPropertyName(Name propName)UtilityvoidNodeState. setMixinTypeNames(Name[] mixinTypeNames)Used by NodeEntryImpl and NodeState onlyConstructors in org.apache.jackrabbit.jcr2spi.state with parameters of type Name Constructor Description NodeState(NodeEntry entry, Name nodeTypeName, Name[] mixinTypeNames, ItemStateFactory isf, QNodeDefinition definition, ItemDefinitionProvider definitionProvider)Constructs a NEW NodeState - 
Uses of Name in org.apache.jackrabbit.jcr2spi.util
Methods in org.apache.jackrabbit.jcr2spi.util that return Name Modifier and Type Method Description static Name[]StateUtility. getMixinNames(PropertyState ps)static NameStateUtility. getPrimaryTypeName(PropertyState ps)Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type Name Modifier and Type Method Description static booleanStateUtility. isUuidOrMixin(Name propName)static StringLogUtil. saveGetJCRName(Name qName, NameResolver nameResolver)Failsafe conversion of aNameto a JCR name for use in error messages etc. - 
Uses of Name in org.apache.jackrabbit.jcr2spi.version
Methods in org.apache.jackrabbit.jcr2spi.version with parameters of type Name Modifier and Type Method Description voidVersionManager. addVersionLabel(NodeState versionHistoryState, NodeState versionState, Name qLabel, boolean moveLabel)voidVersionManagerImpl. addVersionLabel(NodeState versionHistoryState, NodeState versionState, Name qLabel, boolean moveLabel)voidVersionManager. removeVersionLabel(NodeState versionHistoryState, NodeState versionState, Name qLabel)voidVersionManagerImpl. removeVersionLabel(NodeState versionHistoryState, NodeState versionState, Name qLabel) - 
Uses of Name in org.apache.jackrabbit.jcr2spi.xml
Methods in org.apache.jackrabbit.jcr2spi.xml that return Name Modifier and Type Method Description Name[]Importer.NodeInfo. getMixinNames()NameImporter.NodeInfo. getName()NameImporter.PropInfo. getName()NameImporter.NodeInfo. getNodeTypeName()Constructors in org.apache.jackrabbit.jcr2spi.xml with parameters of type Name Constructor Description NodeInfo(Name name, Name nodeTypeName, Name[] mixinNames, String uuid)PropInfo(Name name, int type, Importer.TextValue[] values) - 
Uses of Name in org.apache.jackrabbit.spi
Fields in org.apache.jackrabbit.spi declared as Name Modifier and Type Field Description static Name[]Name. EMPTY_ARRAYEmpty array ofNameMethods in org.apache.jackrabbit.spi that return Name Modifier and Type Method Description NameNameFactory. create(String nameString)Returns aNameholding the value of the specified string.NameNameFactory. create(String namespaceURI, String localName)Returns aNamewith the given namespace URI and local part and validates the given parameters.NameQItemDefinition. getDeclaringNodeType()Gets the name of the declaring node type.NameQNodeDefinition. getDefaultPrimaryType()Returns the name of the default primary type.Name[]NodeInfo. getMixins()Name[]Event. getMixinTypeNames()NameChildInfo. getName()Returns the name of the childNode.NamePath.Element. getName()Returns the name of this path element.NamePath. getName()Returns the name of the last path element, ornullfor an identifier.NamePrivilegeDefinition. getName()NamePropertyId. getName()Returns theNameof the property identified by this id.NameQItemDefinition. getName()Gets the name of the child item.NameQNodeTypeDefinition. getName()Returns the name of the node type being defined ornullif not set.NameQValue. getName()Returns aNamerepresentation of this value.NameTree. getName()NameNodeInfo. getNodetype()NameQNodeTypeDefinition. getPrimaryItemName()Returns the name of the primary item (one of the child items of the node's of this node type) ornullif not set.NameEvent. getPrimaryNodeTypeName()NameTree. getPrimaryTypeName()Name[]RepositoryService. getPrivilegeNames(SessionInfo sessionInfo, NodeId id)TODOName[]QNodeDefinition. getRequiredPrimaryTypes()Returns the array of names of the required primary types.Name[]QNodeTypeDefinition. getSupertypes()Returns an array containing the names of the supertypes.Name[]QNodeTypeDefinition. getSupportedMixinTypes()Returns an array containing the names of additional mixin types supported on this node type.Methods in org.apache.jackrabbit.spi that return types with arguments of type Name Modifier and Type Method Description Set<Name>PrivilegeDefinition. getDeclaredAggregateNames()Collection<Name>QNodeTypeDefinition. getDependencies()Returns a collection of node typeNames that are being referenced by this node type definition (e.g.Map<Name,QValue>Event. getInfo()Returns the information map associated with this event.Methods in org.apache.jackrabbit.spi with parameters of type Name Modifier and Type Method Description TreeTree. addChild(Name childName, Name primaryTypeName, String uniqueId)voidBatch. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)Add a new node to the persistent layer.voidBatch. addProperty(NodeId parentId, Name propertyName, QValue value)Add a new property to the persistent layer.voidBatch. addProperty(NodeId parentId, Name propertyName, QValue[] values)Add a new multi-valued property to the persistent layer.voidTree. addProperty(NodeId parentId, Name propertyName, int propertyType, QValue value)voidTree. addProperty(NodeId parentId, Name propertyName, int propertyType, QValue[] values)voidRepositoryService. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)Add the given version label in the persistent layer.voidRepositoryService. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)Clone the subtree identified by the givensrcNodeIdin workspace namedsrcWorkspaceNameto the destination in the workspace specified by the givenSessionInfo.voidRepositoryService. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)Clone the subtree identified by the givensrcNodeIdin workspace namedsrcWorkspaceNameto the destination in the workspace specified by the givenSessionInfo.PathPathFactory. create(Name name)Creates a relative path based on aName.PathPathFactory. create(Name name, int index)Creates a relative path based on aNameand a normalized index.PathPathFactory. create(Path parent, Name name, boolean normalize)Creates a newPathout of the givenparentpath and the give name.PathPathFactory. create(Path parent, Name name, int index, boolean normalize)Creates a newPathout of the givenparentpath and the give name and normalized index.QValueQValueFactory. create(Name value)Create a newQValuewith typePropertyType.NAME.Path.ElementPathFactory. createElement(Name name)Creates a path element from the givenname.Path.ElementPathFactory. createElement(Name name, int index)Same asPathFactory.createElement(Name)except that an explicit index can be specified.EventFilterRepositoryService. createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuid, Name[] nodeTypeName, boolean noLocal)Creates an event filter.PropertyIdIdFactory. createPropertyId(NodeId parentId, Name propertyName)Creates a newPropertyIdfrom the given parent id and property name.TreeRepositoryService. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)Creates a newTreethat can be populated and later on be applied to the specifiedBatchby calling#setTree.Iterator<QNodeTypeDefinition>RepositoryService. getQNodeTypeDefinitions(SessionInfo sessionInfo, Name[] nodetypeNames)RetrieveQNodeTypeDefinitions for the given names.Iterator<PropertyId>RepositoryService. getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)Returns theIds of the properties that are referencing the node identified by the givennodeId.voidBatch. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)Move the node identified by the givensrcNodeIdto the new parent identified bydestParentNodeIdand change its name todestName.voidRepositoryService. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)Moves the node identified by the givensrcNodeId(and its entire subtree) to the new location defined bydestParentNodeIdand a new name (destName).voidRepositoryService. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)Remove the given version label in the persistent layer.voidBatch. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)Modify the set of mixin node types present on the node identified by the given id.voidBatch. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)Change the primary type of the node identified by the givennodeId.voidRepositoryService. unregisterNodeTypes(SessionInfo sessionInfo, Name[] nodeTypeNames)Unregisters the node types with the specifiednames. - 
Uses of Name in org.apache.jackrabbit.spi.commons
Methods in org.apache.jackrabbit.spi.commons that return Name Modifier and Type Method Description NameQItemDefinitionImpl. getDeclaringNodeType()Gets the name of the declaring node type.NameQNodeDefinitionImpl. getDefaultPrimaryType()Returns the name of the default primary type.Name[]NodeInfoImpl. getMixins()Name[]EventImpl. getMixinTypeNames()NameChildInfoImpl. getName()Returns the name of the childNode.NameQItemDefinitionImpl. getName()Gets the name of the child item.NameQNodeTypeDefinitionImpl. getName()Returns the name of the node type being defined ornullif not set.NameNodeInfoImpl. getNodetype()NameQNodeTypeDefinitionImpl. getPrimaryItemName()Returns the name of the primary item (one of the child items of the node's of this node type) ornullif not set.NameAdditionalEventInfo. getPrimaryNodeTypeName()NameEventImpl. getPrimaryNodeTypeName()Name[]QNodeDefinitionImpl. getRequiredPrimaryTypes()Returns the array of names of the required primary types.Name[]QNodeTypeDefinitionImpl. getSupertypes()Returns an array containing the names of the supertypes.Name[]QNodeTypeDefinitionImpl. getSupportedMixinTypes()Returns an array containing the names of additional mixin types supported on this node type.Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type Name Modifier and Type Method Description Collection<Name>QNodeTypeDefinitionImpl. getDependencies()Returns a collection of node typeNames that are being referenced by this node type definition (e.g.Map<Name,QValue>EventImpl. getInfo()Returns the information map associated with this event.Set<Name>AdditionalEventInfo. getMixinTypeNames()Set<Name>EventFilterImpl. getNodeTypeNames()Methods in org.apache.jackrabbit.spi.commons with parameters of type Name Modifier and Type Method Description ItemInfoBuilder.NodeInfoBuilderItemInfoBuilder.NodeInfoBuilder. addMixin(Name name)Add a mixin typevoidSerializableBatch. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)voidSerializableBatch. addProperty(NodeId parentId, Name propertyName, QValue value)voidSerializableBatch. addProperty(NodeId parentId, Name propertyName, QValue[] values)ItemInfoBuilder.PropertyInfoBuilderItemInfoBuilder.PropertyInfoBuilder. addValue(Name value)Add aPropertyType.NAMEvalue to this property.voidAbstractRepositoryService. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)voidAbstractRepositoryService. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)voidAbstractRepositoryService. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)EventFilterAbstractRepositoryService. createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuid, Name[] nodeTypeName, boolean noLocal)TreeAbstractRepositoryService. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)Iterator<QNodeTypeDefinition>AbstractRepositoryService. getQNodeTypeDefinitions(SessionInfo sessionInfo, Name[] nodetypeNames)This default implementation first callsAbstractRepositoryService.checkSessionInfo(SessionInfo)with thesessionInfo, then gathers theQNodeTypeDefinitions with the givennodetypeNames.voidAbstractRepositoryService. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)voidSerializableBatch. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)static ItemInfoBuilder.NodeInfoBuilderItemInfoBuilder. nodeInfoBuilder(Name name, ItemInfoBuilder.Listener listener)Return aItemInfoBuilder.NodeInfoBuilderfor a node with a givenname.voidAbstractRepositoryService. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)voidSerializableBatch. setMixins(NodeId nodeId, Name[] mixinNodeTypeIds)ItemInfoBuilder.NodeInfoBuilderItemInfoBuilder.NodeInfoBuilder. setName(Name name)Set thenameof the nodeItemInfoBuilder.PropertyInfoBuilderItemInfoBuilder.PropertyInfoBuilder. setName(Name name)Set thenameof this propertyItemInfoBuilder.NodeInfoBuilderItemInfoBuilder.NodeInfoBuilder. setPrimaryType(Name name)Set the name of the primary type.voidSerializableBatch. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)voidAbstractRepositoryService. unregisterNodeTypes(SessionInfo sessionInfo, Name[] nodeTypeNames)Constructors in org.apache.jackrabbit.spi.commons with parameters of type Name Constructor Description ChildInfoImpl(Name name, String uniqueId, int index)Creates a new serializableChildInfoImpl.EventImpl(int type, Path path, ItemId itemId, NodeId parentId, Name primaryNodeTypeName, Name[] mixinTypeNames, String userId)Deprecated.EventImpl(int type, Path path, ItemId itemId, NodeId parentId, Name primaryNodeTypeName, Name[] mixinTypeNames, String userId, String userData, long timestamp, Map<Name,QValue> info)Creates a new serializable event.ItemInfoImpl(NodeId parentId, Name name, Path path, boolean isNode)Deprecated.UseItemInfoImpl(Path, boolean)instead.NodeInfoImpl(NodeId parentId, Name name, Path path, NodeId id, int index, Name primaryTypeName, Name[] mixinNames, Iterator<PropertyId> references, Iterator<PropertyId> propertyIds, Iterator<ChildInfo> childInfos)Deprecated.NodeInfoImpl(Path path, NodeId id, int index, Name primaryTypeName, Name[] mixinNames, Iterator<PropertyId> references, Iterator<PropertyId> propertyIds, Iterator<ChildInfo> childInfos)Creates a new node info from the given parameters.PropertyInfoImpl(NodeId parentId, Name name, Path path, PropertyId id, int type, boolean isMultiValued, QValue[] values)Deprecated.QNodeDefinitionImpl(Name name, Name declaringNodeType, boolean isAutoCreated, boolean isMandatory, int onParentVersion, boolean isProtected, Name defaultPrimaryType, Name[] requiredPrimaryTypes, boolean allowsSameNameSiblings)Creates a new SPI node definition based on a JCR NodeDefinition.QNodeTypeDefinitionImpl(Name name, Name[] supertypes, Name[] supportedMixins, boolean isMixin, boolean isAbstract, boolean isQueryable, boolean hasOrderableChildNodes, Name primaryItemName, QPropertyDefinition[] declaredPropDefs, QNodeDefinition[] declaredNodeDefs)Creates a new serializable SPI node type definition.QPropertyDefinitionImpl(Name name, Name declaringNodeType, boolean isAutoCreated, boolean isMandatory, int onParentVersion, boolean isProtected, QValue[] defaultValues, boolean isMultiple, int requiredType, QValueConstraint[] valueConstraints, String[] availableQueryOperators, boolean isFullTextSearchable, boolean isQueryOrderable)Creates a new serializable property definition.Constructor parameters in org.apache.jackrabbit.spi.commons with type arguments of type Name Constructor Description EventFilterImpl(int eventTypes, Path absPath, boolean isDeep, String[] uuids, Set<Name> nodeTypeNames, boolean noLocal)Creates a newEventFilterImpl.EventImpl(int type, Path path, ItemId itemId, NodeId parentId, Name primaryNodeTypeName, Name[] mixinTypeNames, String userId, String userData, long timestamp, Map<Name,QValue> info)Creates a new serializable event. - 
Uses of Name in org.apache.jackrabbit.spi.commons.batch
Fields in org.apache.jackrabbit.spi.commons.batch declared as Name Modifier and Type Field Description protected NameOperations.Move. destNameprotected Name[]Operations.SetMixins. mixinNodeTypeNamesprotected NameOperations.AddNode. nodeNameprotected NameOperations.AddNode. nodetypeNameprotected NameOperations.SetPrimaryType. primaryTypeNameprotected NameOperations.AddProperty. propertyNameMethods in org.apache.jackrabbit.spi.commons.batch with parameters of type Name Modifier and Type Method Description voidChangeLogImpl. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)voidConsolidatingChangeLog. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)Factory method for creating anAddNodeoperation.static OperationOperations. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)Factory method for creating anOperations.AddNodeoperation.voidChangeLogImpl. addProperty(NodeId parentId, Name propertyName, QValue value)voidChangeLogImpl. addProperty(NodeId parentId, Name propertyName, QValue[] values)voidConsolidatingChangeLog. addProperty(NodeId parentId, Name propertyName, QValue value)voidConsolidatingChangeLog. addProperty(NodeId parentId, Name propertyName, QValue[] values)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. addProperty(NodeId parentId, Name propertyName, QValue value)Factory method for creating anAddPropertyoperation.static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. addProperty(NodeId parentId, Name propertyName, QValue[] values)Factory method for creating anAddPropertyoperation.static OperationOperations. addProperty(NodeId parentId, Name propertyName, QValue value)Factory method for creating anOperations.AddPropertyoperation.static OperationOperations. addProperty(NodeId parentId, Name propertyName, QValue[] values)Factory method for creating anOperations.AddPropertyoperation.protected static PathConsolidatingChangeLog. getPath(NodeId parentId, Name name)voidChangeLogImpl. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)Factory method for creating aMoveoperation.voidConsolidatingChangeLog. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)static OperationOperations. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)Factory method for creating aOperations.Moveoperation.voidChangeLogImpl. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)Factory method for creating aConsolidatingChangeLog.CancelableOperations.SetMixinsoperation.voidConsolidatingChangeLog. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)static OperationOperations. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)Factory method for creating a set-mixinOperationfor the given arguments.voidChangeLogImpl. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. setPrimaryType(NodeId nodeId, Name primaryTypeName)Factory method for creating aConsolidatingChangeLog.CancelableOperations.SetPrimaryTypeoperation.voidConsolidatingChangeLog. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)static OperationOperations. setPrimaryType(NodeId nodeId, Name primaryTypeName)Factory method for creating a set-primaryTypeOperationfor the given arguments.Constructors in org.apache.jackrabbit.spi.commons.batch with parameters of type Name Constructor Description AddNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)AddNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)Create a new add-nodeOperationfor the given arguments.AddProperty(NodeId parentId, Name propertyName, QValue value)AddProperty(NodeId parentId, Name propertyName, QValue[] values)AddProperty(NodeId parentId, Name propertyName, QValue value)Create a new add-propertyOperationfor the given arguments.AddProperty(NodeId parentId, Name propertyName, QValue[] values)Create a new add-propertyOperationfor the given arguments.Move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)Move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)Create a new moveOperationfor the given arguments.SetMixins(NodeId nodeId, Name[] mixinNodeTypeNames)SetMixins(NodeId nodeId, Name[] mixinNodeTypeNames)Create a new set-mixinOperationfor the given arguments.SetPrimaryType(NodeId nodeId, Name primaryTypeName)SetPrimaryType(NodeId nodeId, Name primaryTypeName)Create a new set-mixinOperationfor the given arguments. - 
Uses of Name in org.apache.jackrabbit.spi.commons.conversion
Methods in org.apache.jackrabbit.spi.commons.conversion that return Name Modifier and Type Method Description NameCachingNameResolver. getQName(String jcrName)Returns aNamefor the given prefixed JCR name.NameDefaultNamePathResolver. getQName(String name)NameNameResolver. getQName(String name)Returns theNamefor the given JCR name String.NameParsingNameResolver. getQName(String jcrName)Parses the given JCR name and returns the resolvedNameobject.static Name[]NameParser. parse(String[] jcrNames, NamespaceResolver resolver, NameFactory factory)Parses an array ofjcrNameand returns the respective array ofName.static NameNameParser. parse(String jcrName, NamespaceResolver resolver, NameFactory factory)Parses thejcrName(either qualified or expanded) and returns a newName.Methods in org.apache.jackrabbit.spi.commons.conversion with parameters of type Name Modifier and Type Method Description StringCachingNameResolver. getJCRName(Name name)Returns the prefixed JCR name for the givenName.StringDefaultNamePathResolver. getJCRName(Name name)StringNameResolver. getJCRName(Name name)Returns the qualified JCR name String for the givenNameobject.StringParsingNameResolver. getJCRName(Name name)Returns the qualified JCR name for the givenNameobject. - 
Uses of Name in org.apache.jackrabbit.spi.commons.identifier
Methods in org.apache.jackrabbit.spi.commons.identifier with parameters of type Name Modifier and Type Method Description PropertyIdAbstractIdFactory. createPropertyId(NodeId parentId, Name propertyName)Creates a newPropertyIdfrom the given parent id and property name. - 
Uses of Name in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging that return Name Modifier and Type Method Description NameNameFactoryLogger. create(String nameString)NameNameFactoryLogger. create(String namespaceURI, String localName)Name[]RepositoryServiceLogger. getPrivilegeNames(SessionInfo sessionInfo, NodeId nodeId)Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type Name Modifier and Type Method Description voidBatchLogger. addNode(NodeId parentId, Name nodeName, Name nodetypeName, String uuid)voidBatchLogger. addProperty(NodeId parentId, Name propertyName, QValue value)voidBatchLogger. addProperty(NodeId parentId, Name propertyName, QValue[] values)voidRepositoryServiceLogger. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)voidRepositoryServiceLogger. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)voidRepositoryServiceLogger. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)PathPathFactoryLogger. create(Name name)PathPathFactoryLogger. create(Name name, int index)PathPathFactoryLogger. create(Path parent, Name name, boolean normalize)PathPathFactoryLogger. create(Path parent, Name name, int index, boolean normalize)QValueQValueFactoryLogger. create(Name value)Path.ElementPathFactoryLogger. createElement(Name name)Path.ElementPathFactoryLogger. createElement(Name name, int index)EventFilterRepositoryServiceLogger. createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuid, Name[] qnodeTypeName, boolean noLocal)PropertyIdIdFactoryLogger. createPropertyId(NodeId parentId, Name propertyName)TreeRepositoryServiceLogger. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)Iterator<QNodeTypeDefinition>RepositoryServiceLogger. getQNodeTypeDefinitions(SessionInfo sessionInfo, Name[] nodetypeNames)Iterator<PropertyId>RepositoryServiceLogger. getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)voidBatchLogger. move(NodeId srcNodeId, NodeId destParentNodeId, Name destName)voidRepositoryServiceLogger. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)voidRepositoryServiceLogger. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)voidBatchLogger. setMixins(NodeId nodeId, Name[] mixinNodeTypeNames)voidBatchLogger. setPrimaryType(NodeId nodeId, Name primaryNodeTypeName)voidRepositoryServiceLogger. unregisterNodeTypes(SessionInfo sessionInfo, Name[] nodeTypeNames) - 
Uses of Name in org.apache.jackrabbit.spi.commons.name
Fields in org.apache.jackrabbit.spi.commons.name declared as Name Modifier and Type Field Description static NameNameConstants. ANY_NAMEThe special wildcard name used as the name of residual item definitions.static NameNameConstants. JCR_ACTIVITIESjcr:activitiesstatic NameNameConstants. JCR_ACTIVITYjcr:activitystatic NameNameConstants. JCR_ACTIVITY_TITLEjcr:activityTitlestatic NameNameConstants. JCR_ADD_CHILD_NODESjcr:addChildNodesstatic NameNameConstants. JCR_ALLjcr:allstatic NameNameConstants. JCR_AUTOCREATEDjcr:autoCreatedstatic NameNameConstants. JCR_BASEVERSIONjcr:baseVersionstatic NameNameConstants. JCR_CHILDNODEDEFINITIONjcr:childNodeDefinitionstatic NameNameConstants. JCR_CHILDVERSIONHISTORYjcr:childVersionHistorystatic NameNameConstants. JCR_CONFIGURATIONjcr:configurationstatic NameNameConstants. JCR_CONFIGURATIONSjcr:configurationsstatic NameNameConstants. JCR_CONTENTjcr:contentstatic NameNameConstants. JCR_COPIEDFROMjcr:copiedFromstatic NameNameConstants. JCR_CREATEDjcr:createdstatic NameNameConstants. JCR_CREATEDBYjcr:createdBystatic NameNameConstants. JCR_CURRENT_LIFECYCLE_STATEjcr:currentLifecycleState: This property is a string identifying the current lifecycle state of this node.static NameNameConstants. JCR_DATAjcr:datastatic NameNameConstants. JCR_DEFAULTPRIMARYTYPEjcr:defaultPrimaryTypestatic NameNameConstants. JCR_DEFAULTVALUESjcr:defaultValuesstatic NameNameConstants. JCR_DESCRIPTIONjcr:descriptionstatic NameNameConstants. JCR_ENCODINGjcr:encodingstatic NameNameConstants. JCR_ETAGjcr:etagstatic NameNameConstants. JCR_FROZENMIXINTYPESjcr:frozenMixinTypesstatic NameNameConstants. JCR_FROZENNODEjcr:frozenNodestatic NameNameConstants. JCR_FROZENPRIMARYTYPEjcr:frozenPrimaryTypestatic NameNameConstants. JCR_FROZENUUIDjcr:frozenUuidstatic NameNameConstants. JCR_HASORDERABLECHILDNODESjcr:hasOrderableChildNodesstatic NameNameConstants. JCR_HOSTjcr:hoststatic NameNameConstants. JCR_IDjcr:idstatic NameNameConstants. JCR_ISCHECKEDOUTjcr:isCheckedOutstatic NameNameConstants. JCR_ISMIXINjcr:isMixinstatic NameNameConstants. JCR_LANGUAGEjcr:languagestatic NameNameConstants. JCR_LASTMODIFIEDjcr:lastModifiedstatic NameNameConstants. JCR_LASTMODIFIEDBYjcr:lastModifiedBystatic NameNameConstants. JCR_LIFECYCLE_MANAGEMENTjcr:lifecycleManagementstatic NameNameConstants. JCR_LIFECYCLE_POLICYjcr:lifecyclePolicy: This property is a reference to another node that contains lifecycle policy information.static NameNameConstants. JCR_LOCK_MANAGEMENTjcr:lockManagementstatic NameNameConstants. JCR_LOCKISDEEPjcr:lockIsDeepstatic NameNameConstants. JCR_LOCKOWNERjcr:lockOwnerstatic NameNameConstants. JCR_MANDATORYjcr:mandatorystatic NameNameConstants. JCR_MERGEFAILEDjcr:mergeFailedstatic NameNameConstants. JCR_MIMETYPEjcr:mimeTypestatic NameNameConstants. JCR_MIXINTYPESjcr:mixinTypesstatic NameNameConstants. JCR_MODIFY_ACCESS_CONTROLjcr:modifyAccessControlstatic NameNameConstants. JCR_MODIFY_PROPERTIESjcr:modifyPropertiesstatic NameNameConstants. JCR_MULTIPLEjcr:multiplestatic NameNameConstants. JCR_NAMEjcr:namestatic NameNameConstants. JCR_NAMESPACE_MANAGEMENTjcr:namespaceManagementstatic NameNameConstants. JCR_NODE_TYPE_DEFINITION_MANAGEMENTjcr:nodeTypeDefinitionManagementstatic NameNameConstants. JCR_NODE_TYPE_MANAGEMENTjcr:nodeTypeManagementstatic NameNameConstants. JCR_NODETYPENAMEjcr:nodeTypeNamestatic NameNameConstants. JCR_NODETYPESjcr:nodeTypesstatic NameNameConstants. JCR_ONPARENTVERSIONjcr:onParentVersionstatic NameNameConstants. JCR_PATHjcr:pathstatic NameNameConstants. JCR_PORTjcr:portstatic NameNameConstants. JCR_PREDECESSORSjcr:predecessorsstatic NameNameConstants. JCR_PRIMARYITEMNAMEjcr:primaryItemNamestatic NameNameConstants. JCR_PRIMARYTYPEjcr:primaryTypestatic NameNameConstants. JCR_PROPERTYDEFINITIONjcr:propertyDefinitionstatic NameNameConstants. JCR_PROTECTEDjcr:protectedstatic NameNameConstants. JCR_PROTOCOLjcr:protocolstatic NameNameConstants. JCR_READjcr:readstatic NameNameConstants. JCR_READ_ACCESS_CONTROLjcr:readAccessControlstatic NameNameConstants. JCR_REMOVE_CHILD_NODESjcr:removeChildNodesstatic NameNameConstants. JCR_REMOVE_NODEjcr:removeNodestatic NameNameConstants. JCR_REPOSITORYjcr:repositorystatic NameNameConstants. JCR_REQUIREDPRIMARYTYPESjcr:requiredPrimaryTypesstatic NameNameConstants. JCR_REQUIREDTYPEjcr:requiredTypestatic NameNameConstants. JCR_RETENTION_MANAGEMENTjcr:retentionManagementstatic NameNameConstants. JCR_ROOTjcr:root (dummy name for root node used in XML serialization)static NameNameConstants. JCR_ROOTVERSIONjcr:rootVersionstatic NameNameConstants. JCR_SAMENAMESIBLINGSjcr:sameNameSiblingsstatic NameNameConstants. JCR_SCOREjcr:scorestatic NameNameConstants. JCR_STATEMENTjcr:statementstatic NameNameConstants. JCR_SUCCESSORSjcr:successorsstatic NameNameConstants. JCR_SUPERTYPESjcr:supertypesstatic NameNameConstants. JCR_SYSTEMjcr:systemstatic NameNameConstants. JCR_TITLEjcr:titlestatic NameNameConstants. JCR_UUIDjcr:uuidstatic NameNameConstants. JCR_VALUECONSTRAINTSjcr:valueConstraintsstatic NameNameConstants. JCR_VERSION_MANAGEMENTjcr:versionManagementstatic NameNameConstants. JCR_VERSIONABLEUUIDjcr:versionableUuidstatic NameNameConstants. JCR_VERSIONHISTORYjcr:versionHistorystatic NameNameConstants. JCR_VERSIONLABELSjcr:versionLabelsstatic NameNameConstants. JCR_VERSIONSTORAGEjcr:versionStoragestatic NameNameConstants. JCR_WORKSPACEjcr:workspacestatic NameNameConstants. JCR_WORKSPACE_MANAGEMENTjcr:workspaceManagementstatic NameNameConstants. JCR_WRITEjcr:writestatic NameNameConstants. JCR_XMLCHARACTERSjcr:xmlcharactersstatic NameNameConstants. JCR_XMLTEXTjcr:xmltextstatic NameNameConstants. MIX_CREATEDmix:createdstatic NameNameConstants. MIX_ETAGmix:etagstatic NameNameConstants. MIX_LANGUAGEmix:languagestatic NameNameConstants. MIX_LASTMODIFIEDmix:lastModifiedstatic NameNameConstants. MIX_LIFECYCLEmix:lifecycle: Only nodes with mixin node typemix:lifecyclemay participate in a lifecycle.static NameNameConstants. MIX_LOCKABLEmix:referenceablestatic NameNameConstants. MIX_MIMETYPEmix:mimeTypestatic NameNameConstants. MIX_REFERENCEABLEmix:referenceablestatic NameNameConstants. MIX_SHAREABLEmix:shareablestatic NameNameConstants. MIX_SIMPLE_VERSIONABLEmix:simpleVersionablestatic NameNameConstants. MIX_TITLEmix:titlestatic NameNameConstants. MIX_VERSIONABLEmix:versionablestatic NameNameConstants. NT_ACTIVITYnt:activitystatic NameNameConstants. NT_ADDRESSnt:addressstatic NameNameConstants. NT_BASEnt:basestatic NameNameConstants. NT_CHILDNODEDEFINITIONnt:childNodeDefinitionstatic NameNameConstants. NT_CONFIGURATIONnt:configurationstatic NameNameConstants. NT_FILEnt:filestatic NameNameConstants. NT_FOLDERnt:folderstatic NameNameConstants. NT_FROZENNODEnt:frozenNodestatic NameNameConstants. NT_HIERARCHYNODEnt:hierarchyNodestatic NameNameConstants. NT_NODETYPEnt:nodeTypestatic NameNameConstants. NT_PROPERTYDEFINITIONnt:propertyDefinitionstatic NameNameConstants. NT_QUERYnt:querystatic NameNameConstants. NT_RESOURCEnt:resourcestatic NameNameConstants. NT_SHAREnt:sharestatic NameNameConstants. NT_UNSTRUCTUREDnt:unstructuredstatic NameNameConstants. NT_VERSIONnt:versionstatic NameNameConstants. NT_VERSIONEDCHILDnt:versionedChildstatic NameNameConstants. NT_VERSIONHISTORYnt:versionHistorystatic NameNameConstants. NT_VERSIONLABELSnt:versionLabelsstatic NameNameConstants. REP_ACCESS_CONTROLrep:AccessControlstatic NameNameConstants. REP_ACCESS_CONTROLLABLErep:AccessControllablestatic NameNameConstants. REP_ACCESSCONTROLrep:accesscontrolstatic NameNameConstants. REP_ACErep:ACEstatic NameNameConstants. REP_ACLrep:ACLstatic NameNameConstants. REP_ACTIVITIESrep:Activitiesstatic NameNameConstants. REP_BASEVERSIONSrep:baseVersionsstatic NameNameConstants. REP_CONFIGURATIONSrep:Configurationsstatic NameNameConstants. REP_DENY_ACErep:DenyACEstatic NameNameConstants. REP_GLOBrep:globstatic NameNameConstants. REP_GRANT_ACErep:GrantACEstatic NameNameConstants. REP_NODE_PATHrep:nodePathstatic NameNameConstants. REP_NODETYPESrep:nodeTypesstatic NameNameConstants. REP_POLICYrep:policystatic NameNameConstants. REP_PRINCIPAL_ACCESS_CONTROLrep:PrincipalAccessControlstatic NameNameConstants. REP_PRINCIPAL_NAMErep:principalNamestatic NameNameConstants. REP_PRIVILEGESrep:privilegesstatic NameNameConstants. REP_REPO_ACCESS_CONTROLLABLErep:RepoAccessControllablestatic NameNameConstants. REP_REPO_POLICYrep:repoPolicystatic NameNameConstants. REP_ROOTrep:rootstatic NameNameConstants. REP_SYSTEMrep:systemstatic NameNameConstants. REP_VERSION_REFERENCErep:VersionReferencestatic NameNameConstants. REP_VERSIONSrep:versionsstatic NameNameConstants. REP_VERSIONSTORAGErep:versionStoragestatic NameNameConstants. ROOTExtra Name for the root nodestatic NameNameConstants. SV_MULTIPLEsv:multiplestatic NameNameConstants. SV_NAMEsv:namestatic NameNameConstants. SV_NODEsv:nodestatic NameNameConstants. SV_PROPERTYsv:propertystatic NameNameConstants. SV_TYPEsv:typestatic NameNameConstants. SV_VALUEsv:valueMethods in org.apache.jackrabbit.spi.commons.name that return Name Modifier and Type Method Description NameNameFactoryImpl. create(String nameString)NameNameFactoryImpl. create(String namespaceURI, String localName)NamePathMap.Element. getName()Return the name of this elementMethods in org.apache.jackrabbit.spi.commons.name with parameters of type Name Modifier and Type Method Description voidPathBuilder. addFirst(Name name)Inserts the element at the beginning of the path to be built.voidPathBuilder. addFirst(Name name, int index)Inserts the element at the beginning of the path to be built.voidPathBuilder. addLast(Name name)Inserts the element at the end of the path to be built.voidPathBuilder. addLast(Name name, int index)Inserts the element at the end of the path to be built.PathPathFactoryImpl. create(Name name)PathPathFactoryImpl. create(Name name, int index)PathPathFactoryImpl. create(Path parent, Name name, boolean normalize)PathPathFactoryImpl. create(Path parent, Name name, int index, boolean normalize)Path.ElementPathFactoryImpl. createElement(Name name)Path.ElementPathFactoryImpl. createElement(Name name, int index)static PatternPattern. name(Name name)Construct a new pattern which matches a path element of a given name - 
Uses of Name in org.apache.jackrabbit.spi.commons.nodetype
Methods in org.apache.jackrabbit.spi.commons.nodetype that return Name Modifier and Type Method Description NameQItemDefinitionBuilder. getDeclaringNodeType()NameQNodeDefinitionBuilder. getDefaultPrimaryType()NameQItemDefinitionBuilder. getName()NameQNodeTypeDefinitionBuilder. getName()NameQNodeTypeDefinitionBuilder. getPrimaryItemName()Name[]QNodeDefinitionBuilder. getRequiredPrimaryTypes()Name[]QNodeTypeDefinitionBuilder. getSuperTypes()Returns an array containing the names of the supertypes of the node type definition being built.Name[]QNodeTypeDefinitionBuilder. getSupportedMixinTypes()Returns an array containing the names of additional mixin types supported on this node type.Methods in org.apache.jackrabbit.spi.commons.nodetype with parameters of type Name Modifier and Type Method Description voidQNodeDefinitionBuilder. addRequiredPrimaryType(Name name)Adds a required primary type of the node definition being built.Iterator<QNodeTypeDefinition>NodeTypeStorage. getDefinitions(Name[] nodeTypeNames)Returns theQNodeTypeDefinitions for the given node type names.Iterator<QNodeTypeDefinition>NodeTypeStorageImpl. getDefinitions(Name[] nodeTypeNames)This implementation returns an iterator over all registeredQNodeTypeDefinitions ifnodeTypeNamesisnull.abstract NodeTypeAbstractNodeTypeManager. getNodeType(Name ntName)Return the node type with the specifiedntName.abstract booleanAbstractNodeType. isNodeType(Name nodeTypeName)Test if this nodetype equals or is directly or indirectly derived from the node type with the specifiednodeTypeName, without checking of a node type of that name really exists.voidQItemDefinitionBuilder. setDeclaringNodeType(Name type)voidQNodeDefinitionBuilder. setDefaultPrimaryType(Name name)voidQItemDefinitionBuilder. setName(Name name)voidQNodeTypeDefinitionBuilder. setName(Name name)Set the name of the node type definition being builtvoidQNodeTypeDefinitionBuilder. setPrimaryItemName(Name primaryItemName)voidQNodeDefinitionBuilder. setRequiredPrimaryTypes(Name[] names)voidQNodeTypeDefinitionBuilder. setSupertypes(Name[] supertypes)Specifies the supertypes of the node type definition being builtvoidQNodeTypeDefinitionBuilder. setSupportedMixinTypes(Name[] names)Sets the names of additional mixin types supported on this node type.voidNodeTypeStorage. unregisterNodeTypes(Name[] nodeTypeNames)Remove allQNodeTypeDefinitions provided from the store.voidNodeTypeStorageImpl. unregisterNodeTypes(Name[] nodeTypeNames) - 
Uses of Name in org.apache.jackrabbit.spi.commons.privilege
Methods in org.apache.jackrabbit.spi.commons.privilege that return Name Modifier and Type Method Description NamePrivilegeDefinitionImpl. getName()Methods in org.apache.jackrabbit.spi.commons.privilege that return types with arguments of type Name Modifier and Type Method Description Set<Name>PrivilegeDefinitionImpl. getDeclaredAggregateNames()Constructors in org.apache.jackrabbit.spi.commons.privilege with parameters of type Name Constructor Description PrivilegeDefinitionImpl(Name name, boolean isAbstract, Set<Name> declaredAggregateNames)Constructor parameters in org.apache.jackrabbit.spi.commons.privilege with type arguments of type Name Constructor Description PrivilegeDefinitionImpl(Name name, boolean isAbstract, Set<Name> declaredAggregateNames) - 
Uses of Name in org.apache.jackrabbit.spi.commons.query
Fields in org.apache.jackrabbit.spi.commons.query declared as Name Modifier and Type Field Description static NameLocationStepQueryNode. EMPTY_NAMEThe empty name used in matching the root node.static NameRelationQueryNode. STAR_NAME_TESTActs as an synthetic placeholder for a location step that matches any name.Methods in org.apache.jackrabbit.spi.commons.query that return Name Modifier and Type Method Description NameLocationStepQueryNode. getNameTest()Returns the label of the node for this location step, ornullif the name test is '*'.NameOrderQueryNode.OrderSpec. getProperty()Deprecated.useOrderQueryNode.OrderSpec.getPropertyPath()instead.NameExactQueryNode. getPropertyName()Returns the name of the property to match.NameTextsearchQueryNode. getPropertyName()Deprecated.UseTextsearchQueryNode.getRelativePath()instead.NameDerefQueryNode. getRefProperty()Returns the name of the reference property ornullif none is set.Name[]QueryRootNode. getSelectProperties()Returns an array of select properties.NameExactQueryNode. getValue()Returns the value of the property to match.Methods in org.apache.jackrabbit.spi.commons.query that return types with arguments of type Name Modifier and Type Method Description Collection<Name>PathQueryNode. getValidJcrSystemNodeTypeNames()Returns the collection of valid node types under /jcr:system.Methods in org.apache.jackrabbit.spi.commons.query with parameters of type Name Modifier and Type Method Description voidOrderQueryNode. addOrderSpec(Name property, boolean ascending)Deprecated.useOrderQueryNode.addOrderSpec(Path , boolean)instead.voidQueryRootNode. addSelectProperty(Name propName)Adds a new select property to the query.DerefQueryNodeDefaultQueryNodeFactory. createDerefQueryNode(QueryNode parent, Name nameTest, boolean descendants)Creates aDerefQueryNodeinstance.DerefQueryNodeQueryNodeFactory. createDerefQueryNode(QueryNode parent, Name nameTest, boolean descendants)Creates aDerefQueryNodeinstance.NodeTypeQueryNodeDefaultQueryNodeFactory. createNodeTypeQueryNode(QueryNode parent, Name nodeType)Creates aNodeTypeQueryNodeinstance.NodeTypeQueryNodeQueryNodeFactory. createNodeTypeQueryNode(QueryNode parent, Name nodeType)Creates aNodeTypeQueryNodeinstance.voidLocationStepQueryNode. setNameTest(Name nameTest)Sets a new name test.voidTextsearchQueryNode. setPropertyName(Name property)Deprecated.UseTextsearchQueryNode.setRelativePath(Path)instead.voidDerefQueryNode. setRefProperty(Name propertyName)Sets a new name for the reference property.Constructors in org.apache.jackrabbit.spi.commons.query with parameters of type Name Constructor Description DerefQueryNode(QueryNode parent, Name nameTest, boolean descendants)Creates a newDerefQueryNodewithout a name set for the reference property.ExactQueryNode(QueryNode parent, Name property, Name value)Creates a newExactQueryNodeinstance.NodeTypeQueryNode(QueryNode parent, Name nodeType)Creates a newNodeTypeQueryNode.OrderSpec(Name property, boolean ascending)Deprecated.useOrderSpec(Path, boolean)instead.Constructor parameters in org.apache.jackrabbit.spi.commons.query with type arguments of type Name Constructor Description DefaultQueryNodeFactory(Collection<Name> validJcrSystemNodeTypeNames)Creates a DefaultQueryNodeFactory with the given node types under /jcr:system .PathQueryNode(QueryNode parent, Collection<Name> validJcrSystemNodeTypeNames)Creates a relativePathQueryNodewith no location steps and the collection of node types under /jcr:system. - 
Uses of Name in org.apache.jackrabbit.spi.commons.query.qom
Methods in org.apache.jackrabbit.spi.commons.query.qom that return Name Modifier and Type Method Description NameDescendantNodeJoinConditionImpl. getAncestorSelectorQName()Gets the name of the ancestor selector.NameBindVariableValueImpl. getBindVariableQName()Gets the name of the bind variable.NameChildNodeJoinConditionImpl. getChildSelectorQName()Gets the name of the child selector.NameDescendantNodeJoinConditionImpl. getDescendantSelectorQName()Gets the name of the descendant selector.NameSelectorImpl. getNodeTypeQName()Gets the name of the required node type.NameChildNodeJoinConditionImpl. getParentSelectorQName()Gets the name of the parent selector.NameEquiJoinConditionImpl. getProperty1QName()Gets the property name in the first selector.NameEquiJoinConditionImpl. getProperty2QName()Gets the property name in the second selector.NameColumnImpl. getPropertyQName()Gets the name of the property.NameFullTextSearchImpl. getPropertyQName()Gets the name of the property.NamePropertyExistenceImpl. getPropertyQName()Gets the name of the property.NamePropertyValueImpl. getPropertyQName()Gets the name of the property.NameEquiJoinConditionImpl. getSelector1QName()Gets the name of the first selector.NameSameNodeJoinConditionImpl. getSelector1QName()Gets the name of the first selector.NameEquiJoinConditionImpl. getSelector2QName()Gets the name of the second selector.NameSameNodeJoinConditionImpl. getSelector2QName()Gets the name of the second selector.NameChildNodeImpl. getSelectorQName()Gets the name of the selector against which to apply this constraint.NameColumnImpl. getSelectorQName()Gets the name of the selector.NameDescendantNodeImpl. getSelectorQName()Gets the name of the selector against which to apply this constraint.NameDynamicOperandImpl. getSelectorQName()Gets the name of the selector against which to evaluate this operand.NameFullTextSearchImpl. getSelectorQName()Gets the name of the selector against which to apply this constraint.NamePropertyExistenceImpl. getSelectorQName()Gets the name of the selector against which to apply this constraint.NameSameNodeImpl. getSelectorQName()Gets the name of the selector against which to apply this constraint.NameSelectorImpl. getSelectorQName()Gets the selector name.Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type Name Modifier and Type Method Description protected StringAbstractQOMNode. getJCRName(Name name)Returns the JCR name string for the givenNameornullifnameisnull.SelectorImplQueryObjectModelTree. getSelector(Name name)Returns the selector with the givennameornullif there is no selector with this name.protected StringAbstractQOMNode. quote(Name name)Constructors in org.apache.jackrabbit.spi.commons.query.qom with parameters of type Name Constructor Description DynamicOperandImpl(NamePathResolver resolver, Name selectorName) - 
Uses of Name in org.apache.jackrabbit.spi.commons.query.sql
Methods in org.apache.jackrabbit.spi.commons.query.sql that return Name Modifier and Type Method Description NameJCRSQLParser. ExcerptFunction()NameASTPredicate. getIdentifier()NameASTIdentifier. getName()NameASTContainsExpression. getPropertyName()NameJCRSQLParser. Identifier()NameJCRSQLParser. LowerFunction()NameJCRSQLParser. PropertyFunction()NameJCRSQLParser. UpperFunction()Methods in org.apache.jackrabbit.spi.commons.query.sql with parameters of type Name Modifier and Type Method Description voidASTPredicate. setIdentifier(Name identifier)voidASTIdentifier. setName(Name name)voidASTContainsExpression. setPropertyName(Name property) - 
Uses of Name in org.apache.jackrabbit.spi.commons.tree
Methods in org.apache.jackrabbit.spi.commons.tree that return Name Modifier and Type Method Description NameAbstractTree. getName()NameAbstractTree. getPrimaryTypeName()Methods in org.apache.jackrabbit.spi.commons.tree with parameters of type Name Modifier and Type Method Description TreeAbstractTree. addChild(Name childName, Name primaryTypeName, String uniqueId)protected abstract TreeAbstractTree. createChild(Name name, Name primaryTypeName, String uniqueId)Constructors in org.apache.jackrabbit.spi.commons.tree with parameters of type Name Constructor Description AbstractTree(Name nodeName, Name ntName, String uniqueId, NamePathResolver resolver) - 
Uses of Name in org.apache.jackrabbit.spi.commons.value
Methods in org.apache.jackrabbit.spi.commons.value that return Name Modifier and Type Method Description NameAbstractQValue. getName()Methods in org.apache.jackrabbit.spi.commons.value with parameters of type Name Modifier and Type Method Description QValueAbstractQValueFactory. create(Name value)Constructors in org.apache.jackrabbit.spi.commons.value with parameters of type Name Constructor Description AbstractQValue(Name value)Create a newAbstractQValue.DefaultQValue(Name value) - 
Uses of Name in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return Name Modifier and Type Method Description Name[]NodeInfoImpl. getMixins()NameNodeInfoImpl. getNodetype()Name[]RepositoryServiceImpl. getPrivilegeNames(SessionInfo sessionInfo, NodeId nodeId)Methods in org.apache.jackrabbit.spi2dav with parameters of type Name Modifier and Type Method Description voidRepositoryServiceImpl. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)voidRepositoryServiceImpl. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)voidRepositoryServiceImpl. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)EventFilterRepositoryServiceImpl. createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuids, Name[] nodeTypeNames, boolean noLocal)TreeRepositoryServiceImpl. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)Iterator<QNodeTypeDefinition>RepositoryServiceImpl. getQNodeTypeDefinitions(SessionInfo sessionInfo, Name[] nodetypeNames)Iterator<PropertyId>RepositoryServiceImpl. getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)voidRepositoryServiceImpl. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)voidRepositoryServiceImpl. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)voidRepositoryServiceImpl. unregisterNodeTypes(SessionInfo sessionInfo, Name[] nodeTypeNames) - 
Uses of Name in org.apache.jackrabbit.spi2davex
Methods in org.apache.jackrabbit.spi2davex that return Name Modifier and Type Method Description Name[]NodeInfoImpl. getMixins()NameChildInfoImpl. getName()Returns the name of the childNode.NameItemInfoImpl. getName()NameNodeInfoImpl. getNodetype()Methods in org.apache.jackrabbit.spi2davex with parameters of type Name Modifier and Type Method Description voidRepositoryServiceImpl. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)voidRepositoryServiceImpl. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)TreeRepositoryServiceImpl. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)Constructors in org.apache.jackrabbit.spi2davex with parameters of type Name Constructor Description ChildInfoImpl(Name name, String uniqueId, int index)Creates a new serializableChildInfoImpl. - 
Uses of Name in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return Name Modifier and Type Method Description Name[]RepositoryServiceImpl. getPrivilegeNames(SessionInfo sessionInfo, NodeId nodeId)Methods in org.apache.jackrabbit.spi2jcr with parameters of type Name Modifier and Type Method Description voidRepositoryServiceImpl. addVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label, boolean moveLabel)Add the given version label in the persistent layer.voidRepositoryServiceImpl. clone(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName, boolean removeExisting)Clone the subtree identified by the givensrcNodeIdin workspace namedsrcWorkspaceNameto the destination in the workspace specified by the givenSessionInfo.voidRepositoryServiceImpl. copy(SessionInfo sessionInfo, String srcWorkspaceName, NodeId srcNodeId, NodeId destParentNodeId, Name destName)Clone the subtree identified by the givensrcNodeIdin workspace namedsrcWorkspaceNameto the destination in the workspace specified by the givenSessionInfo.EventFilterRepositoryServiceImpl. createEventFilter(SessionInfo sessionInfo, int eventTypes, Path absPath, boolean isDeep, String[] uuid, Name[] nodeTypeName, boolean noLocal)Creates an event filter.TreeRepositoryServiceImpl. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)intBatchReadConfig. getDepth(Name ntName)Return the depth for the given node type name.Iterator<QNodeTypeDefinition>RepositoryServiceImpl. getQNodeTypeDefinitions(SessionInfo sessionInfo, Name[] nodetypeNames)RetrieveQNodeTypeDefinitions for the given names.Iterator<PropertyId>RepositoryServiceImpl. getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)Returns theIds of the properties that are referencing the node identified by the givennodeId.voidRepositoryServiceImpl. move(SessionInfo sessionInfo, NodeId srcNodeId, NodeId destParentNodeId, Name destName)Moves the node identified by the givensrcNodeId(and its entire subtree) to the new location defined bydestParentNodeIdand a new name (destName).voidRepositoryServiceImpl. removeVersionLabel(SessionInfo sessionInfo, NodeId versionHistoryId, NodeId versionId, Name label)Remove the given version label in the persistent layer.voidBatchReadConfig. setDepth(Name ntName, int depth)Define the batch-read depth for the given node type name.voidRepositoryServiceImpl. unregisterNodeTypes(SessionInfo sessionInfo, Name[] nodeTypeNames)Unregisters the node types with the specifiednames. 
 -