Uses of Class
org.apache.unomi.api.Topic
-
Packages that use Topic Package Description org.apache.unomi.api.services org.apache.unomi.graphql.types.output org.apache.unomi.services.impl.topics -
-
Uses of Topic in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return Topic Modifier and Type Method Description Topic
TopicService. load(String topicId)
Retrieves the topic identified by the specified identifier.Topic
TopicService. save(Topic topic)
Saves the specified topic in the context server.Methods in org.apache.unomi.api.services that return types with arguments of type Topic Modifier and Type Method Description PartialList<Topic>
TopicService. search(Query query)
Retrieves topic matching the specified query.Methods in org.apache.unomi.api.services with parameters of type Topic Modifier and Type Method Description Topic
TopicService. save(Topic topic)
Saves the specified topic in the context server. -
Uses of Topic in org.apache.unomi.graphql.types.output
Constructors in org.apache.unomi.graphql.types.output with parameters of type Topic Constructor Description CDPTopic(Topic topic)
CDPTopicEdge(Topic topic)
-
Uses of Topic in org.apache.unomi.services.impl.topics
Methods in org.apache.unomi.services.impl.topics that return Topic Modifier and Type Method Description Topic
TopicServiceImpl. load(String topicId)
Topic
TopicServiceImpl. save(Topic topic)
Methods in org.apache.unomi.services.impl.topics that return types with arguments of type Topic Modifier and Type Method Description PartialList<Topic>
TopicServiceImpl. search(Query query)
Methods in org.apache.unomi.services.impl.topics with parameters of type Topic Modifier and Type Method Description Topic
TopicServiceImpl. save(Topic topic)
-