Uses of Class
org.uberfire.ext.plugin.model.Media
-
Packages that use Media Package Description org.uberfire.ext.plugin.event org.uberfire.ext.plugin.model org.uberfire.ext.plugin.service -
-
Uses of Media in org.uberfire.ext.plugin.event
Methods in org.uberfire.ext.plugin.event that return Media Modifier and Type Method Description MediaMediaAdded. getMedia()MediaMediaDeleted. getMedia()Constructors in org.uberfire.ext.plugin.event with parameters of type Media Constructor Description MediaAdded(String pluginName, Media media)MediaDeleted(String pluginName, Media media) -
Uses of Media in org.uberfire.ext.plugin.model
Methods in org.uberfire.ext.plugin.model that return types with arguments of type Media Modifier and Type Method Description Set<Media>PluginContent. getMediaLibrary() -
Uses of Media in org.uberfire.ext.plugin.service
Methods in org.uberfire.ext.plugin.service with parameters of type Media Modifier and Type Method Description voidPluginServices. deleteMedia(Media media)
-