Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.Topic
-
Packages that use Topic Package Description org.odpi.openmetadata.accessservices.dataengine.event org.odpi.openmetadata.accessservices.dataengine.rest -
-
Uses of Topic in org.odpi.openmetadata.accessservices.dataengine.event
Methods in org.odpi.openmetadata.accessservices.dataengine.event that return Topic Modifier and Type Method Description TopicTopicEvent. getTopic()Return the topic beanMethods in org.odpi.openmetadata.accessservices.dataengine.event with parameters of type Topic Modifier and Type Method Description voidTopicEvent. setTopic(Topic topic)Set up the topic bean -
Uses of Topic in org.odpi.openmetadata.accessservices.dataengine.rest
Methods in org.odpi.openmetadata.accessservices.dataengine.rest that return Topic Modifier and Type Method Description TopicTopicRequestBody. getTopic()Return the topic beanMethods in org.odpi.openmetadata.accessservices.dataengine.rest with parameters of type Topic Modifier and Type Method Description voidTopicRequestBody. setTopic(Topic topic)Set up the topic bean
-