| Package | Description |
|---|---|
| com.epimorphics.server.webapi.facets |
| Modifier and Type | Field and Description |
|---|---|
protected List<FacetSpec> |
FacetService.specList |
| Modifier and Type | Method and Description |
|---|---|
FacetSpec |
FacetResult.getFacetSpec(String name)
Return the facet specification with the given name
|
FacetSpec |
FacetState.getFacetSpec(String name)
Return the facet specification with the given name
|
| Modifier and Type | Method and Description |
|---|---|
List<FacetSpec> |
FacetResult.getFacetSpecs()
Return the list of facet specifications, ordered by name
|
List<FacetSpec> |
FacetState.getFacetSpecs()
Return the list of facet specifications, ordered by name
|
| Modifier and Type | Method and Description |
|---|---|
int |
FacetSpec.compareTo(FacetSpec arg0) |
| Constructor and Description |
|---|
Facet(FacetSpec spec) |
| Constructor and Description |
|---|
FacetResult(String query,
String state,
List<FacetSpec> specList,
com.hp.hpl.jena.rdf.model.Model model)
Create and run the search.
|
FacetState(List<FacetSpec> specList) |
Copyright © 2014. All rights reserved.