Uses of Class
org.apache.jackrabbit.core.id.PropertyId
-
Packages that use PropertyId Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.id org.apache.jackrabbit.core.journal org.apache.jackrabbit.core.persistence org.apache.jackrabbit.core.persistence.bundle org.apache.jackrabbit.core.persistence.db This package contains the class, a simple generic JDBC-basedSimpleDbPersistenceManagerPersistenceManagerfor Jackrabbit.org.apache.jackrabbit.core.persistence.mem org.apache.jackrabbit.core.persistence.obj org.apache.jackrabbit.core.persistence.pool org.apache.jackrabbit.core.persistence.util org.apache.jackrabbit.core.persistence.xml org.apache.jackrabbit.core.state org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers.org.apache.jackrabbit.core.virtual -
-
Uses of PropertyId in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return PropertyId Modifier and Type Method Description PropertyIdHierarchyManager. resolvePropertyPath(Path path)Resolves a path into a property id.PropertyIdHierarchyManagerImpl. resolvePropertyPath(Path path)Resolves a path into a property id.protected PropertyIdNodeImpl. resolveRelativePropertyPath(String relPath)Returns the id of the property atrelPathornullif no property exists atrelPath.Methods in org.apache.jackrabbit.core with parameters of type PropertyId Modifier and Type Method Description PropertyStateBatchedItemOperations. getPropertyState(PropertyId id)Retrieves the state of the property with the given id. -
Uses of PropertyId in org.apache.jackrabbit.core.id
Methods in org.apache.jackrabbit.core.id that return PropertyId Modifier and Type Method Description static PropertyIdPropertyId. valueOf(String s)Returns a property identifier instance holding the value of the specified string. -
Uses of PropertyId in org.apache.jackrabbit.core.journal
Methods in org.apache.jackrabbit.core.journal that return PropertyId Modifier and Type Method Description PropertyIdAbstractRecord. readPropertyId()Read aPropertyIdfrom the underlying stream.PropertyIdRecord. readPropertyId()Read aPropertyIdfrom the underlying stream.Methods in org.apache.jackrabbit.core.journal with parameters of type PropertyId Modifier and Type Method Description voidAbstractRecord. writePropertyId(PropertyId propertyId)Write aPropertyIdto the underlying stream.voidRecord. writePropertyId(PropertyId propertyId)Write aPropertyIdto the underlying stream. -
Uses of PropertyId in org.apache.jackrabbit.core.persistence
Methods in org.apache.jackrabbit.core.persistence with parameters of type PropertyId Modifier and Type Method Description PropertyStateAbstractPersistenceManager. createNew(PropertyId id)Deprecated.Creates a new property state instance with the given id.PropertyStatePersistenceManager. createNew(PropertyId id)Creates a new property state instance with the given id.booleanPersistenceManager. exists(PropertyId id)Checks whether the identified property exists.PropertyStatePersistenceManager. load(PropertyId id)Load the persistent members of a property state. -
Uses of PropertyId in org.apache.jackrabbit.core.persistence.bundle
Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type PropertyId Modifier and Type Method Description protected StringBufferAbstractBundlePersistenceManager. buildBlobFilePath(StringBuffer buf, PropertyId id, int i)Creates the file path for the given property id and value index that is suitable for storing property values in a filesystem.protected StringBufferAbstractBundlePersistenceManager. buildPropFilePath(StringBuffer buf, PropertyId id)Creates the folder path for the given property id that is suitable for storing states in a filesystem.PropertyStateAbstractBundlePersistenceManager. createNew(PropertyId id)Creates a new property state instance with the given id.booleanAbstractBundlePersistenceManager. exists(PropertyId id)Checks whether the identified property exists.PropertyStateAbstractBundlePersistenceManager. load(PropertyId id)Load the persistent members of a property state. -
Uses of PropertyId in org.apache.jackrabbit.core.persistence.db
Methods in org.apache.jackrabbit.core.persistence.db with parameters of type PropertyId Modifier and Type Method Description booleanDatabasePersistenceManager. exists(PropertyId id)Deprecated.Checks whether the identified property exists.PropertyStateDatabasePersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state. -
Uses of PropertyId in org.apache.jackrabbit.core.persistence.mem
Methods in org.apache.jackrabbit.core.persistence.mem with parameters of type PropertyId Modifier and Type Method Description StringInMemBundlePersistenceManager.InMemBLOBStore. createId(PropertyId id, int index)Creates a unique identifier for the BLOB data associated with the given property id and value subscript.booleanInMemPersistenceManager. exists(PropertyId id)Deprecated.Checks whether the identified property exists.PropertyStateInMemPersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state. -
Uses of PropertyId in org.apache.jackrabbit.core.persistence.obj
Methods in org.apache.jackrabbit.core.persistence.obj with parameters of type PropertyId Modifier and Type Method Description booleanObjectPersistenceManager. exists(PropertyId id)Deprecated.Checks whether the identified property exists.PropertyStateObjectPersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state. -
Uses of PropertyId in org.apache.jackrabbit.core.persistence.pool
Methods in org.apache.jackrabbit.core.persistence.pool with parameters of type PropertyId Modifier and Type Method Description StringBundleDbPersistenceManager.DbBlobStore. createId(PropertyId id, int index)Creates a unique identifier for the BLOB data associated with the given property id and value subscript.StringBundleDbPersistenceManager.FSBlobStore. createId(PropertyId id, int index) -
Uses of PropertyId in org.apache.jackrabbit.core.persistence.util
Methods in org.apache.jackrabbit.core.persistence.util that return PropertyId Modifier and Type Method Description PropertyIdNodePropBundle.PropertyEntry. getId()Returns the property id.Methods in org.apache.jackrabbit.core.persistence.util with parameters of type PropertyId Modifier and Type Method Description StringBLOBStore. createId(PropertyId id, int index)Creates a unique identifier for the BLOB data associated with the given property id and value subscript.StringFileSystemBLOBStore. createId(PropertyId id, int index)Creates a unique identifier for the BLOB data associated with the given property id and value subscript.Constructors in org.apache.jackrabbit.core.persistence.util with parameters of type PropertyId Constructor Description PropertyEntry(PropertyId id)Creates a new property entry with the given id. -
Uses of PropertyId in org.apache.jackrabbit.core.persistence.xml
Methods in org.apache.jackrabbit.core.persistence.xml with parameters of type PropertyId Modifier and Type Method Description booleanXMLPersistenceManager. exists(PropertyId id)Deprecated.Checks whether the identified property exists.PropertyStateXMLPersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state. -
Uses of PropertyId in org.apache.jackrabbit.core.state
Fields in org.apache.jackrabbit.core.state with type parameters of type PropertyId Modifier and Type Field Description protected ArrayList<PropertyId>NodeReferences. referenceslist of PropertyId's (i.e.Methods in org.apache.jackrabbit.core.state that return PropertyId Modifier and Type Method Description PropertyIdPropertyState. getPropertyId()Returns the identifier of this property.Methods in org.apache.jackrabbit.core.state that return types with arguments of type PropertyId Modifier and Type Method Description List<PropertyId>NodeReferences. getReferences()Methods in org.apache.jackrabbit.core.state with parameters of type PropertyId Modifier and Type Method Description voidNodeReferences. addReference(PropertyId refId)protected PropertyStateLocalItemStateManager. getPropertyState(PropertyId id)Retrieve a property state from the parent shared state manager and wraps it into a intermediate object that helps us handle local modifications.booleanNodeReferences. removeReference(PropertyId refId)Method parameters in org.apache.jackrabbit.core.state with type arguments of type PropertyId Modifier and Type Method Description voidNodeReferences. addAllReferences(List<PropertyId> references)Constructors in org.apache.jackrabbit.core.state with parameters of type PropertyId Constructor Description PropertyState(PropertyId id, int initialStatus, boolean isTransient)Create a newPropertyState -
Uses of PropertyId in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version with parameters of type PropertyId Modifier and Type Method Description booleanNodeStateEx. hasProperty(PropertyId id)Checks if the given property state exists -
Uses of PropertyId in org.apache.jackrabbit.core.virtual
Methods in org.apache.jackrabbit.core.virtual with parameters of type PropertyId Modifier and Type Method Description protected VirtualPropertyStateAbstractVISProvider. internalGetPropertyState(PropertyId id)Retrieves the property state for the given idprotected booleanAbstractVISProvider. internalHasPropertyState(PropertyId id)Checks if this provider has the property state of the given id.Constructors in org.apache.jackrabbit.core.virtual with parameters of type PropertyId Constructor Description VirtualPropertyState(PropertyId id)Creates a new virtual property state
-