Uses of Class
com.vidispine.generated.SearchGroupType
-
Uses of SearchGroupType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SearchGroupTypeModifier and TypeFieldDescriptionprotected 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 SearchGroupTypeModifier and TypeMethodDescriptionObjectFactory.createSearchGroupType()
Create an instance ofSearchGroupType
SearchGroupType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) SearchGroupType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodSearchGroupType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodSearchGroupType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodSearchGroupType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodSets the value of the name property.SearchGroupType.withOperator
(SearchOperatorType value) Sets the value of the operator property.SearchGroupType.withReference
(String value) Sets the value of the reference property.Methods in com.vidispine.generated that return types with arguments of type SearchGroupTypeModifier and TypeMethodDescriptionCriterionType.getGroup()
Gets the value of the group property.ItemSearchType.getGroup()
Gets the value of the group property.SearchFilterType.getGroup()
Gets the value of the group property.SearchGroupType.getGroup()
Gets the value of the group property.SearchOperatorType.getGroup()
Gets the value of the group property.Methods in com.vidispine.generated with parameters of type SearchGroupTypeModifier and TypeMethodDescriptionCollectionCriterionType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodCriterionType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodFileSearchType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodItemCriterionType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodItemSearchType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodSearchFilterType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodSearchGroupType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodSearchOperatorType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodShapeCriterionType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodShapeSearchType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodMethod parameters in com.vidispine.generated with type arguments of type SearchGroupTypeModifier and TypeMethodDescriptionCollectionCriterionType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodCriterionType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodFileSearchType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodItemCriterionType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodItemSearchType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodSearchFilterType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodSearchGroupType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodSearchOperatorType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodShapeCriterionType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodShapeSearchType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll method