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. fieldprotected List<SearchFieldType>ItemSearchType. fieldprotected List<SearchFieldType>MetadataGroupSearchOperatorType. fieldprotected List<SearchFieldType>MetadataGroupSearchType. fieldprotected List<SearchFieldType>SearchFilterType. fieldprotected List<SearchFieldType>SearchGroupType. fieldprotected List<SearchFieldType>SearchOperatorType. fieldMethods in com.vidispine.generated that return SearchFieldType Modifier and Type Method Description SearchFieldTypeObjectFactory. createSearchFieldType()Create an instance ofSearchFieldTypeSearchFieldTypeSearchFieldType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)SearchFieldTypeSearchFieldType. withName(String value)SearchFieldTypeSearchFieldType. withRange(SearchFieldType.Range... values)SearchFieldTypeSearchFieldType. withRange(Collection<SearchFieldType.Range> values)SearchFieldTypeSearchFieldType. withTarget(SearchTargetType value)SearchFieldTypeSearchFieldType. withValue(ItemSearchValueType... values)SearchFieldTypeSearchFieldType. 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>MetadataGroupSearchOperatorType. getField()Gets the value of the field property.List<SearchFieldType>MetadataGroupSearchType. 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.
-