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 PropertyEntry.getId()
           
 PropertyId PropertyEntryImpl.getId()
           
 PropertyId PropertyEntry.getWorkspaceId()
          Returns the ID that must be used for resolving this entry OR loading its children entries from the persistent layer.
 PropertyId PropertyEntryImpl.getWorkspaceId()
           
 

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 PropertyId
 PropertyId[] NodeState.getNodeReferences()
          Returns the identifiers of all reference properties that point to this node.
 PropertyId[] WorkspaceItemStateFactory.getNodeReferences(NodeState nodeState)
           
 PropertyId[] ItemStateFactory.getNodeReferences(NodeState nodeState)
          Returns the identifiers of all reference properties that point to the given node.
 PropertyId[] TransientISFactory.getNodeReferences(NodeState nodeState)
           
 

Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyId
 PropertyState WorkspaceItemStateFactory.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 TransientISFactory.createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
           
 PropertyState WorkspaceItemStateFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
          Creates the PropertyState with information retrieved from the RepositoryService.
 PropertyState ItemStateFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
          Creates the PropertyState with the given propertyId.
 PropertyState TransientISFactory.createPropertyState(PropertyId propertyId, PropertyEntry entry)
           
 

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 qualified property name.
 PropertyId PropertyInfo.getId()
           
 PropertyId[] NodeInfo.getReferences()
           
 

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.
 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()
          
 

Methods in org.apache.jackrabbit.spi.commons with parameters of type PropertyId
 QPropertyDefinition AbstractReadableRepositoryService.getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
           
 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.
 

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 qualified 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 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 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()
           
 

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

Uses of PropertyId in org.apache.jackrabbit.spi2jcr
 

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-2009 The Apache Software Foundation. All Rights Reserved.