Uses of Class
com.vidispine.generated.SearchFieldType
-
Uses of SearchFieldType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SearchFieldTypeModifier and TypeFieldDescriptionprotected List<SearchFieldType>
CriterionType.field
protected List<SearchFieldType>
ItemSearchType.field
protected List<SearchFieldType>
MetadataGroupSearchOperatorType.field
protected List<SearchFieldType>
MetadataGroupSearchType.field
protected List<SearchFieldType>
OperatorType.field
protected List<SearchFieldType>
SearchFilterType.field
protected List<SearchFieldType>
SearchGroupType.field
protected List<SearchFieldType>
SearchOperatorType.field
protected List<SearchFieldType>
SearchType.field
protected List<SearchFieldType>
TimespanType.fields
Methods in com.vidispine.generated that return SearchFieldTypeModifier and TypeMethodDescriptionObjectFactory.createSearchFieldType()
Create an instance ofSearchFieldType
SearchFieldType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the name property.SearchFieldType.withRange
(SearchFieldType.Range... values) Adds objects to the list of Range using add methodSearchFieldType.withRange
(Collection<SearchFieldType.Range> values) Adds objects to the list of Range using addAll methodSearchFieldType.withSearchInFiles
(Boolean value) Sets the value of the searchInFiles property.SearchFieldType.withSearchInShapes
(Boolean value) Sets the value of the searchInShapes property.SearchFieldType.withTarget
(SearchTargetType value) Sets the value of the target property.SearchFieldType.withValue
(ItemSearchValueType... values) Adds objects to the list of Value using add methodSearchFieldType.withValue
(Collection<ItemSearchValueType> values) Adds objects to the list of Value using addAll methodMethods in com.vidispine.generated that return types with arguments of type SearchFieldTypeModifier and TypeMethodDescriptionCriterionType.getField()
Gets the value of the field property.ItemSearchType.getField()
Gets the value of the field property.MetadataGroupSearchOperatorType.getField()
Gets the value of the field property.MetadataGroupSearchType.getField()
Gets the value of the field property.OperatorType.getField()
Gets the value of the field property.SearchFilterType.getField()
Gets the value of the field property.SearchGroupType.getField()
Gets the value of the field property.SearchOperatorType.getField()
Gets the value of the field property.SearchType.getField()
Gets the value of the field property.TimespanType.getFields()
Gets the value of the fields property.Methods in com.vidispine.generated with parameters of type SearchFieldTypeModifier and TypeMethodDescriptionCollectionCriterionType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodCriterionType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodFileSearchType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodItemCriterionType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodItemSearchType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodMetadataGroupSearchOperatorType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodMetadataGroupSearchType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodOperatorType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodSearchFilterType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodSearchGroupType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodSearchOperatorType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodSearchType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodShapeCriterionType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodShapeSearchType.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodTimespanType.withFields
(SearchFieldType... values) Adds objects to the list of Fields using add methodMethod parameters in com.vidispine.generated with type arguments of type SearchFieldTypeModifier and TypeMethodDescriptionCollectionCriterionType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodCriterionType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodFileSearchType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodItemCriterionType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodItemSearchType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodMetadataGroupSearchOperatorType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodMetadataGroupSearchType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodOperatorType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodSearchFilterType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodSearchGroupType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodSearchOperatorType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodSearchType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodShapeCriterionType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodShapeSearchType.withField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodTimespanType.withFields
(Collection<SearchFieldType> values) Adds objects to the list of Fields using addAll method