Uses of Class
com.vidispine.generated.ItemCriterionType
-
-
Uses of ItemCriterionType in com.vidispine.generated
Fields in com.vidispine.generated declared as ItemCriterionType Modifier and Type Field Description protected ItemCriterionType
CollectionCriterionType. item
protected ItemCriterionType
ItemSearchType. item
protected ItemCriterionType
SearchFilterType. item
protected ItemCriterionType
SearchOperatorType. item
Methods in com.vidispine.generated that return ItemCriterionType Modifier and Type Method Description ItemCriterionType
ObjectFactory. createItemCriterionType()
Create an instance ofItemCriterionType
ItemCriterionType
CollectionCriterionType. getItem()
Gets the value of the item property.ItemCriterionType
ItemSearchType. getItem()
Gets the value of the item property.ItemCriterionType
SearchFilterType. getItem()
Gets the value of the item property.ItemCriterionType
SearchOperatorType. getItem()
Gets the value of the item property.ItemCriterionType
ItemCriterionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ItemCriterionType
ItemCriterionType. withField(SearchFieldType... values)
ItemCriterionType
ItemCriterionType. withField(Collection<SearchFieldType> values)
ItemCriterionType
ItemCriterionType. withFile(CriterionType value)
ItemCriterionType
ItemCriterionType. withGroup(SearchGroupType... values)
ItemCriterionType
ItemCriterionType. withGroup(Collection<SearchGroupType> values)
ItemCriterionType
ItemCriterionType. withOperator(SearchOperatorType value)
ItemCriterionType
ItemCriterionType. withShape(ShapeCriterionType value)
Methods in com.vidispine.generated with parameters of type ItemCriterionType Modifier and Type Method Description void
CollectionCriterionType. setItem(ItemCriterionType value)
Sets the value of the item property.void
ItemSearchType. setItem(ItemCriterionType value)
Sets the value of the item property.void
SearchFilterType. setItem(ItemCriterionType value)
Sets the value of the item property.void
SearchOperatorType. setItem(ItemCriterionType value)
Sets the value of the item property.CollectionCriterionType
CollectionCriterionType. withItem(ItemCriterionType value)
FileSearchType
FileSearchType. withItem(ItemCriterionType value)
ItemSearchType
ItemSearchType. withItem(ItemCriterionType value)
SearchFilterType
SearchFilterType. withItem(ItemCriterionType value)
SearchOperatorType
SearchOperatorType. withItem(ItemCriterionType value)
ShapeSearchType
ShapeSearchType. withItem(ItemCriterionType value)
-