|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FacetsService
| Method Summary | |
|---|---|
void |
addFacetTypeToTopic(long topicId,
String facetTypeUri)
|
Topic |
getFacet(DeepaMehtaObject object,
String facetTypeUri)
Retrieves a facet value. |
Topic |
getFacet(long topicId,
String facetTypeUri)
|
ResultList<RelatedTopic> |
getFacets(DeepaMehtaObject object,
String facetTypeUri)
Retrieves the values of a multi-facet. |
ResultList<RelatedTopic> |
getFacets(long topicId,
String facetTypeUri)
|
Topic |
getFacettedTopic(long topicId,
List<String> facetTypeUris)
|
boolean |
hasFacet(long topicId,
String facetTypeUri,
long facetTopicId)
|
void |
updateFacet(DeepaMehtaObject object,
String facetTypeUri,
FacetValue value)
Updates a facet. |
void |
updateFacet(long topicId,
String facetTypeUri,
FacetValue value)
|
| Method Detail |
|---|
Topic getFacet(long topicId,
String facetTypeUri)
Topic getFacet(DeepaMehtaObject object,
String facetTypeUri)
object - The facetted object: a topic, association, a type ...facetTypeUri - URI of the facet type.
null if no such topic extists.
ResultList<RelatedTopic> getFacets(long topicId,
String facetTypeUri)
ResultList<RelatedTopic> getFacets(DeepaMehtaObject object,
String facetTypeUri)
object - The facetted object: a topic, association, a type ...facetTypeUri - URI of the facet type.
Topic getFacettedTopic(long topicId,
List<String> facetTypeUris)
void addFacetTypeToTopic(long topicId,
String facetTypeUri)
void updateFacet(long topicId,
String facetTypeUri,
FacetValue value)
void updateFacet(DeepaMehtaObject object,
String facetTypeUri,
FacetValue value)
object - The facetted object: a topic, association, a type ...facetTypeUri - URI of the facet type.facetValue - The new facet value.
boolean hasFacet(long topicId,
String facetTypeUri,
long facetTopicId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||