Uses of Interface
org.apache.jackrabbit.spi.QValue
- 
- 
Uses of QValue in org.apache.jackrabbit.core.value
Classes in org.apache.jackrabbit.core.value that implement QValue Modifier and Type Class Description classInternalValueInternalValuerepresents the internal format of a property value.Methods in org.apache.jackrabbit.core.value that return QValue Modifier and Type Method Description QValueInternalValueFactory. create(boolean value)QValueInternalValueFactory. create(byte[] value)QValueInternalValueFactory. create(double value)QValueInternalValueFactory. create(long value)QValueInternalValueFactory. create(File value)QValueInternalValueFactory. create(InputStream value)QValueInternalValueFactory. create(BigDecimal value)QValueInternalValueFactory. create(URI value)QValueInternalValueFactory. create(Calendar value)QValueInternalValueFactory. create(Name value)QValueInternalValueFactory. create(Path value)protected QValueInternalValueFactory. createReference(String ref, boolean weak)protected QValueInternalValueFactory. createString(String value)Methods in org.apache.jackrabbit.core.value with parameters of type QValue Modifier and Type Method Description static InternalValueInternalValue. create(QValue value)static InternalValue[]InternalValue. create(QValue[] values)ValueValueFactoryImpl. createValue(QValue qvalue) - 
Uses of QValue in org.apache.jackrabbit.jcr2spi.hierarchy
Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type QValue Modifier and Type Method Description PropertyEntryNodeEntry. addNewPropertyEntry(Name propName, QPropertyDefinition definition, QValue[] values, int propertyType)Add a new, transientPropertyEntryto thisNodeEntryand return thePropertyStateassociated with the new entry.PropertyEntryNodeEntryImpl. addNewPropertyEntry(Name propName, QPropertyDefinition definition, QValue[] values, int propertyType) - 
Uses of QValue in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation that return QValue Modifier and Type Method Description QValue[]AddProperty. getValues()QValue[]SetPropertyValue. getValues()Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type QValue Modifier and Type Method Description OperationSetTree. addChildProperty(NodeState parentState, Name propName, int propertyType, QValue[] values, QPropertyDefinition definition)Add a child property operation to thissetTreeinstance.static OperationAddProperty. create(NodeState parentState, Name propName, int propertyType, QPropertyDefinition def, QValue[] values)static OperationSetPropertyValue. create(PropertyState propState, QValue[] qValues, int valueType) - 
Uses of QValue in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state that return QValue Modifier and Type Method Description QValuePropertyState. getValue()Convenience method for single valued property states.QValue[]PropertyState. getValues()Returns the value(s) of this property.Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type QValue Modifier and Type Method Description PropertyStateTransientISFactory. createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)PropertyStateTransientItemStateFactory. createNewPropertyState(PropertyEntry entry, QPropertyDefinition definition, QValue[] values, int propertyType)Creates a transientPropertyState.Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type QValue Constructor Description PropertyState(PropertyEntry entry, ItemStateFactory isf, QPropertyDefinition definition, ItemDefinitionProvider definitionProvider, QValue[] values, int propertyType)Create a NEW PropertyState - 
Uses of QValue in org.apache.jackrabbit.jcr2spi.util
Methods in org.apache.jackrabbit.jcr2spi.util that return QValue Modifier and Type Method Description QValueReferenceChangeTracker. getMappedReference(QValue oldReference, QValueFactory factory)Returns the new UUID to whicholdUUIDhas been mapped ornullif no such mapping exists.Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type QValue Modifier and Type Method Description QValueReferenceChangeTracker. getMappedReference(QValue oldReference, QValueFactory factory)Returns the new UUID to whicholdUUIDhas been mapped ornullif no such mapping exists. - 
Uses of QValue in org.apache.jackrabbit.spi
Fields in org.apache.jackrabbit.spi declared as QValue Modifier and Type Field Description static QValue[]QValue. EMPTY_ARRAYMethods in org.apache.jackrabbit.spi that return QValue Modifier and Type Method Description QValue[]QValueFactory. computeAutoValues(QPropertyDefinition propertyDefinition)Given theQPropertyDefinitionof an autocreated property, compute suitable values to be used in transient space until the newly created node gets saved.QValueQValueFactory. create(boolean value)Create a newQValuewith typePropertyType.BOOLEAN.QValueQValueFactory. create(byte[] value)Create a newQValuewith typePropertyType.BINARY.QValueQValueFactory. create(double value)Create a newQValuewith typePropertyType.DOUBLE.QValueQValueFactory. create(long value)Create a newQValuewith typePropertyType.LONG.QValueQValueFactory. create(File value)Create a newQValuewith typePropertyType.BINARY.QValueQValueFactory. create(InputStream value)Creates a QValue that contains the given binary stream.QValueQValueFactory. create(String value, int type)Create a newQValueusing the given String representation of the value and itstype.QValueQValueFactory. create(BigDecimal value)Create a newQValuewith typePropertyType.DECIMAL.QValueQValueFactory. create(URI value)Create a newQValuewith typePropertyType.URI.QValueQValueFactory. create(Calendar value)Create a newQValuewith typePropertyType.DATE.QValueQValueFactory. create(Name value)Create a newQValuewith typePropertyType.NAME.QValueQValueFactory. create(Path value)Create a newQValuewith typePropertyType.PATH.QValue[]QPropertyDefinition. getDefaultValues()Returns the array of default values ornullif no default values are defined.QValue[]PropertyInfo. getValues()QValue[]QueryResultRow. getValues()Returns an array ofQValues.Methods in org.apache.jackrabbit.spi that return types with arguments of type QValue Modifier and Type Method Description Map<Name,QValue>Event. getInfo()Returns the information map associated with this event.Methods in org.apache.jackrabbit.spi with parameters of type QValue Modifier and Type Method Description voidBatch. addProperty(NodeId parentId, Name propertyName, QValue value)Add a new property to the persistent layer.voidBatch. addProperty(NodeId parentId, Name propertyName, QValue[] values)Add a new multi-valued property to the persistent layer.voidTree. addProperty(NodeId parentId, Name propertyName, int propertyType, QValue value)voidTree. addProperty(NodeId parentId, Name propertyName, int propertyType, QValue[] values)voidQValueConstraint. check(QValue value)Check if the specified value matches this constraint.voidBatch. setValue(PropertyId propertyId, QValue value)Modify the value of an existing property.voidBatch. setValue(PropertyId propertyId, QValue[] values)Modify the value of an existing, multi-valued property. - 
Uses of QValue in org.apache.jackrabbit.spi.commons
Methods in org.apache.jackrabbit.spi.commons that return QValue Modifier and Type Method Description QValue[]QPropertyDefinitionImpl. getDefaultValues()Returns the array of default values ornullif no default values are defined.QValue[]PropertyInfoImpl. getValues()Methods in org.apache.jackrabbit.spi.commons that return types with arguments of type QValue Modifier and Type Method Description Map<Name,QValue>EventImpl. getInfo()Returns the information map associated with this event.Methods in org.apache.jackrabbit.spi.commons with parameters of type QValue Modifier and Type Method Description voidSerializableBatch. addProperty(NodeId parentId, Name propertyName, QValue value)voidSerializableBatch. addProperty(NodeId parentId, Name propertyName, QValue[] values)ItemInfoBuilder.PropertyInfoBuilderItemInfoBuilder.PropertyInfoBuilder. addValue(QValue value)Add avalueto this property.voidSerializableBatch. setValue(PropertyId propertyId, QValue value)voidSerializableBatch. setValue(PropertyId propertyId, QValue[] values)Constructors in org.apache.jackrabbit.spi.commons with parameters of type QValue Constructor Description PropertyInfoImpl(NodeId parentId, Name name, Path path, PropertyId id, int type, boolean isMultiValued, QValue[] values)Deprecated.PropertyInfoImpl(Path path, PropertyId id, int type, boolean isMultiValued, QValue[] values)Creates a new property info for the given parameters.QPropertyDefinitionImpl(Name name, Name declaringNodeType, boolean isAutoCreated, boolean isMandatory, int onParentVersion, boolean isProtected, QValue[] defaultValues, boolean isMultiple, int requiredType, QValueConstraint[] valueConstraints, String[] availableQueryOperators, boolean isFullTextSearchable, boolean isQueryOrderable)Creates a new serializable property definition.Constructor parameters in org.apache.jackrabbit.spi.commons with type arguments of type QValue Constructor Description EventImpl(int type, Path path, ItemId itemId, NodeId parentId, Name primaryNodeTypeName, Name[] mixinTypeNames, String userId, String userData, long timestamp, Map<Name,QValue> info)Creates a new serializable event. - 
Uses of QValue in org.apache.jackrabbit.spi.commons.batch
Fields in org.apache.jackrabbit.spi.commons.batch declared as QValue Modifier and Type Field Description protected QValue[]Operations.AddProperty. valuesprotected QValue[]Operations.SetValue. valuesMethods in org.apache.jackrabbit.spi.commons.batch with parameters of type QValue Modifier and Type Method Description voidChangeLogImpl. addProperty(NodeId parentId, Name propertyName, QValue value)voidChangeLogImpl. addProperty(NodeId parentId, Name propertyName, QValue[] values)voidConsolidatingChangeLog. addProperty(NodeId parentId, Name propertyName, QValue value)voidConsolidatingChangeLog. addProperty(NodeId parentId, Name propertyName, QValue[] values)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. addProperty(NodeId parentId, Name propertyName, QValue value)Factory method for creating anAddPropertyoperation.static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. addProperty(NodeId parentId, Name propertyName, QValue[] values)Factory method for creating anAddPropertyoperation.static OperationOperations. addProperty(NodeId parentId, Name propertyName, QValue value)Factory method for creating anOperations.AddPropertyoperation.static OperationOperations. addProperty(NodeId parentId, Name propertyName, QValue[] values)Factory method for creating anOperations.AddPropertyoperation.voidChangeLogImpl. setValue(PropertyId propertyId, QValue value)voidChangeLogImpl. setValue(PropertyId propertyId, QValue[] values)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. setValue(PropertyId propertyId, QValue value)Factory method for creating aSetValueoperation.static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. setValue(PropertyId propertyId, QValue[] values)Factory method for creating aSetValueoperation.voidConsolidatingChangeLog. setValue(PropertyId propertyId, QValue value)voidConsolidatingChangeLog. setValue(PropertyId propertyId, QValue[] values)static OperationOperations. setValue(PropertyId propertyId, QValue value)Factory method for creating set-valueOperationfor the given arguments.static OperationOperations. setValue(PropertyId propertyId, QValue[] values)Factory method for creating a set-valueOperationfor the given arguments.Constructors in org.apache.jackrabbit.spi.commons.batch with parameters of type QValue Constructor Description AddProperty(NodeId parentId, Name propertyName, QValue value)AddProperty(NodeId parentId, Name propertyName, QValue[] values)AddProperty(NodeId parentId, Name propertyName, QValue value)Create a new add-propertyOperationfor the given arguments.AddProperty(NodeId parentId, Name propertyName, QValue[] values)Create a new add-propertyOperationfor the given arguments.SetValue(PropertyId propertyId, QValue value)SetValue(PropertyId propertyId, QValue[] values)SetValue(PropertyId propertyId, QValue value)Create a new set-valueOperationfor the given arguments.SetValue(PropertyId propertyId, QValue[] values)Create a new set-valueOperationfor the given arguments. - 
Uses of QValue in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging that return QValue Modifier and Type Method Description QValue[]QValueFactoryLogger. computeAutoValues(QPropertyDefinition propertyDefinition)QValueQValueFactoryLogger. create(boolean value)QValueQValueFactoryLogger. create(byte[] value)QValueQValueFactoryLogger. create(double value)QValueQValueFactoryLogger. create(long value)QValueQValueFactoryLogger. create(File value)QValueQValueFactoryLogger. create(InputStream value)QValueQValueFactoryLogger. create(String value, int type)QValueQValueFactoryLogger. create(BigDecimal value)QValueQValueFactoryLogger. create(URI value)QValueQValueFactoryLogger. create(Calendar value)QValueQValueFactoryLogger. create(Name value)QValueQValueFactoryLogger. create(Path value)Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type QValue Modifier and Type Method Description voidBatchLogger. addProperty(NodeId parentId, Name propertyName, QValue value)voidBatchLogger. addProperty(NodeId parentId, Name propertyName, QValue[] values)voidBatchLogger. setValue(PropertyId propertyId, QValue value)voidBatchLogger. setValue(PropertyId propertyId, QValue[] values) - 
Uses of QValue in org.apache.jackrabbit.spi.commons.nodetype
Methods in org.apache.jackrabbit.spi.commons.nodetype that return QValue Modifier and Type Method Description QValue[]QPropertyDefinitionBuilder. getDefaultValues()Methods in org.apache.jackrabbit.spi.commons.nodetype with parameters of type QValue Modifier and Type Method Description voidQPropertyDefinitionBuilder. addDefaultValue(QValue value)Adds a default value of the property definition being built.voidQPropertyDefinitionBuilder. setDefaultValues(QValue[] values) - 
Uses of QValue in org.apache.jackrabbit.spi.commons.nodetype.constraint
Methods in org.apache.jackrabbit.spi.commons.nodetype.constraint with parameters of type QValue Modifier and Type Method Description static voidValueConstraint. checkValueConstraints(QPropertyDefinition pd, QValue[] values)Tests if the value constraints defined in the property definitionpdare satisfied by the the specifiedvalues. - 
Uses of QValue in org.apache.jackrabbit.spi.commons.value
Classes in org.apache.jackrabbit.spi.commons.value that implement QValue Modifier and Type Class Description classAbstractQValueAbstractQValue...classDefaultQValueQValueimplementation for all validPropertyTypes except for BINARY.Fields in org.apache.jackrabbit.spi.commons.value declared as QValue Modifier and Type Field Description protected static QValueDefaultQValue. FALSEprotected static QValueDefaultQValue. TRUEMethods in org.apache.jackrabbit.spi.commons.value that return QValue Modifier and Type Method Description QValue[]AbstractQValueFactory. computeAutoValues(QPropertyDefinition propertyDefinition)QValueAbstractQValueFactory. create(boolean value)QValueAbstractQValueFactory. create(double value)QValueAbstractQValueFactory. create(long value)QValueAbstractQValueFactory. create(String value, int type)QValueAbstractQValueFactory. create(BigDecimal value)QValueAbstractQValueFactory. create(URI value)QValueAbstractQValueFactory. create(Calendar value)QValueAbstractQValueFactory. create(Name value)QValueAbstractQValueFactory. create(Path value)QValueQValueFactoryImpl. create(byte[] value)QValueQValueFactoryImpl. create(File value)QValueQValueFactoryImpl. create(InputStream value)protected QValueAbstractQValueFactory. createReference(String ref, boolean weak)Creates a new QValue of type REFERENCE or WEAKREFERENCE.protected QValueAbstractQValueFactory. createString(String value)Creates a new QValue of type STRING.QValueQValueValue. getQValue()Returns the embeddedQValue.static QValueValueFormat. getQValue(String jcrValue, int propertyType, NamePathResolver resolver, QValueFactory factory)static QValueValueFormat. getQValue(Value jcrValue, NamePathResolver resolver, QValueFactory factory)static QValue[]ValueFormat. getQValues(Value[] jcrValues, NamePathResolver resolver, QValueFactory factory)Methods in org.apache.jackrabbit.spi.commons.value with parameters of type QValue Modifier and Type Method Description ValueValueFactoryQImpl. createValue(QValue qvalue)Create a newValuebased on an existingQValuestatic StringValueFormat. getJCRString(QValue value, NamePathResolver resolver)Returns the JCR string representation of the givenQValue.static ValueValueFormat. getJCRValue(QValue value, NamePathResolver resolver, ValueFactory factory)Constructors in org.apache.jackrabbit.spi.commons.value with parameters of type QValue Constructor Description QValueValue(QValue qvalue, NamePathResolver resolver)Constructs aQValueValueobject representing an SPIQValue. - 
Uses of QValue in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return QValue Modifier and Type Method Description QValue[]PropertyInfoImpl. getValues()QValue[]QueryResultRowImpl. getValues()Constructors in org.apache.jackrabbit.spi2dav with parameters of type QValue Constructor Description PropertyInfoImpl(PropertyId id, Path path, int type, boolean isMultiValued, QValue[] values) - 
Uses of QValue in org.apache.jackrabbit.spi2davex
Methods in org.apache.jackrabbit.spi2davex that return QValue Modifier and Type Method Description QValue[]PropertyInfoImpl. getValues()Constructors in org.apache.jackrabbit.spi2davex with parameters of type QValue Constructor Description PropertyInfoImpl(PropertyId id, Path path, int propertyType, QValue value)PropertyInfoImpl(PropertyId id, Path path, int propertyType, QValue[] values) 
 -