Uses of Class
org.gcube.informationsystem.notifier.util.TopicMapping

Packages that use TopicMapping
org.gcube.informationsystem.notifier.impl   
 

Uses of TopicMapping in org.gcube.informationsystem.notifier.impl
 

Methods in org.gcube.informationsystem.notifier.impl that return TopicMapping
 TopicMapping<Producer,EPR,RegistrationEventHandlerImpl> NotifierResource.getTopicMappingByQName(javax.xml.namespace.QName topic)
           
 

Methods in org.gcube.informationsystem.notifier.impl that return types with arguments of type TopicMapping
 java.util.List<TopicMapping<Producer,EPR,RegistrationEventHandlerImpl>> NotifierResource.getTopicMappingList()
           
 

Methods in org.gcube.informationsystem.notifier.impl with parameters of type TopicMapping
 void NotifierResource.addTopicMapping(TopicMapping<Producer,EPR,RegistrationEventHandlerImpl> topicMapping)
           
 

Method parameters in org.gcube.informationsystem.notifier.impl with type arguments of type TopicMapping
 void NotifierResource.setTopicMappingList(java.util.List<TopicMapping<Producer,EPR,RegistrationEventHandlerImpl>> listTopicMapping)