Uses of Class
org.apache.jackrabbit.core.PropertyId

Packages that use PropertyId
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.state.db This package contains the class SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit. 
org.apache.jackrabbit.core.state.mem   
org.apache.jackrabbit.core.state.obj   
org.apache.jackrabbit.core.state.util   
org.apache.jackrabbit.core.state.xml   
org.apache.jackrabbit.core.virtual   
 

Uses of PropertyId in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return PropertyId
protected  PropertyId NodeImpl.resolveRelativePropertyPath(String relPath)
          Returns the id of the property at relPath or null if no property exists at relPath.
static PropertyId PropertyId.valueOf(String s)
          Returns a property identifier instance holding the value of the specified string.
 

Methods in org.apache.jackrabbit.core with parameters of type PropertyId
 PropertyState BatchedItemOperations.getPropertyState(PropertyId id)
          Retrieves the state of the property with the given id.
 

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

Methods in org.apache.jackrabbit.core.state that return PropertyId
 PropertyId PropertyState.getPropertyId()
          Returns the identifier of this property.
 

Methods in org.apache.jackrabbit.core.state with parameters of type PropertyId
 void NodeReferences.addReference(PropertyId refId)
           
 boolean NodeReferences.removeReference(PropertyId refId)
           
 PropertyState PersistenceManager.createNew(PropertyId id)
          Creates a new property state instance with the given id.
 PropertyState PersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 boolean PersistenceManager.exists(PropertyId id)
          Checks whether the identified property exists.
protected  PropertyState LocalItemStateManager.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.
 PropertyState AbstractPersistenceManager.createNew(PropertyId id)
          Creates a new property state instance with the given id.
 

Constructors in org.apache.jackrabbit.core.state with parameters of type PropertyId
PropertyState(PropertyId id, int initialStatus, boolean isTransient)
          Create a new PropertyState
 

Uses of PropertyId in org.apache.jackrabbit.core.state.db
 

Methods in org.apache.jackrabbit.core.state.db with parameters of type PropertyId
 PropertyState SimpleDbPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 boolean SimpleDbPersistenceManager.exists(PropertyId id)
          Checks whether the identified property exists.
 

Uses of PropertyId in org.apache.jackrabbit.core.state.mem
 

Methods in org.apache.jackrabbit.core.state.mem with parameters of type PropertyId
 PropertyState InMemPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 boolean InMemPersistenceManager.exists(PropertyId id)
          Checks whether the identified property exists.
 

Uses of PropertyId in org.apache.jackrabbit.core.state.obj
 

Methods in org.apache.jackrabbit.core.state.obj with parameters of type PropertyId
 PropertyState ObjectPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 boolean ObjectPersistenceManager.exists(PropertyId id)
          Checks whether the identified property exists.
 

Uses of PropertyId in org.apache.jackrabbit.core.state.util
 

Methods in org.apache.jackrabbit.core.state.util with parameters of type PropertyId
 String BLOBStore.createId(PropertyId id, int index)
          Creates a unique identifier for the BLOB data associated with the given property id and value subscript.
 String FileSystemBLOBStore.createId(PropertyId id, int index)
          Creates a unique identifier for the BLOB data associated with the given property id and value subscript.
 

Uses of PropertyId in org.apache.jackrabbit.core.state.xml
 

Methods in org.apache.jackrabbit.core.state.xml with parameters of type PropertyId
 PropertyState XMLPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 boolean XMLPersistenceManager.exists(PropertyId id)
          Checks whether the identified property exists.
 

Uses of PropertyId in org.apache.jackrabbit.core.virtual
 

Methods in org.apache.jackrabbit.core.virtual with parameters of type PropertyId
protected  boolean AbstractVISProvider.internalHasPropertyState(PropertyId id)
          Checks if this provider has the property state of the given id.
protected  VirtualPropertyState AbstractVISProvider.internalGetPropertyState(PropertyId id)
          Retrieces the property state for the given id
 

Constructors in org.apache.jackrabbit.core.virtual with parameters of type PropertyId
VirtualPropertyState(PropertyId id)
          Creates a new virtual property state
 



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