Uses of Class
com.vidispine.generated.SearchOperatorType
-
Uses of SearchOperatorType in com.vidispine.generated
Fields in com.vidispine.generated declared as SearchOperatorTypeModifier and TypeFieldDescriptionprotected SearchOperatorType
CriterionType.operator
protected SearchOperatorType
ItemSearchType.operator
protected SearchOperatorType
SearchGroupType.operator
Fields in com.vidispine.generated with type parameters of type SearchOperatorTypeModifier and TypeFieldDescriptionprotected List<SearchOperatorType>
SearchFilterType.operator
protected List<SearchOperatorType>
SearchOperatorType.operator
Methods in com.vidispine.generated that return SearchOperatorTypeModifier and TypeMethodDescriptionObjectFactory.createSearchOperatorType()
Create an instance ofSearchOperatorType
CriterionType.getOperator()
Gets the value of the operator property.ItemSearchType.getOperator()
Gets the value of the operator property.SearchGroupType.getOperator()
Gets the value of the operator property.SearchOperatorType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) SearchOperatorType.withAcl
(SearchAclType value) Sets the value of the acl property.SearchOperatorType.withCollection
(CollectionCriterionType... values) Adds objects to the list of Collection using add methodSearchOperatorType.withCollection
(Collection<CollectionCriterionType> values) Adds objects to the list of Collection using addAll methodSearchOperatorType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodSearchOperatorType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodSearchOperatorType.withFile
(CriterionType value) Sets the value of the file property.SearchOperatorType.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodSearchOperatorType.withGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodSearchOperatorType.withItem
(ItemCriterionType value) Sets the value of the item property.SearchOperatorType.withOperation
(SearchOperationType value) Sets the value of the operation property.SearchOperatorType.withOperator
(SearchOperatorType... values) Adds objects to the list of Operator using add methodSearchOperatorType.withOperator
(Collection<SearchOperatorType> values) Adds objects to the list of Operator using addAll methodSearchOperatorType.withReference
(String... values) Adds objects to the list of Reference using add methodSearchOperatorType.withReference
(Collection<String> values) Adds objects to the list of Reference using addAll methodSearchOperatorType.withShape
(ShapeCriterionType value) Sets the value of the shape property.SearchOperatorType.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodSearchOperatorType.withText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll methodMethods in com.vidispine.generated that return types with arguments of type SearchOperatorTypeModifier and TypeMethodDescriptionSearchFilterType.getOperator()
Gets the value of the operator property.SearchOperatorType.getOperator()
Gets the value of the operator property.Methods in com.vidispine.generated with parameters of type SearchOperatorTypeModifier and TypeMethodDescriptionvoid
CriterionType.setOperator
(SearchOperatorType value) Sets the value of the operator property.void
ItemSearchType.setOperator
(SearchOperatorType value) Sets the value of the operator property.void
SearchGroupType.setOperator
(SearchOperatorType value) Sets the value of the operator property.CollectionCriterionType.withOperator
(SearchOperatorType value) Sets the value of the operator property.CriterionType.withOperator
(SearchOperatorType value) Sets the value of the operator property.FileSearchType.withOperator
(SearchOperatorType value) Sets the value of the operator property.ItemCriterionType.withOperator
(SearchOperatorType value) Sets the value of the operator property.ItemSearchType.withOperator
(SearchOperatorType value) Sets the value of the operator property.SearchFilterType.withOperator
(SearchOperatorType... values) Adds objects to the list of Operator using add methodSearchGroupType.withOperator
(SearchOperatorType value) Sets the value of the operator property.SearchOperatorType.withOperator
(SearchOperatorType... values) Adds objects to the list of Operator using add methodShapeCriterionType.withOperator
(SearchOperatorType value) Sets the value of the operator property.ShapeSearchType.withOperator
(SearchOperatorType value) Sets the value of the operator property.Method parameters in com.vidispine.generated with type arguments of type SearchOperatorTypeModifier and TypeMethodDescriptionSearchFilterType.withOperator
(Collection<SearchOperatorType> values) Adds objects to the list of Operator using addAll methodSearchOperatorType.withOperator
(Collection<SearchOperatorType> values) Adds objects to the list of Operator using addAll method