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 TopicTopicService. load(String topicId)Retrieves the topic identified by the specified identifier.TopicTopicService. 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 TopicTopicService. 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 TopicTopicServiceImpl. load(String topicId)TopicTopicServiceImpl. 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 TopicTopicServiceImpl. save(Topic topic) 
 -