Uses of Class
org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
Packages that use PluginRecord
Package
Description
-
Uses of PluginRecord in org.craftercms.studio.api.v2.service.marketplace
Methods in org.craftercms.studio.api.v2.service.marketplace that return types with arguments of type PluginRecordModifier and TypeMethodDescriptionMarketplaceService.getInstalledPlugins(String siteId) Returns a list of the plugins currently installed in the given site -
Uses of PluginRecord in org.craftercms.studio.api.v2.service.marketplace.internal
Methods in org.craftercms.studio.api.v2.service.marketplace.internal that return types with arguments of type PluginRecordModifier and TypeMethodDescriptionMarketplaceServiceInternal.getInstalledPlugins(String siteId) Returns a list of the plugins currently installed in the given site -
Uses of PluginRecord in org.craftercms.studio.api.v2.service.marketplace.registry
Methods in org.craftercms.studio.api.v2.service.marketplace.registry that return types with arguments of type PluginRecordMethod parameters in org.craftercms.studio.api.v2.service.marketplace.registry with type arguments of type PluginRecord -
Uses of PluginRecord in org.craftercms.studio.impl.v2.service.marketplace
Methods in org.craftercms.studio.impl.v2.service.marketplace that return types with arguments of type PluginRecord -
Uses of PluginRecord in org.craftercms.studio.impl.v2.service.marketplace.internal
Methods in org.craftercms.studio.impl.v2.service.marketplace.internal that return types with arguments of type PluginRecordModifier and TypeMethodDescriptionMarketplaceServiceInternalImpl.getInstalledPlugins(String siteId) protected Optional<PluginRecord> MarketplaceServiceInternalImpl.getPluginRecord(String siteId, String pluginId)