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. facetprotected List<SearchFacetType>MetadataGroupSearchType. facetMethods in com.vidispine.generated that return SearchFacetType Modifier and Type Method Description SearchFacetTypeObjectFactory. createSearchFacetType()Create an instance ofSearchFacetTypeSearchFacetTypeSearchFacetType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)SearchFacetTypeSearchFacetType. withCount(boolean value)SearchFacetTypeSearchFacetType. withExclude(String... values)SearchFacetTypeSearchFacetType. withExclude(Collection<String> values)SearchFacetTypeSearchFacetType. withField(String value)SearchFacetTypeSearchFacetType. withMaxResults(BigInteger value)SearchFacetTypeSearchFacetType. withMinCount(BigInteger value)SearchFacetTypeSearchFacetType. withName(String value)SearchFacetTypeSearchFacetType. withRange(FacetRangeType... values)SearchFacetTypeSearchFacetType. 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 FileSearchTypeFileSearchType. withFacet(SearchFacetType... values)ItemSearchTypeItemSearchType. withFacet(SearchFacetType... values)MetadataGroupSearchTypeMetadataGroupSearchType. withFacet(SearchFacetType... values)ShapeSearchTypeShapeSearchType. withFacet(SearchFacetType... values)Method parameters in com.vidispine.generated with type arguments of type SearchFacetType Modifier and Type Method Description FileSearchTypeFileSearchType. withFacet(Collection<SearchFacetType> values)ItemSearchTypeItemSearchType. withFacet(Collection<SearchFacetType> values)MetadataGroupSearchTypeMetadataGroupSearchType. withFacet(Collection<SearchFacetType> values)ShapeSearchTypeShapeSearchType. withFacet(Collection<SearchFacetType> values)
-