Uses of Interface
org.openrefine.browsing.facets.FacetConfig
-
Packages that use FacetConfig Package Description org.openrefine.browsing org.openrefine.browsing.facets org.openrefine.operations -
-
Uses of FacetConfig in org.openrefine.browsing
Fields in org.openrefine.browsing with type parameters of type FacetConfig Modifier and Type Field Description protected List<FacetConfig>
EngineConfig. _facets
Methods in org.openrefine.browsing that return types with arguments of type FacetConfig Modifier and Type Method Description List<FacetConfig>
EngineConfig. getFacetConfigs()
Constructor parameters in org.openrefine.browsing with type arguments of type FacetConfig Constructor Description EngineConfig(List<FacetConfig> facets, Engine.Mode mode)
Creates a new EngineConfig from a list of facet configurations and an engine mode.EngineConfig(List<FacetConfig> facets, Engine.Mode mode, Long aggregationLimit)
Creates a new EngineConfig from a list of facet configurations, an engine mode and an aggregation limit. -
Uses of FacetConfig in org.openrefine.browsing.facets
Classes in org.openrefine.browsing.facets that implement FacetConfig Modifier and Type Class Description static class
ListFacet.ListFacetConfig
static class
RangeFacet.RangeFacetConfig
static class
ScatterplotFacet.ScatterplotFacetConfig
static class
StringFacet.Config
static class
TextSearchFacet.TextSearchFacetConfig
static class
TimeRangeFacet.TimeRangeFacetConfig
Fields in org.openrefine.browsing.facets with type parameters of type FacetConfig Modifier and Type Field Description static Map<String,Class<? extends FacetConfig>>
FacetConfigResolver. s_nameToClass
Methods in org.openrefine.browsing.facets that return FacetConfig Modifier and Type Method Description FacetConfig
Facet. getConfig()
Returns the configuration of the facet.FacetConfig
RangeFacet. getConfig()
FacetConfig
ScatterplotFacet. getConfig()
FacetConfig
StringFacet. getConfig()
FacetConfig
TextSearchFacet. getConfig()
FacetConfig
TimeRangeFacet. getConfig()
FacetConfig
FacetConfig. renameColumnDependencies(Map<String,String> substitutions)
Updates the facet config after a renaming of columns.FacetConfig
RangeFacet.RangeFacetConfig. renameColumnDependencies(Map<String,String> substitutions)
FacetConfig
StringFacet.Config. renameColumnDependencies(Map<String,String> substitutions)
Method parameters in org.openrefine.browsing.facets with type arguments of type FacetConfig Modifier and Type Method Description static void
FacetConfigResolver. registerFacetConfig(String moduleName, String name, Class<? extends FacetConfig> klass)
-
Uses of FacetConfig in org.openrefine.operations
Fields in org.openrefine.operations with type parameters of type FacetConfig Modifier and Type Field Description protected List<FacetConfig>
ChangeResult. createdFacets
Methods in org.openrefine.operations that return types with arguments of type FacetConfig Modifier and Type Method Description List<FacetConfig>
ChangeResult. getCreatedFacets()
The facets that are suggested to be created after this change is applied.Constructor parameters in org.openrefine.operations with type arguments of type FacetConfig Constructor Description ChangeResult(Grid grid, GridPreservation gridPreservation, List<FacetConfig> createdFacets, DagSlice dagSlice)
-