Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.TopicElement
-
Packages that use TopicElement Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of TopicElement in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return TopicElement Modifier and Type Method Description TopicElementEventBrokerInterface. getTopicByGUID(String userId, String guid)Retrieve the topic metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.datamanager.api that return types with arguments of type TopicElement Modifier and Type Method Description List<TopicElement>EventBrokerInterface. findTopics(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of topic metadata elements that contain the search string.List<TopicElement>EventBrokerInterface. getTopicsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of topic metadata elements with a matching qualified or display name.List<TopicElement>EventBrokerInterface. getTopicsForEventBroker(String userId, String eventBrokerGUID, String eventBrokerName, int startFrom, int pageSize)Retrieve the list of topics created by this caller. -
Uses of TopicElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type TopicElement Constructor Description TopicElement(TopicElement template)Copy/clone constructor -
Uses of TopicElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return TopicElement Modifier and Type Method Description TopicElementTopicResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type TopicElement Modifier and Type Method Description List<TopicElement>TopicsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type TopicElement Modifier and Type Method Description voidTopicResponse. setElement(TopicElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type TopicElement Modifier and Type Method Description voidTopicsResponse. setElementList(List<TopicElement> elementList)Set up the metadata element to return.
-