Uses of Class
org.alfresco.solr.client.PropertyValue
-
Packages that use PropertyValue Package Description org.alfresco.solr.client -
-
Uses of PropertyValue in org.alfresco.solr.client
Subclasses of PropertyValue in org.alfresco.solr.client Modifier and Type Class Description class
ContentPropertyValue
Represents a content property value, including locale, length, content id, encoding, mime typeclass
MLTextPropertyValue
Represents a multi-lingual property value, comprising a map from locale to string valueclass
MultiPropertyValue
Represents a multi property value, comprising a list of other property valuesclass
StringPropertyValue
Represents a property value as a stringMethods in org.alfresco.solr.client that return types with arguments of type PropertyValue Modifier and Type Method Description java.util.Map<org.alfresco.service.namespace.QName,PropertyValue>
NodeMetaData. getProperties()
A property value is either null or a subclass of PropertyValuejava.util.List<PropertyValue>
MultiPropertyValue. getValues()
Methods in org.alfresco.solr.client with parameters of type PropertyValue Modifier and Type Method Description void
MultiPropertyValue. addValue(PropertyValue value)
Method parameters in org.alfresco.solr.client with type arguments of type PropertyValue Modifier and Type Method Description void
NodeMetaData. setProperties(java.util.Map<org.alfresco.service.namespace.QName,PropertyValue> properties)
Constructor parameters in org.alfresco.solr.client with type arguments of type PropertyValue Constructor Description MultiPropertyValue(java.util.List<PropertyValue> values)
-