Uses of Class
com.attivio.sdk.search.SearchFieldValue
-
Packages that use SearchFieldValue Package Description com.attivio.sdk.search com.attivio.sdk.test -
-
Uses of SearchFieldValue in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return SearchFieldValue Modifier and Type Method Description SearchFieldValue
SearchFieldValue. clone()
SearchFieldValue
SearchDocument. getFirstValue(java.lang.String field)
Get the firstSearchFieldValue
forfield
or null if the field does not exist.SearchFieldValue
SearchField. getFirstValue()
Gets the first field value.SearchFieldValue
SearchField. getValue(int index)
Get theSearchFieldValue
atindex
.SearchFieldValue
SearchFieldValue. readExternal(java.io.DataInput in)
static SearchFieldValue
SearchFieldValue. valueOf(java.lang.Object value)
Get aSearchFieldValue
forvalue
.Methods in com.attivio.sdk.search that return types with arguments of type SearchFieldValue Modifier and Type Method Description java.util.ListIterator<SearchFieldValue>
SearchField. iterator()
Get an iterator for iterating over allvalues
.Methods in com.attivio.sdk.search with parameters of type SearchFieldValue Modifier and Type Method Description void
SearchDocument. addValue(java.lang.String field, SearchFieldValue value)
Add avalue
tofield
.void
SearchField. addValue(SearchFieldValue value)
Add avalue
to thisSearchField
.Method parameters in com.attivio.sdk.search with type arguments of type SearchFieldValue Modifier and Type Method Description void
SearchField. forEach(java.util.function.Consumer<? super SearchFieldValue> consumer)
-
Uses of SearchFieldValue in com.attivio.sdk.test
Methods in com.attivio.sdk.test that return SearchFieldValue Modifier and Type Method Description static SearchFieldValue
DocumentAssert. assertSingleValue(SearchDocument doc, java.lang.String field)
static SearchFieldValue
DocumentAssert. assertSingleValue(SearchField f)
-