Uses of Class
com.vidispine.generated.ItemSearchType
-
-
Uses of ItemSearchType in com.vidispine.generated
Subclasses of ItemSearchType in com.vidispine.generated Modifier and Type Class Description class
FileSearchType
Java class for FileSearchType complex type.class
ShapeSearchType
Java class for ShapeSearchType complex type.Fields in com.vidispine.generated declared as ItemSearchType Modifier and Type Field Description protected ItemSearchType
WebsocketUpdateRequestType. item
protected ItemSearchType
LibrarySettingsType. query
protected ItemSearchType
SearchHistoryType. query
Methods in com.vidispine.generated that return types with arguments of type ItemSearchType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemSearchType>
ObjectFactory. createItemSearchDocument(ItemSearchType value)
javax.xml.bind.JAXBElement<ItemSearchType>
ObjectFactory. createMetadataFieldGroupSearchDocument(ItemSearchType value)
Methods in com.vidispine.generated with parameters of type ItemSearchType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemSearchType>
ObjectFactory. createItemSearchDocument(ItemSearchType value)
javax.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
WebsocketUpdateRequestType. withItem(ItemSearchType value)
LibrarySettingsType
LibrarySettingsType. withQuery(ItemSearchType value)
SearchHistoryType
SearchHistoryType. withQuery(ItemSearchType value)
-