Uses of Class
com.vidispine.generated.ItemSearchType
-
Uses of ItemSearchType in com.vidispine.generated
Subclasses of ItemSearchType in com.vidispine.generatedModifier and TypeClassDescriptionclass
Java class for FileSearchType complex typeclass
Java class for ShapeSearchType complex typeFields in com.vidispine.generated declared as ItemSearchTypeModifier and TypeFieldDescriptionprotected ItemSearchType
WebsocketUpdateRequestType.item
protected ItemSearchType
LibrarySettingsType.query
protected ItemSearchType
SearchHistoryType.query
Methods in com.vidispine.generated that return ItemSearchTypeModifier and TypeMethodDescriptionObjectFactory.createItemSearchType()
Create an instance ofItemSearchType
WebsocketUpdateRequestType.getItem()
Gets the value of the item property.LibrarySettingsType.getQuery()
Gets the value of the query property.SearchHistoryType.getQuery()
Gets the value of the query property.ItemSearchType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) ItemSearchType.withAcl
(SearchAclType value) Sets the value of the acl property.ItemSearchType.withAutocomplete
(AutocompleteRequestType... values) Adds objects to the list of Autocomplete using add methodItemSearchType.withAutocomplete
(Collection<AutocompleteRequestType> values) Adds objects to the list of Autocomplete using addAll methodItemSearchType.withCollection
(CollectionCriterionType... values) Adds objects to the list of Collection using add methodItemSearchType.withCollection
(Collection<CollectionCriterionType> values) Adds objects to the list of Collection using addAll methodItemSearchType.withCursor
(String value) Sets the value of the cursor property.ItemSearchType.withFacet
(SearchFacetType... values) Adds objects to the list of Facet using add methodItemSearchType.withFacet
(Collection<SearchFacetType> values) Adds objects to the list of Facet using addAll methodItemSearchType.withFacetFilter
(FacetFilterType... values) Adds objects to the list of FacetFilter using add methodItemSearchType.withFacetFilter
(Collection<FacetFilterType> values) Adds objects to the list of FacetFilter using addAll methodItemSearchType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodItemSearchType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodItemSearchType.withFile
(CriterionType value) Sets the value of the file property.ItemSearchType.withFilter
(SearchFilterType... values) Adds objects to the list of Filter using add methodItemSearchType.withFilter
(Collection<SearchFilterType> values) Adds objects to the list of Filter using addAll methodItemSearchType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodItemSearchType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodItemSearchType.withHighlight
(SearchHighlightType value) Sets the value of the highlight property.ItemSearchType.withIntervals
(SearchIntervalsType value) Sets the value of the intervals property.ItemSearchType.withItem
(ItemCriterionType value) Sets the value of the item property.ItemSearchType.withOperator
(SearchOperatorType value) Sets the value of the operator property.ItemSearchType.withReference
(String... values) Adds objects to the list of Reference using add methodItemSearchType.withReference
(Collection<String> values) Adds objects to the list of Reference using addAll methodItemSearchType.withShape
(ShapeCriterionType value) Sets the value of the shape property.ItemSearchType.withSort
(ItemSearchType.Sort... values) Adds objects to the list of Sort using add methodItemSearchType.withSort
(Collection<ItemSearchType.Sort> values) Adds objects to the list of Sort using addAll methodItemSearchType.withSuggestion
(SuggestionSearchType value) Sets the value of the suggestion property.ItemSearchType.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodItemSearchType.withText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll methodItemSearchType.withVersion
(int value) Sets the value of the version property.Methods in com.vidispine.generated that return types with arguments of type ItemSearchTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ItemSearchType>
ObjectFactory.createItemSearchDocument
(ItemSearchType value) jakarta.xml.bind.JAXBElement<ItemSearchType>
ObjectFactory.createMetadataFieldGroupSearchDocument
(ItemSearchType value) Methods in com.vidispine.generated with parameters of type ItemSearchTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ItemSearchType>
ObjectFactory.createItemSearchDocument
(ItemSearchType value) jakarta.xml.bind.JAXBElement<ItemSearchType>
ObjectFactory.createMetadataFieldGroupSearchDocument
(ItemSearchType value) void
WebsocketUpdateRequestType.setItem
(ItemSearchType value) Sets the value of the item property.void
LibrarySettingsType.setQuery
(ItemSearchType value) Sets the value of the query property.void
SearchHistoryType.setQuery
(ItemSearchType value) Sets the value of the query property.WebsocketUpdateRequestType.withItem
(ItemSearchType value) Sets the value of the item property.LibrarySettingsType.withQuery
(ItemSearchType value) Sets the value of the query property.SearchHistoryType.withQuery
(ItemSearchType value) Sets the value of the query property.