Uses of Interface
org.apache.jackrabbit.spi.PropertyId
- 
Packages that use PropertyId Package Description 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 Modifier and Type Method Description PropertyIdPropertyEntry. getId()PropertyIdPropertyEntryImpl. getId()PropertyIdPropertyEntry. getWorkspaceId()Returns the ID that must be used for resolving this entry OR loading its children entries from the persistent layer.PropertyIdPropertyEntryImpl. getWorkspaceId()Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type PropertyId Modifier and Type Method Description PropertyEntryHierarchyManager. getPropertyEntry(PropertyId propertyId)Resolves a propertyId into aPropertyEntry.PropertyEntryHierarchyManagerImpl. getPropertyEntry(PropertyId propertyId) - 
Uses of PropertyId in org.apache.jackrabbit.jcr2spi.nodetype
Methods in org.apache.jackrabbit.jcr2spi.nodetype with parameters of type PropertyId Modifier and Type Method Description QPropertyDefinitionItemDefinitionProvider. getQPropertyDefinition(Name[] parentNodeTypeNames, Name propertyName, int propertyType, boolean isMultiValued, PropertyId propertyId)Returns theQPropertyDefinitionfor the specified parameters.QPropertyDefinitionItemDefinitionProviderImpl. getQPropertyDefinition(Name[] parentNodeTypeNames, Name propertyName, int propertyType, boolean isMultiValued, PropertyId propertyId) - 
Uses of PropertyId in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation that return PropertyId Modifier and Type Method Description PropertyIdSetPropertyValue. 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 Modifier and Type Method Description 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)Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type PropertyId Modifier and Type Method Description PropertyStateItemStateFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)Tries to retrieve thePropertyStatewith the givenPropertyIdand if the state exists, fills in the HierarchyEntries missing between the last known NodeEntry marked byanyParent.PropertyStateTransientISFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)PropertyStateWorkspaceItemStateFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)Creates the PropertyState with information retrieved from theRepositoryService.PropertyStateItemStateFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)Creates thePropertyStatewith the givenpropertyId.PropertyStateTransientISFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)PropertyStateWorkspaceItemStateFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)Creates the PropertyState with information retrieved from theRepositoryService. - 
Uses of PropertyId in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return PropertyId Modifier and Type Method Description PropertyIdIdFactory. createPropertyId(NodeId parentId, Name propertyName)Creates a newPropertyIdfrom the given parent id and property name.PropertyIdPropertyInfo. getId()PropertyId[]NodeInfo. getReferences()Deprecated.Methods in org.apache.jackrabbit.spi that return types with arguments of type PropertyId Modifier and Type Method Description Iterator<PropertyId>NodeInfo. getPropertyIds()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.Methods in org.apache.jackrabbit.spi with parameters of type PropertyId Modifier and Type Method Description QPropertyDefinitionRepositoryService. getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)Returns theQPropertyDefinitionfor thePropertyidentified by the given id.ItemInfoCache.Entry<PropertyInfo>ItemInfoCache. getPropertyInfo(PropertyId propertyId)Retrieve a cache entry for the givenpropertyIdornullif no such entry is in the cache.PropertyInfoRepositoryService. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)Deprecated.voidBatch. setValue(PropertyId propertyId, QValue value)Modify the value of an existing property.voidBatch. 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 Modifier and Type Method Description PropertyIdPropertyInfoImpl. getId()PropertyId[]NodeInfoImpl. getReferences()Return theIds 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 Modifier and Type Method Description Iterator<PropertyId>NodeInfoImpl. getPropertyIds()Methods in org.apache.jackrabbit.spi.commons with parameters of type PropertyId Modifier and Type Method Description QPropertyDefinitionAbstractRepositoryService. getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)ItemInfoCache.Entry<PropertyInfo>ItemInfoCacheImpl. getPropertyInfo(PropertyId propertyId)This implementation removes the item from the cache if it is present.voidSerializableBatch. setValue(PropertyId propertyId, QValue value)voidSerializableBatch. setValue(PropertyId propertyId, QValue[] values)Constructors in org.apache.jackrabbit.spi.commons with parameters of type PropertyId Constructor Description PropertyInfoImpl(NodeId parentId, Name name, Path path, PropertyId id, int type, boolean isMultiValued, QValue[] values)Deprecated.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 Constructor Description 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. - 
Uses of PropertyId in org.apache.jackrabbit.spi.commons.batch
Fields in org.apache.jackrabbit.spi.commons.batch declared as PropertyId Modifier and Type Field Description protected PropertyIdOperations.SetValue. propertyIdMethods in org.apache.jackrabbit.spi.commons.batch with parameters of type PropertyId Modifier and Type Method Description voidChangeLogImpl. setValue(PropertyId propertyId, QValue value)voidChangeLogImpl. setValue(PropertyId propertyId, QValue[] values)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. setValue(PropertyId propertyId, QValue value)Factory method for creating aSetValueoperation.static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. setValue(PropertyId propertyId, QValue[] values)Factory method for creating aSetValueoperation.voidConsolidatingChangeLog. setValue(PropertyId propertyId, QValue value)voidConsolidatingChangeLog. setValue(PropertyId propertyId, QValue[] values)static OperationOperations. setValue(PropertyId propertyId, QValue value)Factory method for creating set-valueOperationfor the given arguments.static OperationOperations. setValue(PropertyId propertyId, QValue[] values)Factory method for creating a set-valueOperationfor the given arguments.Constructors in org.apache.jackrabbit.spi.commons.batch with parameters of type PropertyId Constructor Description SetValue(PropertyId propertyId, QValue value)SetValue(PropertyId propertyId, QValue[] values)SetValue(PropertyId propertyId, QValue value)Create a new set-valueOperationfor the given arguments.SetValue(PropertyId propertyId, QValue[] values)Create a new set-valueOperationfor the given arguments. - 
Uses of PropertyId in org.apache.jackrabbit.spi.commons.identifier
Methods in org.apache.jackrabbit.spi.commons.identifier that return PropertyId Modifier and Type Method Description PropertyIdAbstractIdFactory. createPropertyId(NodeId parentId, Name propertyName)Creates a newPropertyIdfrom 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 Modifier and Type Method Description PropertyIdIdFactoryLogger. createPropertyId(NodeId parentId, Name propertyName)Methods in org.apache.jackrabbit.spi.commons.logging that return types with arguments of type PropertyId Modifier and Type Method Description 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 Modifier and Type Method Description QPropertyDefinitionRepositoryServiceLogger. getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)PropertyInfoRepositoryServiceLogger. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)voidBatchLogger. setValue(PropertyId propertyId, QValue value)voidBatchLogger. setValue(PropertyId propertyId, QValue[] values) - 
Uses of PropertyId in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return PropertyId Modifier and Type Method Description PropertyIdPropertyInfoImpl. getId()PropertyId[]NodeInfoImpl. getReferences()Methods in org.apache.jackrabbit.spi2dav that return types with arguments of type PropertyId Modifier and Type Method Description 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 Modifier and Type Method Description QPropertyDefinitionRepositoryServiceImpl. getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)PropertyInfoRepositoryServiceImpl. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)Constructors in org.apache.jackrabbit.spi2dav with parameters of type PropertyId Constructor Description PropertyInfoImpl(PropertyId id, Path path, int type, boolean isMultiValued, QValue[] values)PropertyInfoImpl(PropertyId id, DavPropertySet propSet, NamePathResolver resolver, ValueFactory valueFactory, QValueFactory qValueFactory) - 
Uses of PropertyId in org.apache.jackrabbit.spi2davex
Methods in org.apache.jackrabbit.spi2davex that return PropertyId Modifier and Type Method Description PropertyIdPropertyInfoImpl. getId()PropertyId[]NodeInfoImpl. getReferences()Methods in org.apache.jackrabbit.spi2davex that return types with arguments of type PropertyId Modifier and Type Method Description Iterator<PropertyId>NodeInfoImpl. getPropertyIds()Methods in org.apache.jackrabbit.spi2davex with parameters of type PropertyId Modifier and Type Method Description PropertyInfoRepositoryServiceImpl. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)Constructors in org.apache.jackrabbit.spi2davex with parameters of type PropertyId Constructor Description 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 Modifier and Type Method Description 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.Methods in org.apache.jackrabbit.spi2jcr with parameters of type PropertyId Modifier and Type Method Description QPropertyDefinitionRepositoryServiceImpl. getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)Returns theQPropertyDefinitionfor thePropertyidentified by the given id.PropertyInfoRepositoryServiceImpl. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)Returns thePropertyInfofor thePropertyidentified by the given id. 
 -