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

Packages that use PropertyState
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.state.mem   
org.apache.jackrabbit.core.state.obj   
org.apache.jackrabbit.core.state.xml   
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
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, QName propName, int type, int numValues)
          Creates a new property.
 PropertyState BatchedItemOperations.createPropertyState(NodeState parent, QName 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
 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.query
 

Methods in org.apache.jackrabbit.core.query with parameters of type PropertyState
static Map TextFilterService.extractText(PropertyState data, String mimeType, String encoding)
          Extracts text from a binary property which claims to be of a certain mime-type.
 Map TextFilter.doFilter(PropertyState data, String encoding)
          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 TextPlainTextFilter.doFilter(PropertyState data, String encoding)
          Returns a map with a single entry for field FieldNames.FULLTEXT.
 

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

Methods in org.apache.jackrabbit.core.state that return PropertyState
 PropertyState AbstractPersistenceManager.createNew(PropertyId id)
          Creates a new property state instance with the given id.
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 LocalItemStateManager.createNew(QName propName, String parentUUID)
          Creates a PropertyState instance representing new, i.e. not yet existing state. Call UpdatableItemStateManager.store(org.apache.jackrabbit.core.state.ItemState) on the returned object to make it persistent.
 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.
 PropertyState UpdatableItemStateManager.createNew(QName propName, String parentUUID)
          Creates a PropertyState instance representing new, i.e.
 PropertyState SessionItemStateManager.createNew(QName propName, String parentUUID)
          Creates a PropertyState instance representing new, i.e. not yet existing state. Call UpdatableItemStateManager.store(org.apache.jackrabbit.core.state.ItemState) on the returned object to make it persistent.
 PropertyState SessionItemStateManager.createNew(PropertyState transientState)
          Customized variant of SessionItemStateManager.createNew(String, QName, String) that connects the newly created persistent state with the transient state.
 PropertyState SessionItemStateManager.createTransientPropertyState(String parentUUID, QName propName, int initialStatus)
           
 PropertyState SessionItemStateManager.createTransientPropertyState(PropertyState overlayedState, int initialStatus)
           
 

Methods in org.apache.jackrabbit.core.state with parameters of type PropertyState
protected abstract  void AbstractPersistenceManager.store(PropertyState state)
          Store a property state.
protected abstract  void AbstractPersistenceManager.destroy(PropertyState state)
          Destroy a property state.
 PropertyState SessionItemStateManager.createNew(PropertyState transientState)
          Customized variant of SessionItemStateManager.createNew(String, QName, String) 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)
          Package private constructor
 

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

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

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

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

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

Methods in org.apache.jackrabbit.core.state.obj with parameters of type PropertyState
static void ObjectPersistenceManager.serialize(PropertyState state, OutputStream stream, BLOBStore blobStore)
          Serializes the specified state object to the given stream.
static void ObjectPersistenceManager.deserialize(PropertyState state, InputStream stream, BLOBStore blobStore)
          Deserializes a state object from the given stream.
protected  void ObjectPersistenceManager.store(PropertyState state)
          Store a property state. Subclass responsibility.
protected  void ObjectPersistenceManager.destroy(PropertyState state)
          Destroy a property state. Subclass responsibility.
 

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

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

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

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

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

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-2005 The Apache Software Foundation. All Rights Reserved.