Uses of Class
com.vidispine.generated.SearchType
-
Uses of SearchType in com.vidispine.generated
Fields in com.vidispine.generated declared as SearchTypeMethods in com.vidispine.generated that return SearchTypeModifier and TypeMethodDescriptionObjectFactory.createSearchType()
Create an instance ofSearchType
LibrarySettingsType.getQuery2()
Gets the value of the query2 property.SearchType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) SearchType.withAutocomplete
(AutocompleteRequestType... values) Adds objects to the list of Autocomplete using add methodSearchType.withAutocomplete
(Collection<AutocompleteRequestType> values) Adds objects to the list of Autocomplete using addAll methodSearchType.withCursor
(String value) Sets the value of the cursor property.SearchType.withFacet
(SearchFacetType... values) Adds objects to the list of Facet using add methodSearchType.withFacet
(Collection<SearchFacetType> values) Adds objects to the list of Facet using addAll methodSearchType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodSearchType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodSearchType.withHighlight
(SearchHighlightType value) Sets the value of the highlight property.SearchType.withOperator
(OperatorType value) Sets the value of the operator property.SearchType.withSort
(SearchType.Sort... values) Adds objects to the list of Sort using add methodSearchType.withSort
(Collection<SearchType.Sort> values) Adds objects to the list of Sort using addAll methodSearchType.withSuggestion
(SuggestionSearchType value) Sets the value of the suggestion property.SearchType.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodSearchType.withText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll methodSearchType.withTimespans
(SearchTimespanType value) Sets the value of the timespans property.Methods in com.vidispine.generated that return types with arguments of type SearchTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SearchType>
ObjectFactory.createSearchDocument
(SearchType value) Methods in com.vidispine.generated with parameters of type SearchTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SearchType>
ObjectFactory.createSearchDocument
(SearchType value) void
LibrarySettingsType.setQuery2
(SearchType value) Sets the value of the query2 property.LibrarySettingsType.withQuery2
(SearchType value) Sets the value of the query2 property.