Uses of Interface
org.apache.jackrabbit.spi.PropertyId

Packages that use PropertyId
org.apache.jackrabbit.jcr2spi.hierarchy   
org.apache.jackrabbit.jcr2spi.nodetype   
org.apache.jackrabbit.jcr2spi.operation   
org.apache.jackrabbit.jcr2spi.state   
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi.commons.batch   
org.apache.jackrabbit.spi.commons.identifier   
org.apache.jackrabbit.spi.commons.logging   
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.spi2davex   
org.apache.jackrabbit.spi2jcr   
 

Uses of PropertyId in org.apache.jackrabbit.jcr2spi.hierarchy
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return PropertyId
 PropertyId PropertyEntryImpl.getId()
           
 PropertyId PropertyEntry.getId()
           
 PropertyId PropertyEntryImpl.getWorkspaceId()
           
 PropertyId PropertyEntry.getWorkspaceId()
          Returns the ID that must be used for resolving this entry OR loading its children entries from the persistent layer.
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type PropertyId
 PropertyEntry HierarchyManagerImpl.getPropertyEntry(PropertyId propertyId)
           
 PropertyEntry HierarchyManager.getPropertyEntry(PropertyId propertyId)
          Resolves a propertyId into a PropertyEntry.
 

Uses of PropertyId in org.apache.jackrabbit.jcr2spi.nodetype
 

Methods in org.apache.jackrabbit.jcr2spi.nodetype with parameters of type PropertyId
 QPropertyDefinition ItemDefinitionProviderImpl.getQPropertyDefinition(Name[] parentNodeTypeNames, Name propertyName, int propertType, boolean isMultiValued, PropertyId propertyId)
           
 QPropertyDefinition ItemDefinitionProvider.getQPropertyDefinition(Name[] parentNodeTypeNames, Name propertyName, int propertType, boolean isMultiValued, PropertyId propertyId)
          Returns the QPropertyDefinition for the specified parameters.
 

Uses of PropertyId in org.apache.jackrabbit.jcr2spi.operation
 

Methods in org.apache.jackrabbit.jcr2spi.operation that return PropertyId
 PropertyId SetPropertyValue.getPropertyId()
           
 

Uses of PropertyId in org.apache.jackrabbit.jcr2spi.state
 

Methods in org.apache.jackrabbit.jcr2spi.state that return types with arguments of type PropertyId
 Iterator<PropertyId> NodeState.getNodeReferences(Name propertyName, boolean weak)
          Returns the identifiers of all reference properties that point to this node.
 Iterator<PropertyId> WorkspaceItemStateFactory.getNodeReferences(NodeState nodeState, Name propertyName, boolean weak)
           
 Iterator<PropertyId> TransientISFactory.getNodeReferences(NodeState nodeState, Name propertyName, boolean weak)
           
 Iterator<PropertyId> ItemStateFactory.getNodeReferences(NodeState nodeState, Name propertyName, boolean weak)
          Returns the identifiers of all reference properties that point to the given node.
 

Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyId
 PropertyState WorkspaceItemStateFactory.createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
          Creates the PropertyState with information retrieved from the RepositoryService.
 PropertyState TransientISFactory.createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
           
 PropertyState ItemStateFactory.createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
          Tries to retrieve the PropertyState with the given PropertyId and if the state exists, fills in the HierarchyEntries missing between the last known NodeEntry marked by anyParent.
 PropertyState WorkspaceItemStateFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
          Creates the PropertyState with information retrieved from the RepositoryService.
 PropertyState TransientISFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
           
 PropertyState ItemStateFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
          Creates the PropertyState with the given propertyId.
 

Uses of PropertyId in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return PropertyId
 PropertyId IdFactory.createPropertyId(NodeId parentId, Name propertyName)
          Creates a new PropertyId from the given parent id and property name.
 PropertyId PropertyInfo.getId()
           
 PropertyId[] NodeInfo.getReferences()
          Deprecated. Use RepositoryService.getReferences(SessionInfo, NodeId, Name, boolean) instead.
 

Methods in org.apache.jackrabbit.spi that return types with arguments of type PropertyId
 Iterator<PropertyId> NodeInfo.getPropertyIds()
           
 Iterator<PropertyId> RepositoryService.getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)
          Returns the Ids of the properties that are referencing the node identified by the given nodeId.
 

Methods in org.apache.jackrabbit.spi with parameters of type PropertyId
 QPropertyDefinition RepositoryService.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
          Returns the QPropertyDefinition for the Property identified by the given id.
 ItemInfoCache.Entry<PropertyInfo> ItemInfoCache.getPropertyInfo(PropertyId propertyId)
          Retrieve a cache entry for the given propertyId or null if no such entry is in the cache.
 PropertyInfo RepositoryService.getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
          Returns the PropertyInfo for the Property identified by the given id.
 void Batch.setValue(PropertyId propertyId, QValue value)
          Modify the value of an existing property.
 void Batch.setValue(PropertyId propertyId, QValue[] values)
          Modify the value of an existing, multi-valued property.
 

Uses of PropertyId in org.apache.jackrabbit.spi.commons
 

Methods in org.apache.jackrabbit.spi.commons that return PropertyId
 PropertyId PropertyInfoImpl.getId()
          
 PropertyId[] NodeInfoImpl.getReferences()
          Return the Ids of the properties that are referencing the node based on this info object.
 

Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type PropertyId
 Iterator<PropertyId> NodeInfoImpl.getPropertyIds()
          
 

Methods in org.apache.jackrabbit.spi.commons with parameters of type PropertyId
 QPropertyDefinition AbstractRepositoryService.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
           
 ItemInfoCache.Entry<PropertyInfo> ItemInfoCacheImpl.getPropertyInfo(PropertyId propertyId)
          This implementation removes the item from the cache if it is present.
 void SerializableBatch.setValue(PropertyId propertyId, QValue value)
           
 void SerializableBatch.setValue(PropertyId propertyId, QValue[] values)
           
 

Constructors in org.apache.jackrabbit.spi.commons with parameters of type PropertyId
PropertyInfoImpl(NodeId parentId, Name name, Path path, PropertyId id, int type, boolean isMultiValued, QValue[] values)
          Deprecated. Use PropertyInfoImpl.PropertyInfoImpl(Path, PropertyId, int, boolean, QValue[]) instead. The parentId is not used any more.
PropertyInfoImpl(Path path, PropertyId id, int type, boolean isMultiValued, QValue[] values)
          Creates a new property info for the given parameters.
 

Constructor parameters in org.apache.jackrabbit.spi.commons with type arguments of type PropertyId
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. Use NodeInfoImpl.NodeInfoImpl(Path, NodeId, int, Name, Name[], Iterator, Iterator, Iterator) instead. The parentId is not used any more.
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. Use NodeInfoImpl.NodeInfoImpl(Path, NodeId, int, Name, Name[], Iterator, Iterator, Iterator) instead. The parentId is not used any more.
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.
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.
 

Uses of PropertyId in org.apache.jackrabbit.spi.commons.batch
 

Fields in org.apache.jackrabbit.spi.commons.batch declared as PropertyId
protected  PropertyId Operations.SetValue.propertyId
           
 

Methods in org.apache.jackrabbit.spi.commons.batch with parameters of type PropertyId
static Operation Operations.setValue(PropertyId propertyId, QValue value)
          Factory method for creating set-value Operation for the given arguments.
 void ConsolidatingChangeLog.setValue(PropertyId propertyId, QValue value)
           
static ConsolidatingChangeLog.CancelableOperation ConsolidatingChangeLog.CancelableOperations.setValue(PropertyId propertyId, QValue value)
          Factory method for creating a SetValue operation.
 void ChangeLogImpl.setValue(PropertyId propertyId, QValue value)
           
static Operation Operations.setValue(PropertyId propertyId, QValue[] values)
          Factory method for creating a set-value Operation for the given arguments.
 void ConsolidatingChangeLog.setValue(PropertyId propertyId, QValue[] values)
           
static ConsolidatingChangeLog.CancelableOperation ConsolidatingChangeLog.CancelableOperations.setValue(PropertyId propertyId, QValue[] values)
          Factory method for creating a SetValue operation.
 void ChangeLogImpl.setValue(PropertyId propertyId, QValue[] values)
           
 

Constructors in org.apache.jackrabbit.spi.commons.batch with parameters of type PropertyId
ConsolidatingChangeLog.CancelableOperations.SetValue(PropertyId propertyId, QValue value)
           
ConsolidatingChangeLog.CancelableOperations.SetValue(PropertyId propertyId, QValue[] values)
           
Operations.SetValue(PropertyId propertyId, QValue value)
          Create a new set-value Operation for the given arguments.
Operations.SetValue(PropertyId propertyId, QValue[] values)
          Create a new set-value Operation for the given arguments.
 

Uses of PropertyId in org.apache.jackrabbit.spi.commons.identifier
 

Methods in org.apache.jackrabbit.spi.commons.identifier that return PropertyId
 PropertyId AbstractIdFactory.createPropertyId(NodeId parentId, Name propertyName)
          Creates a new PropertyId from the given parent id and property name.
 

Uses of PropertyId in org.apache.jackrabbit.spi.commons.logging
 

Methods in org.apache.jackrabbit.spi.commons.logging that return PropertyId
 PropertyId IdFactoryLogger.createPropertyId(NodeId parentId, Name propertyName)
           
 

Methods in org.apache.jackrabbit.spi.commons.logging that return types with arguments of type PropertyId
 Iterator<PropertyId> RepositoryServiceLogger.getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)
           
 

Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type PropertyId
 QPropertyDefinition RepositoryServiceLogger.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
           
 PropertyInfo RepositoryServiceLogger.getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
           
 void BatchLogger.setValue(PropertyId propertyId, QValue value)
           
 void BatchLogger.setValue(PropertyId propertyId, QValue[] values)
           
 

Uses of PropertyId in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return PropertyId
 PropertyId PropertyInfoImpl.getId()
           
 PropertyId[] NodeInfoImpl.getReferences()
           
 

Methods in org.apache.jackrabbit.spi2dav that return types with arguments of type PropertyId
 Iterator<PropertyId> NodeInfoImpl.getPropertyIds()
           
 Iterator<PropertyId> RepositoryServiceImpl.getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)
           
 

Methods in org.apache.jackrabbit.spi2dav with parameters of type PropertyId
 QPropertyDefinition RepositoryServiceImpl.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
           
 PropertyInfo RepositoryServiceImpl.getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
           
 

Constructors in org.apache.jackrabbit.spi2dav with parameters of type PropertyId
PropertyInfoImpl(PropertyId id, DavPropertySet propSet, NamePathResolver resolver, ValueFactory valueFactory, QValueFactory qValueFactory)
           
PropertyInfoImpl(PropertyId id, Path path, int type, boolean isMultiValued, QValue[] values)
           
 

Uses of PropertyId in org.apache.jackrabbit.spi2davex
 

Methods in org.apache.jackrabbit.spi2davex that return PropertyId
 PropertyId PropertyInfoImpl.getId()
           
 PropertyId[] NodeInfoImpl.getReferences()
           
 

Methods in org.apache.jackrabbit.spi2davex that return types with arguments of type PropertyId
 Iterator<PropertyId> NodeInfoImpl.getPropertyIds()
           
 

Constructors in org.apache.jackrabbit.spi2davex with parameters of type PropertyId
PropertyInfoImpl(PropertyId id, Path path, int propertyType, QValue value)
           
PropertyInfoImpl(PropertyId id, Path path, int propertyType, QValue[] values)
           
 

Uses of PropertyId in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return types with arguments of type PropertyId
 Iterator<PropertyId> RepositoryServiceImpl.getReferences(SessionInfo sessionInfo, NodeId nodeId, Name propertyName, boolean weakReferences)
          Returns the Ids of the properties that are referencing the node identified by the given nodeId.
 

Methods in org.apache.jackrabbit.spi2jcr with parameters of type PropertyId
 QPropertyDefinition RepositoryServiceImpl.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
          Returns the QPropertyDefinition for the Property identified by the given id.
 PropertyInfo RepositoryServiceImpl.getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
          Returns the PropertyInfo for the Property identified by the given id.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.