Uses of Class
org.apache.jackrabbit.core.state.PropertyState

Packages that use PropertyState
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.cluster   
org.apache.jackrabbit.core.persistence   
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.bundle.util   
org.apache.jackrabbit.core.persistence.db   
org.apache.jackrabbit.core.persistence.mem   
org.apache.jackrabbit.core.persistence.obj   
org.apache.jackrabbit.core.persistence.util   
org.apache.jackrabbit.core.persistence.xml   
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.state.util   
org.apache.jackrabbit.core.version   
org.apache.jackrabbit.core.virtual   
 

Uses of PropertyState in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return PropertyState
 PropertyState BatchedItemOperations.createPropertyState(NodeState parent, Name propName, int type, int numValues)
          Creates a new property.
 PropertyState BatchedItemOperations.createPropertyState(NodeState parent, Name propName, int type, PropDef def)
          Creates a new property based on the given definition.
 PropertyState BatchedItemOperations.getPropertyState(PropertyId id)
          Retrieves the state of the property with the given id.
 

Methods in org.apache.jackrabbit.core with parameters of type PropertyState
protected  void PropertyImpl.restoreTransient(PropertyState transientState)
           
 void ItemValidator.validate(PropertyState propState)
          Checks whether the given property state satisfies the constraints specified by its definition.
 

Uses of PropertyState in org.apache.jackrabbit.core.cluster
 

Methods in org.apache.jackrabbit.core.cluster with parameters of type PropertyState
static org.apache.jackrabbit.core.cluster.PropertyOperation PropertyModifiedOperation.create(PropertyState state)
          Create a property record for a modified property.
static org.apache.jackrabbit.core.cluster.PropertyOperation PropertyAddedOperation.create(PropertyState state)
          Create a property record for an added property.
static org.apache.jackrabbit.core.cluster.PropertyOperation PropertyDeletedOperation.create(PropertyState state)
          Create a property record for a deleted property.
 

Uses of PropertyState in org.apache.jackrabbit.core.persistence
 

Methods in org.apache.jackrabbit.core.persistence that return PropertyState
 PropertyState AbstractPersistenceManager.createNew(PropertyId id)
          Creates a new property state instance with the given id.
 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.
 

Methods in org.apache.jackrabbit.core.persistence with parameters of type PropertyState
protected abstract  void AbstractPersistenceManager.destroy(PropertyState state)
          Destroy a property state.
protected abstract  void AbstractPersistenceManager.store(PropertyState state)
          Store a property state.
 

Uses of PropertyState in org.apache.jackrabbit.core.persistence.bundle
 

Methods in org.apache.jackrabbit.core.persistence.bundle that return PropertyState
 PropertyState AbstractBundlePersistenceManager.createNew(PropertyId id)
          Creates a new property state instance with the given id.
 PropertyState AbstractBundlePersistenceManager.load(PropertyId id)
          Load the persistent members of a property state. Loads the state via the appropriate NodePropBundle.
 

Uses of PropertyState in org.apache.jackrabbit.core.persistence.bundle.util
 

Methods in org.apache.jackrabbit.core.persistence.bundle.util that return PropertyState
 PropertyState NodePropBundle.createPropertyState(PersistenceManager pMgr, Name name)
          Creates a property state from the values of this bundle
 

Methods in org.apache.jackrabbit.core.persistence.bundle.util with parameters of type PropertyState
 void NodePropBundle.addProperty(PropertyState state)
          Creates a property entry from the given state and adds it.
 

Constructors in org.apache.jackrabbit.core.persistence.bundle.util with parameters of type PropertyState
NodePropBundle.PropertyEntry(PropertyState state)
          Creates a new property entry and initialized it with values from the given property state.
 

Uses of PropertyState in org.apache.jackrabbit.core.persistence.db
 

Methods in org.apache.jackrabbit.core.persistence.db that return PropertyState
 PropertyState DatabasePersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 

Methods in org.apache.jackrabbit.core.persistence.db with parameters of type PropertyState
 void DatabasePersistenceManager.destroy(PropertyState state)
          Destroy a property state.
 void OraclePersistenceManager.store(PropertyState state)
          Store a property state. Subclass responsibility.

This method uses shared PreparedStatements which must be executed strictly sequentially.

 void DatabasePersistenceManager.store(PropertyState state)
          Store a property state.

This method uses shared PreparedStatements which must be executed strictly sequentially.

 

Uses of PropertyState in org.apache.jackrabbit.core.persistence.mem
 

Methods in org.apache.jackrabbit.core.persistence.mem that return PropertyState
 PropertyState InMemPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 

Methods in org.apache.jackrabbit.core.persistence.mem with parameters of type PropertyState
protected  void InMemPersistenceManager.destroy(PropertyState state)
          Destroy a property state.
protected  void InMemPersistenceManager.store(PropertyState state)
          Store a property state.
 

Uses of PropertyState in org.apache.jackrabbit.core.persistence.obj
 

Methods in org.apache.jackrabbit.core.persistence.obj that return PropertyState
 PropertyState ObjectPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 

Methods in org.apache.jackrabbit.core.persistence.obj with parameters of type PropertyState
protected  void ObjectPersistenceManager.destroy(PropertyState state)
          Destroy a property state.
protected  void ObjectPersistenceManager.store(PropertyState state)
          Store a property state.
 

Uses of PropertyState in org.apache.jackrabbit.core.persistence.util
 

Methods in org.apache.jackrabbit.core.persistence.util with parameters of type PropertyState
static void Serializer.deserialize(PropertyState state, InputStream stream, BLOBStore blobStore)
          Deserializes a PropertyState object from the given binary stream.
static void Serializer.serialize(PropertyState state, OutputStream stream, BLOBStore blobStore)
          Serializes the specified PropertyState object to the given binary stream.
 

Uses of PropertyState in org.apache.jackrabbit.core.persistence.xml
 

Methods in org.apache.jackrabbit.core.persistence.xml that return PropertyState
 PropertyState XMLPersistenceManager.load(PropertyId id)
          Load the persistent members of a property state.
 

Methods in org.apache.jackrabbit.core.persistence.xml with parameters of type PropertyState
protected  void XMLPersistenceManager.destroy(PropertyState state)
          Destroy a property state.
protected  void XMLPersistenceManager.store(PropertyState state)
          Store a property state.
 

Uses of PropertyState in org.apache.jackrabbit.core.query
 

Methods in org.apache.jackrabbit.core.query with parameters of type PropertyState
 Map TextFilter.doFilter(PropertyState data, String encoding)
          Deprecated. Creates an text representation of a binary property data.
 

Uses of PropertyState in org.apache.jackrabbit.core.query.lucene
 

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type PropertyState
 Map TextExtractorFilter.doFilter(PropertyState data, String encoding)
          Extracts text content of the given binary property using the adapted text extractor.
 

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

Methods in org.apache.jackrabbit.core.state that return PropertyState
 PropertyState SessionItemStateManager.createNew(Name propName, NodeId parentId)
          Creates a PropertyState instance representing new, i.e.
 PropertyState UpdatableItemStateManager.createNew(Name propName, NodeId parentId)
          Creates a PropertyState instance representing new, i.e.
 PropertyState LocalItemStateManager.createNew(Name propName, NodeId parentId)
          Creates a PropertyState instance representing new, i.e.
 PropertyState SessionItemStateManager.createNew(PropertyState transientState)
          Customized variant of SessionItemStateManager.createNew(Name, NodeId) that connects the newly created persistent state with the transient state.
 PropertyState SessionItemStateManager.createTransientPropertyState(NodeId parentId, Name propName, int initialStatus)
           
 PropertyState SessionItemStateManager.createTransientPropertyState(PropertyState overlayedState, int initialStatus)
           
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.
 

Methods in org.apache.jackrabbit.core.state with parameters of type PropertyState
 PropertyState SessionItemStateManager.createNew(PropertyState transientState)
          Customized variant of SessionItemStateManager.createNew(Name, NodeId) that connects the newly created persistent state with the transient state.
 PropertyState SessionItemStateManager.createTransientPropertyState(PropertyState overlayedState, int initialStatus)
           
 

Constructors in org.apache.jackrabbit.core.state with parameters of type PropertyState
PropertyState(PropertyState overlayedState, int initialStatus, boolean isTransient)
          Constructs a new property state that is initially connected to an overlayed state.
 

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

Methods in org.apache.jackrabbit.core.state.util with parameters of type PropertyState
static void Serializer.deserialize(PropertyState state, InputStream stream, BLOBStore blobStore)
          Deprecated. use Serializer.deserialize(PropertyState, InputStream, org.apache.jackrabbit.core.persistence.util.BLOBStore)
static void Serializer.serialize(PropertyState state, OutputStream stream, BLOBStore blobStore)
          Deprecated. use Serializer.serialize(PropertyState, OutputStream, org.apache.jackrabbit.core.persistence.util.BLOBStore)
 

Uses of PropertyState in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version that return PropertyState
 PropertyState[] InternalFrozenNode.getFrozenProperties()
          Returns the list of frozen properties.
 PropertyState[] NodeStateEx.getProperties()
          Returns the properties of this node
 

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

Subclasses of PropertyState in org.apache.jackrabbit.core.virtual
 class VirtualPropertyState
          This Class implements a virtual property state
 



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