Uses of Class
com.attivio.util.parser.FacetRequestFactory.SchemaFacetFilter
-
Packages that use FacetRequestFactory.SchemaFacetFilter Package Description com.attivio.util.parser -
-
Uses of FacetRequestFactory.SchemaFacetFilter in com.attivio.util.parser
Methods in com.attivio.util.parser that return FacetRequestFactory.SchemaFacetFilter Modifier and Type Method Description static FacetRequestFactory.SchemaFacetFilter
FacetRequestFactory.SchemaFacetFilter. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FacetRequestFactory.SchemaFacetFilter[]
FacetRequestFactory.SchemaFacetFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.util.parser that return types with arguments of type FacetRequestFactory.SchemaFacetFilter Modifier and Type Method Description java.util.Set<FacetRequestFactory.SchemaFacetFilter>
FacetRequestFactory. getSchemaFilter()
Get the filter for fields to return for a schema facet.Methods in com.attivio.util.parser with parameters of type FacetRequestFactory.SchemaFacetFilter Modifier and Type Method Description void
FacetRequestFactory. addSchemaFilter(FacetRequestFactory.SchemaFacetFilter filter, boolean value)
Add/clear a filter for a schema facet.Method parameters in com.attivio.util.parser with type arguments of type FacetRequestFactory.SchemaFacetFilter Modifier and Type Method Description void
FacetRequestFactory. setSchemaFilter(java.util.Set<FacetRequestFactory.SchemaFacetFilter> value)
-