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 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 Modifier and Type Method Description PropertyEntry
HierarchyManager. getPropertyEntry(PropertyId propertyId)
Resolves a propertyId into aPropertyEntry
.PropertyEntry
HierarchyManagerImpl. 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 QPropertyDefinition
ItemDefinitionProvider. getQPropertyDefinition(Name[] parentNodeTypeNames, Name propertyName, int propertyType, boolean isMultiValued, PropertyId propertyId)
Returns theQPropertyDefinition
for the specified parameters.QPropertyDefinition
ItemDefinitionProviderImpl. 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 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 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 PropertyState
ItemStateFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
Tries to retrieve thePropertyState
with the givenPropertyId
and if the state exists, fills in the HierarchyEntries missing between the last known NodeEntry marked byanyParent
.PropertyState
TransientISFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
PropertyState
WorkspaceItemStateFactory. createDeepPropertyState(PropertyId propertyId, NodeEntry anyParent)
Creates the PropertyState with information retrieved from theRepositoryService
.PropertyState
ItemStateFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)
Creates thePropertyState
with the givenpropertyId
.PropertyState
TransientISFactory. createPropertyState(PropertyId propertyId, PropertyEntry entry)
PropertyState
WorkspaceItemStateFactory. 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 PropertyId
IdFactory. createPropertyId(NodeId parentId, Name propertyName)
Creates a newPropertyId
from the given parent id and property name.PropertyId
PropertyInfo. 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 theId
s 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 QPropertyDefinition
RepositoryService. getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
Returns theQPropertyDefinition
for theProperty
identified by the given id.ItemInfoCache.Entry<PropertyInfo>
ItemInfoCache. getPropertyInfo(PropertyId propertyId)
Retrieve a cache entry for the givenpropertyId
ornull
if no such entry is in the cache.PropertyInfo
RepositoryService. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
Deprecated.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 Modifier and Type Method Description PropertyId
PropertyInfoImpl. getId()
PropertyId[]
NodeInfoImpl. getReferences()
Return theId
s 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 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 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 PropertyId
Operations.SetValue. propertyId
Methods in org.apache.jackrabbit.spi.commons.batch with parameters of type PropertyId Modifier and Type Method Description void
ChangeLogImpl. setValue(PropertyId propertyId, QValue value)
void
ChangeLogImpl. setValue(PropertyId propertyId, QValue[] values)
static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. setValue(PropertyId propertyId, QValue value)
Factory method for creating aSetValue
operation.static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. setValue(PropertyId propertyId, QValue[] values)
Factory method for creating aSetValue
operation.void
ConsolidatingChangeLog. setValue(PropertyId propertyId, QValue value)
void
ConsolidatingChangeLog. setValue(PropertyId propertyId, QValue[] values)
static Operation
Operations. setValue(PropertyId propertyId, QValue value)
Factory method for creating set-valueOperation
for the given arguments.static Operation
Operations. setValue(PropertyId propertyId, QValue[] values)
Factory method for creating a set-valueOperation
for 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-valueOperation
for the given arguments.SetValue(PropertyId propertyId, QValue[] values)
Create a new set-valueOperation
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 Modifier and Type Method Description PropertyId
AbstractIdFactory. createPropertyId(NodeId parentId, Name propertyName)
Creates a newPropertyId
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 Modifier and Type Method Description PropertyId
IdFactoryLogger. 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 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 Modifier and Type Method Description PropertyId
PropertyInfoImpl. 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 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 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 PropertyId
PropertyInfoImpl. 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 PropertyInfo
RepositoryServiceImpl. 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 theId
s 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 QPropertyDefinition
RepositoryServiceImpl. getPropertyDefinition(SessionInfo sessionInfo, PropertyId propertyId)
Returns theQPropertyDefinition
for theProperty
identified by the given id.PropertyInfo
RepositoryServiceImpl. getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId)
Returns thePropertyInfo
for theProperty
identified by the given id.
-