Uses of Class
org.apache.jackrabbit.core.state.PropertyState
- 
Packages that use PropertyState Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.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.util org.apache.jackrabbit.core.persistence.xml org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.core.query.lucene.constraint 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 PropertyState in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return PropertyState Modifier and Type Method Description PropertyStateBatchedItemOperations. createPropertyState(NodeState parent, Name propName, int type, int numValues)Creates a new property.PropertyStateBatchedItemOperations. createPropertyState(NodeState parent, Name propName, int type, QPropertyDefinition def)Creates a new property based on the given definition.PropertyStateBatchedItemOperations. getPropertyState(PropertyId id)Retrieves the state of the property with the given id.PropertyStatePropertyData. getPropertyState()Return the associated property state.Methods in org.apache.jackrabbit.core with parameters of type PropertyState Modifier and Type Method Description protected voidPropertyImpl. restoreTransient(PropertyState transientState)voidNodeTypeInstanceHandler. setDefaultValues(PropertyState property, NodeState parent, QPropertyDefinition def)Sets the system-generated or node type -specified default values of the given property.voidItemValidator. validate(PropertyState propState)Checks whether the given property state satisfies the constraints specified by its definition. - 
Uses of PropertyState in org.apache.jackrabbit.core.persistence
Methods in org.apache.jackrabbit.core.persistence that return PropertyState 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.PropertyStatePersistenceManager. load(PropertyId id)Load the persistent members of a property state.Methods in org.apache.jackrabbit.core.persistence with parameters of type PropertyState Modifier and Type Method Description protected abstract voidAbstractPersistenceManager. destroy(PropertyState state)Deprecated.Destroy a property state.protected abstract voidAbstractPersistenceManager. store(PropertyState state)Deprecated.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 Modifier and Type Method Description PropertyStateAbstractBundlePersistenceManager. createNew(PropertyId id)Creates a new property state instance with the given id.PropertyStateAbstractBundlePersistenceManager. load(PropertyId id)Load the persistent members of a property state. - 
Uses of PropertyState in org.apache.jackrabbit.core.persistence.db
Methods in org.apache.jackrabbit.core.persistence.db that return PropertyState Modifier and Type Method Description PropertyStateDatabasePersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state.Methods in org.apache.jackrabbit.core.persistence.db with parameters of type PropertyState Modifier and Type Method Description voidDatabasePersistenceManager. destroy(PropertyState state)Deprecated.Destroy a property state.voidDatabasePersistenceManager. store(PropertyState state)Deprecated.Store a property state.voidOraclePersistenceManager. store(PropertyState state)Deprecated.Store a property state. - 
Uses of PropertyState in org.apache.jackrabbit.core.persistence.mem
Methods in org.apache.jackrabbit.core.persistence.mem that return PropertyState Modifier and Type Method Description PropertyStateInMemPersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state.Methods in org.apache.jackrabbit.core.persistence.mem with parameters of type PropertyState Modifier and Type Method Description protected voidInMemPersistenceManager. destroy(PropertyState state)Deprecated.Destroy a property state.protected voidInMemPersistenceManager. store(PropertyState state)Deprecated.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 Modifier and Type Method Description PropertyStateObjectPersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state.Methods in org.apache.jackrabbit.core.persistence.obj with parameters of type PropertyState Modifier and Type Method Description protected voidObjectPersistenceManager. destroy(PropertyState state)Deprecated.Destroy a property state.protected voidObjectPersistenceManager. store(PropertyState state)Deprecated.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 Modifier and Type Method Description voidNodePropBundle. addProperty(PropertyState state, BLOBStore blobStore)Creates a property entry from the given state and adds it.static voidSerializer. deserialize(PropertyState state, InputStream stream, BLOBStore blobStore)Deserializes aPropertyStateobject from the given binarystream.static voidSerializer. serialize(PropertyState state, OutputStream stream, BLOBStore blobStore)Serializes the specifiedPropertyStateobject to the given binarystream.Constructors in org.apache.jackrabbit.core.persistence.util with parameters of type PropertyState Constructor Description 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.xml
Methods in org.apache.jackrabbit.core.persistence.xml that return PropertyState Modifier and Type Method Description PropertyStateXMLPersistenceManager. load(PropertyId id)Deprecated.Load the persistent members of a property state.Methods in org.apache.jackrabbit.core.persistence.xml with parameters of type PropertyState Modifier and Type Method Description protected voidXMLPersistenceManager. destroy(PropertyState state)Deprecated.Destroy a property state.protected voidXMLPersistenceManager. store(PropertyState state)Deprecated.Store a property state. - 
Uses of PropertyState in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene that return PropertyState Modifier and Type Method Description PropertyState[]AggregateRule. getAggregatedPropertyStates(NodeState nodeState)Returns the property states that are part of the indexing aggregate of thenodeState.Methods in org.apache.jackrabbit.core.query.lucene with parameters of type PropertyState Modifier and Type Method Description protected PathSearchIndex. getRelativePath(NodeState nodeState, PropertyState propState)Returns the relative path fromnodeStatetopropState. - 
Uses of PropertyState in org.apache.jackrabbit.core.query.lucene.constraint
Methods in org.apache.jackrabbit.core.query.lucene.constraint that return PropertyState Modifier and Type Method Description PropertyStatePropertyValueOperand. getPropertyState(ScoreNode sn, EvaluationContext context)Returns the property state for the given score node ornullif none exists. - 
Uses of PropertyState in org.apache.jackrabbit.core.state
Methods in org.apache.jackrabbit.core.state that return PropertyState Modifier and Type Method Description PropertyStateLocalItemStateManager. createNew(Name propName, NodeId parentId)Creates aPropertyStateinstance representing new, i.e.PropertyStateSessionItemStateManager. createNew(PropertyState transientState)Customized variant ofSessionItemStateManager.createNew(Name, NodeId)that connects the newly created persistent state with the transient state.PropertyStateSessionItemStateManager. createNew(Name propName, NodeId parentId)Creates aPropertyStateinstance representing new, i.e.PropertyStateUpdatableItemStateManager. createNew(Name propName, NodeId parentId)Creates aPropertyStateinstance representing new, i.e.PropertyStateSessionItemStateManager. createTransientPropertyState(NodeId parentId, Name propName, int initialStatus)PropertyStateSessionItemStateManager. createTransientPropertyState(PropertyState overlayedState, int initialStatus)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.Methods in org.apache.jackrabbit.core.state with parameters of type PropertyState Modifier and Type Method Description PropertyStateSessionItemStateManager. createNew(PropertyState transientState)Customized variant ofSessionItemStateManager.createNew(Name, NodeId)that connects the newly created persistent state with the transient state.PropertyStateSessionItemStateManager. createTransientPropertyState(PropertyState overlayedState, int initialStatus)Constructors in org.apache.jackrabbit.core.state with parameters of type PropertyState Constructor Description 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.version
Methods in org.apache.jackrabbit.core.version that return PropertyState Modifier and Type Method Description PropertyState[]InternalFrozenNode. getFrozenProperties()Returns the list of frozen properties.PropertyState[]NodeStateEx. getProperties()Returns the properties of this nodePropertyStateNodeStateEx. setPropertyValues(Name name, int type, InternalValue[] values, boolean multiple)Sets the property valuesMethods in org.apache.jackrabbit.core.version with parameters of type PropertyState Modifier and Type Method Description voidNodeStateEx. copyFrom(PropertyState prop)copies a propertyQPropertyDefinitionNodeStateEx. getDefinition(PropertyState prop)Returns the property definition for the property state - 
Uses of PropertyState in org.apache.jackrabbit.core.virtual
Subclasses of PropertyState in org.apache.jackrabbit.core.virtual Modifier and Type Class Description classVirtualPropertyStateThis Class implements a virtual property state 
 -