Uses of Class
org.apache.jackrabbit.core.value.InternalValue
- 
Packages that use InternalValue Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.nodetype org.apache.jackrabbit.core.observation org.apache.jackrabbit.core.persistence.util org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.core.state org.apache.jackrabbit.core.value org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers.org.apache.jackrabbit.core.virtual org.apache.jackrabbit.core.xml  - 
- 
Uses of InternalValue in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return InternalValue Modifier and Type Method Description InternalValue[]NodeTypeInstanceHandler. computeSystemGeneratedPropertyValues(NodeState parent, QPropertyDefinition def)Computes the values of well-known system (i.e.InternalValuePropertyImpl. internalGetValue()Returns the internal value of a single-valued property.InternalValue[]PropertyImpl. internalGetValues()Returns the internal values of a multi-valued property.Methods in org.apache.jackrabbit.core with parameters of type InternalValue Modifier and Type Method Description protected longPropertyImpl. getLength(InternalValue value)Determines the length of the given value.protected PropertyNodeImpl. internalSetProperty(Name name, InternalValue value)Sets the internal value of a property without checking any constraints.protected PropertyNodeImpl. internalSetProperty(Name name, InternalValue[] values)Sets the internal value of a property without checking any constraints.protected PropertyNodeImpl. internalSetProperty(Name name, InternalValue[] values, int type)Sets the internal value of a property without checking any constraints.protected voidPropertyImpl. internalSetValue(InternalValue[] values, int type) - 
Uses of InternalValue in org.apache.jackrabbit.core.nodetype
Methods in org.apache.jackrabbit.core.nodetype with parameters of type InternalValue Modifier and Type Method Description static voidEffectiveNodeType. checkSetPropertyValueConstraints(QPropertyDefinition pd, InternalValue[] values)Tests if the value constraints defined in the property definitionpdare satisfied by the the specifiedvalues. - 
Uses of InternalValue in org.apache.jackrabbit.core.observation
Methods in org.apache.jackrabbit.core.observation that return types with arguments of type InternalValue Modifier and Type Method Description Map<String,InternalValue>EventState. getInfo()Method parameters in org.apache.jackrabbit.core.observation with type arguments of type InternalValue Modifier and Type Method Description voidEventState. setInfo(Map<String,InternalValue> info)Sets a new info map for this event. - 
Uses of InternalValue in org.apache.jackrabbit.core.persistence.util
Methods in org.apache.jackrabbit.core.persistence.util that return InternalValue Modifier and Type Method Description InternalValue[]NodePropBundle.PropertyEntry. getValues()Retruns the internal valuesMethods in org.apache.jackrabbit.core.persistence.util with parameters of type InternalValue Modifier and Type Method Description voidNodePropBundle.PropertyEntry. setValues(InternalValue[] values)Sets the internal values. - 
Uses of InternalValue in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene that return InternalValue Modifier and Type Method Description protected InternalValueNodeIndexer. getValue(Name name)Utility method that extracts the first value of the named property of the current node.Methods in org.apache.jackrabbit.core.query.lucene with parameters of type InternalValue Modifier and Type Method Description protected voidNodeIndexer. addBinaryValue(Document doc, String fieldName, InternalValue internalValue)Adds the binary value to the document as the named field.protected voidNodeIndexer. addLength(Document doc, String propertyName, InternalValue value)Adds aFieldNames.PROPERTY_LENGTHSfield todocumentwith a named length value.protected voidNodeIndexer. addValue(Document doc, InternalValue value, Name name)Adds a value to the lucene Document.protected voidNodeIndexer. addValueProperty(Document doc, InternalValue value, Name name, String fieldName)Adds a property related value to the lucene Document.protected FieldableNodeIndexer. createFulltextField(InternalValue value, org.apache.tika.metadata.Metadata metadata)Deprecated.protected FieldableNodeIndexer. createFulltextField(InternalValue value, org.apache.tika.metadata.Metadata metadata, boolean withNorms)Creates a fulltext field for the readervalue.static ComparableUtil. getComparable(InternalValue value)Returns a comparable for the internalvalue.static longUtil. getLength(InternalValue value)Returns length of the internal value.Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type InternalValue Constructor Description LazyTextExtractorField(org.apache.tika.parser.Parser parser, InternalValue value, org.apache.tika.metadata.Metadata metadata, Executor executor, boolean highlighting, int maxFieldLength, boolean withNorms)Creates a newLazyTextExtractorField. - 
Uses of InternalValue in org.apache.jackrabbit.core.state
Methods in org.apache.jackrabbit.core.state that return InternalValue Modifier and Type Method Description InternalValue[]PropertyState. getValues()Returns the value(s) of this property.Methods in org.apache.jackrabbit.core.state with parameters of type InternalValue Modifier and Type Method Description voidPropertyState. setValues(InternalValue[] values)Sets the value(s) of this property. - 
Uses of InternalValue in org.apache.jackrabbit.core.value
Fields in org.apache.jackrabbit.core.value declared as InternalValue Modifier and Type Field Description static InternalValue[]InternalValue. EMPTY_ARRAYMethods in org.apache.jackrabbit.core.value that return InternalValue Modifier and Type Method Description static InternalValueInternalValue. create(boolean value)static InternalValueInternalValue. create(byte[] value)static InternalValueInternalValue. create(double value)static InternalValueInternalValue. create(long value)static InternalValueInternalValue. create(InputStream value)static InternalValueInternalValue. create(InputStream value, DataStore store)Create an internal value that is stored in the data store (if enabled).static InternalValueInternalValue. create(String value)static InternalValueInternalValue. create(BigDecimal value)static InternalValueInternalValue. create(URI value)static InternalValueInternalValue. create(Calendar value)static InternalValueInternalValue. create(Value value, NamePathResolver resolver)Create a new internal value from the given JCR value.static InternalValueInternalValue. create(Value value, NamePathResolver resolver, DataStore store)Create a new internal value from the given JCR value.static InternalValueInternalValue. create(DataStore store, String id)Create a binary object with the given identifier.static InternalValueInternalValue. create(FileSystemResource value)static InternalValueInternalValue. create(NodeId value)static InternalValueInternalValue. create(NodeId value, boolean weak)static InternalValueInternalValue. create(Name value)static InternalValue[]InternalValue. create(Name[] values)static InternalValueInternalValue. create(Path value)static InternalValueInternalValue. create(QValue value)static InternalValue[]InternalValue. create(QValue[] values)InternalValueInternalValue. createCopy()Create a copy of this object.static InternalValueInternalValue. createDate(String value)https://issues.apache.org/jira/browse/JCR-3083static InternalValueInternalValue. createTemporary(InputStream value)Create an internal value that is backed by a temporary file.static InternalValueInternalValue. valueOf(String s, int type)Parses the given string as anInternalValueof the specified type. - 
Uses of InternalValue in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version that return InternalValue Modifier and Type Method Description InternalValueNodeStateEx. getPropertyValue(Name name)Returns the value of the given property ornullInternalValue[]NodeStateEx. getPropertyValues(Name name)Returns the values of the given property ornullMethods in org.apache.jackrabbit.core.version with parameters of type InternalValue Modifier and Type Method Description voidNodeStateEx. setPropertyValue(Name name, InternalValue value)Sets the property valuevoidNodeStateEx. setPropertyValues(Name name, int type, InternalValue[] values)Sets the property valuesPropertyStateNodeStateEx. setPropertyValues(Name name, int type, InternalValue[] values, boolean multiple)Sets the property values - 
Uses of InternalValue in org.apache.jackrabbit.core.virtual
Methods in org.apache.jackrabbit.core.virtual that return InternalValue Modifier and Type Method Description InternalValueVirtualNodeState. getPropertyValue(Name name)Returns the value of the given property ornullInternalValue[]VirtualNodeState. getPropertyValues(Name name)Returns the values of the given property ofnullInternalValue[]VirtualPropertyState. getValues()Returns the value of this state evt.InternalValue[]VirtualValueProvider. getVirtualValues(Name propName)Returns the values for the given nameMethods in org.apache.jackrabbit.core.virtual with parameters of type InternalValue Modifier and Type Method Description voidVirtualNodeState. setPropertyValue(Name name, InternalValue value)Sets the property valuevoidVirtualNodeState. setPropertyValues(Name name, int type, InternalValue[] values)Sets the property valuesvoidVirtualNodeState. setPropertyValues(Name name, int type, InternalValue[] values, boolean multiple)Sets the property values - 
Uses of InternalValue in org.apache.jackrabbit.core.xml
Methods in org.apache.jackrabbit.core.xml that return InternalValue Modifier and Type Method Description InternalValueTextValue. getInternalValue(int type) 
 -