Uses of Class
org.craftercms.studio.api.v2.exception.marketplace.MarketplaceException
Packages that use MarketplaceException
Package
Description
-
Uses of MarketplaceException in org.craftercms.studio.api.v1.exception
Subclasses of MarketplaceException in org.craftercms.studio.api.v1.exception -
Uses of MarketplaceException in org.craftercms.studio.api.v2.exception
Subclasses of MarketplaceException in org.craftercms.studio.api.v2.exceptionModifier and TypeClassDescriptionclassException thrown when a required parameter is not provided for a plugin -
Uses of MarketplaceException in org.craftercms.studio.api.v2.exception.marketplace
Subclasses of MarketplaceException in org.craftercms.studio.api.v2.exception.marketplaceModifier and TypeClassDescriptionclassException thrown when trying to install an incompatible pluginclassException thrown when theMarketplaceServiceis not initializedclassException thrown when there is an issue reading or updating the plugin registry for a siteclassException thrown when the connection with the Marketplace failsclassException thrown when installing a plugin that already exists in a siteclassException thrown when there is an issue installing a plugin in a siteclassException thrown when a plugin descriptor is not foundclassException thrown when there is an issue removing a plugin from a site -
Uses of MarketplaceException in org.craftercms.studio.api.v2.service.marketplace
Methods in org.craftercms.studio.api.v2.service.marketplace that throw MarketplaceExceptionModifier and TypeMethodDescriptionvoidCopy a plugin in a siteMarketplaceService.getInstalledPlugins(String siteId) Returns a list of the plugins currently installed in the given sitevoidMarketplaceService.installPlugin(String siteId, String pluginId, org.craftercms.commons.plugin.model.Version pluginVersion, Map<String, String> parameters) Install a plugin in a siteMarketplaceService.searchPlugins(String type, String keywords, boolean showIncompatible, long offset, long limit) Performs a search for all available plugins that match the given filters -
Uses of MarketplaceException in org.craftercms.studio.api.v2.service.marketplace.internal
Methods in org.craftercms.studio.api.v2.service.marketplace.internal that throw MarketplaceExceptionModifier and TypeMethodDescriptionvoidCopy a plugin in a siteMarketplaceServiceInternal.getInstalledPlugins(String siteId) Returns a list of the plugins currently installed in the given sitevoidMarketplaceServiceInternal.installPlugin(String siteId, String pluginId, org.craftercms.commons.plugin.model.Version pluginVersion, Map<String, String> parameters) Install a plugin in a siteMarketplaceServiceInternal.searchPlugins(String type, String keywords, boolean showIncompatible, long offset, long limit) Performs a search for all available plugins that match the given filters -
Uses of MarketplaceException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that throw MarketplaceExceptionModifier and TypeMethodDescriptionMarketplaceController.copyPlugin(@Valid MarketplaceController.CopyPluginRequest request) MarketplaceController.getInstalledPlugins(String siteId) MarketplaceController.installPlugin(@Valid InstallPluginRequest request) MarketplaceController.searchPlugins(String type, String keywords, boolean showIncompatible, @javax.validation.constraints.PositiveOrZero long offset, @javax.validation.constraints.PositiveOrZero long limit) -
Uses of MarketplaceException in org.craftercms.studio.impl.v2.service.marketplace
Methods in org.craftercms.studio.impl.v2.service.marketplace that throw MarketplaceExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceImpl.getInstalledPlugins(String siteId) voidMarketplaceServiceImpl.installPlugin(String siteId, String pluginId, org.craftercms.commons.plugin.model.Version pluginVersion, Map<String, String> parameters) MarketplaceServiceImpl.searchPlugins(String type, String keywords, boolean showIncompatible, long offset, long limit) -
Uses of MarketplaceException in org.craftercms.studio.impl.v2.service.marketplace.internal
Methods in org.craftercms.studio.impl.v2.service.marketplace.internal that throw MarketplaceExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceInternalImpl.copyPlugin(String siteId, String localPath, Map<String, String> parameters) protected MarketplacePluginMarketplaceServiceInternalImpl.getDescriptor(String id, org.craftercms.commons.plugin.model.Version version) MarketplaceServiceInternalImpl.getInstalledPlugins(String siteId) voidMarketplaceServiceInternalImpl.installPlugin(String siteId, String pluginId, org.craftercms.commons.plugin.model.Version pluginVersion, Map<String, String> parameters) protected booleanMarketplaceServiceInternalImpl.isPluginAlreadyInstalled(String siteId, String pluginId) MarketplaceServiceInternalImpl.searchPlugins(String type, String keywords, boolean showIncompatible, long offset, long limit) protected voidMarketplaceServiceInternalImpl.validate()