Uses of Class
com.vidispine.generated.SearchFieldType
-
-
Uses of SearchFieldType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SearchFieldType Modifier and Type Field Description protected List<SearchFieldType>
CriterionType. field
protected List<SearchFieldType>
ItemSearchType. field
protected List<SearchFieldType>
SearchFilterType. field
protected List<SearchFieldType>
SearchGroupType. field
protected List<SearchFieldType>
SearchOperatorType. field
Methods in com.vidispine.generated that return SearchFieldType Modifier and Type Method Description SearchFieldType
ObjectFactory. createSearchFieldType()
Create an instance ofSearchFieldType
SearchFieldType
SearchFieldType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SearchFieldType
SearchFieldType. withName(String value)
SearchFieldType
SearchFieldType. withRange(SearchFieldType.Range... values)
SearchFieldType
SearchFieldType. withRange(Collection<SearchFieldType.Range> values)
SearchFieldType
SearchFieldType. withTarget(SearchTargetType value)
SearchFieldType
SearchFieldType. withValue(ItemSearchValueType... values)
SearchFieldType
SearchFieldType. withValue(Collection<ItemSearchValueType> values)
Methods in com.vidispine.generated that return types with arguments of type SearchFieldType Modifier and Type Method Description List<SearchFieldType>
CriterionType. getField()
Gets the value of the field property.List<SearchFieldType>
ItemSearchType. getField()
Gets the value of the field property.List<SearchFieldType>
SearchFilterType. getField()
Gets the value of the field property.List<SearchFieldType>
SearchGroupType. getField()
Gets the value of the field property.List<SearchFieldType>
SearchOperatorType. getField()
Gets the value of the field property.Methods in com.vidispine.generated with parameters of type SearchFieldType Modifier and Type Method Description CollectionCriterionType
CollectionCriterionType. withField(SearchFieldType... values)
CriterionType
CriterionType. withField(SearchFieldType... values)
FileSearchType
FileSearchType. withField(SearchFieldType... values)
ItemCriterionType
ItemCriterionType. withField(SearchFieldType... values)
ItemSearchType
ItemSearchType. withField(SearchFieldType... values)
SearchFilterType
SearchFilterType. withField(SearchFieldType... values)
SearchGroupType
SearchGroupType. withField(SearchFieldType... values)
SearchOperatorType
SearchOperatorType. withField(SearchFieldType... values)
ShapeCriterionType
ShapeCriterionType. withField(SearchFieldType... values)
ShapeSearchType
ShapeSearchType. withField(SearchFieldType... values)
Method parameters in com.vidispine.generated with type arguments of type SearchFieldType Modifier and Type Method Description CollectionCriterionType
CollectionCriterionType. withField(Collection<SearchFieldType> values)
CriterionType
CriterionType. withField(Collection<SearchFieldType> values)
FileSearchType
FileSearchType. withField(Collection<SearchFieldType> values)
ItemCriterionType
ItemCriterionType. withField(Collection<SearchFieldType> values)
ItemSearchType
ItemSearchType. withField(Collection<SearchFieldType> values)
SearchFilterType
SearchFilterType. withField(Collection<SearchFieldType> values)
SearchGroupType
SearchGroupType. withField(Collection<SearchFieldType> values)
SearchOperatorType
SearchOperatorType. withField(Collection<SearchFieldType> values)
ShapeCriterionType
ShapeCriterionType. withField(Collection<SearchFieldType> values)
ShapeSearchType
ShapeSearchType. withField(Collection<SearchFieldType> values)
-