Uses of Class
com.vidispine.generated.SearchFacetType
-
-
Uses of SearchFacetType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SearchFacetType Modifier and Type Field Description protected List<SearchFacetType>
ItemSearchType. facet
protected List<SearchFacetType>
MetadataGroupSearchType. facet
Methods in com.vidispine.generated that return SearchFacetType Modifier and Type Method Description SearchFacetType
ObjectFactory. createSearchFacetType()
Create an instance ofSearchFacetType
SearchFacetType
SearchFacetType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SearchFacetType
SearchFacetType. withCount(boolean value)
SearchFacetType
SearchFacetType. withExclude(String... values)
SearchFacetType
SearchFacetType. withExclude(Collection<String> values)
SearchFacetType
SearchFacetType. withField(String value)
SearchFacetType
SearchFacetType. withMaxResults(BigInteger value)
SearchFacetType
SearchFacetType. withMinCount(BigInteger value)
SearchFacetType
SearchFacetType. withName(String value)
SearchFacetType
SearchFacetType. withRange(FacetRangeType... values)
SearchFacetType
SearchFacetType. withRange(Collection<FacetRangeType> values)
Methods in com.vidispine.generated that return types with arguments of type SearchFacetType Modifier and Type Method Description List<SearchFacetType>
ItemSearchType. getFacet()
Gets the value of the facet property.List<SearchFacetType>
MetadataGroupSearchType. getFacet()
Gets the value of the facet property.Methods in com.vidispine.generated with parameters of type SearchFacetType Modifier and Type Method Description FileSearchType
FileSearchType. withFacet(SearchFacetType... values)
ItemSearchType
ItemSearchType. withFacet(SearchFacetType... values)
MetadataGroupSearchType
MetadataGroupSearchType. withFacet(SearchFacetType... values)
ShapeSearchType
ShapeSearchType. withFacet(SearchFacetType... values)
Method parameters in com.vidispine.generated with type arguments of type SearchFacetType Modifier and Type Method Description FileSearchType
FileSearchType. withFacet(Collection<SearchFacetType> values)
ItemSearchType
ItemSearchType. withFacet(Collection<SearchFacetType> values)
MetadataGroupSearchType
MetadataGroupSearchType. withFacet(Collection<SearchFacetType> values)
ShapeSearchType
ShapeSearchType. withFacet(Collection<SearchFacetType> values)
-