Uses of Class
com.vidispine.generated.SearchGroupType
-
-
Uses of SearchGroupType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SearchGroupType Modifier and Type Field Description protected List<SearchGroupType>
CriterionType. group
protected List<SearchGroupType>
ItemSearchType. group
protected List<SearchGroupType>
SearchFilterType. group
protected List<SearchGroupType>
SearchGroupType. group
protected List<SearchGroupType>
SearchOperatorType. group
Methods in com.vidispine.generated that return SearchGroupType Modifier and Type Method Description SearchGroupType
ObjectFactory. createSearchGroupType()
Create an instance ofSearchGroupType
SearchGroupType
SearchGroupType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SearchGroupType
SearchGroupType. withField(SearchFieldType... values)
SearchGroupType
SearchGroupType. withField(Collection<SearchFieldType> values)
SearchGroupType
SearchGroupType. withGroup(SearchGroupType... values)
SearchGroupType
SearchGroupType. withGroup(Collection<SearchGroupType> values)
SearchGroupType
SearchGroupType. withName(String value)
SearchGroupType
SearchGroupType. withOperator(SearchOperatorType value)
SearchGroupType
SearchGroupType. withReference(String value)
Methods in com.vidispine.generated that return types with arguments of type SearchGroupType Modifier and Type Method Description List<SearchGroupType>
CriterionType. getGroup()
Gets the value of the group property.List<SearchGroupType>
ItemSearchType. getGroup()
Gets the value of the group property.List<SearchGroupType>
SearchFilterType. getGroup()
Gets the value of the group property.List<SearchGroupType>
SearchGroupType. getGroup()
Gets the value of the group property.List<SearchGroupType>
SearchOperatorType. getGroup()
Gets the value of the group property.Methods in com.vidispine.generated with parameters of type SearchGroupType Modifier and Type Method Description CollectionCriterionType
CollectionCriterionType. withGroup(SearchGroupType... values)
CriterionType
CriterionType. withGroup(SearchGroupType... values)
FileSearchType
FileSearchType. withGroup(SearchGroupType... values)
ItemCriterionType
ItemCriterionType. withGroup(SearchGroupType... values)
ItemSearchType
ItemSearchType. withGroup(SearchGroupType... values)
SearchFilterType
SearchFilterType. withGroup(SearchGroupType... values)
SearchGroupType
SearchGroupType. withGroup(SearchGroupType... values)
SearchOperatorType
SearchOperatorType. withGroup(SearchGroupType... values)
ShapeCriterionType
ShapeCriterionType. withGroup(SearchGroupType... values)
ShapeSearchType
ShapeSearchType. withGroup(SearchGroupType... values)
Method parameters in com.vidispine.generated with type arguments of type SearchGroupType Modifier and Type Method Description CollectionCriterionType
CollectionCriterionType. withGroup(Collection<SearchGroupType> values)
CriterionType
CriterionType. withGroup(Collection<SearchGroupType> values)
FileSearchType
FileSearchType. withGroup(Collection<SearchGroupType> values)
ItemCriterionType
ItemCriterionType. withGroup(Collection<SearchGroupType> values)
ItemSearchType
ItemSearchType. withGroup(Collection<SearchGroupType> values)
SearchFilterType
SearchFilterType. withGroup(Collection<SearchGroupType> values)
SearchGroupType
SearchGroupType. withGroup(Collection<SearchGroupType> values)
SearchOperatorType
SearchOperatorType. withGroup(Collection<SearchGroupType> values)
ShapeCriterionType
ShapeCriterionType. withGroup(Collection<SearchGroupType> values)
ShapeSearchType
ShapeSearchType. withGroup(Collection<SearchGroupType> values)
-