Uses of Class
org.craftercms.studio.api.v1.exception.ContentNotFoundException
Packages that use ContentNotFoundException
Package
Description
-
Uses of ContentNotFoundException in org.craftercms.studio.api.v1.repository
Methods in org.craftercms.studio.api.v1.repository that throw ContentNotFoundExceptionModifier and TypeMethodDescriptiondefault InputStreamContentRepository.getContent(String site, String path) get document from wcm contentContentRepository.getContent(String site, String path, boolean shallow) Get content from the repository -
Uses of ContentNotFoundException in org.craftercms.studio.api.v1.service.content
Methods in org.craftercms.studio.api.v1.service.content that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionContentService.getContent(String site, String path) get document from wcm contentorg.springframework.core.io.ResourceContentService.getContentAsResource(String site, String path) Returns content wrapped as aResourceinstanceOptional<org.springframework.core.io.Resource> ContentService.getContentVersion(String site, String path, String version) return the content for a given versionContentService.getContentVersionAsString(String site, String path, String version) return the content for a given versionContentService.getItemOrders(String site, String path) -
Uses of ContentNotFoundException in org.craftercms.studio.api.v1.service.dependency
Methods in org.craftercms.studio.api.v1.service.dependency that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionvoidDependencyService.deleteItemDependencies(String site, String path) Delete an item dependencies from the database.DependencyService.getDeleteDependencies(String site, String path) DependencyService.getDeleteDependencies(String site, List<String> paths) DependencyService.getItemDependencies(String site, String path, int depth) Get all item dependencies of an item.DependencyService.getItemsDependingOn(String site, String path, int depth) Get all items that depend on this item.DependencyService.getItemSpecificDependencies(String site, String path, int depth) Get item-specific dependencies of an item.DependencyService.getPublishingDependencies(String site, String path) Get a all publishing dependencies of a list of items.DependencyService.getPublishingDependencies(String site, List<String> paths) Get a all publishing dependencies of a list of items.DependencyService.moveDependencies(String site, String oldPath, String newPath) Move an item and make sure dependency paths remain correct.DependencyService.upsertDependencies(String site, String path) Scan item for direct dependencies and synchronize those to the depenencies database adding the new deps, updating existing, and removing what was removed from the item.DependencyService.upsertDependencies(String site, List<String> paths) Scan a list of items for direct dependencies and synchroniz those to the depenencies database adding the new deps, updating existing, and removing what was removed from the item. -
Uses of ContentNotFoundException in org.craftercms.studio.api.v2.service.config
Methods in org.craftercms.studio.api.v2.service.config that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionConfigurationService.getConfigurationAsString(String siteId, String module, String path, String environment) Get configuration as string for given parametersConfigurationService.getGlobalConfigurationAsString(String path) Get configuration from global repository as Stringorg.springframework.core.io.ResourceConfigurationService.getPluginFile(String siteId, String pluginId, String type, String name, String filename) Get a file from a plugin -
Uses of ContentNotFoundException in org.craftercms.studio.api.v2.service.content
Methods in org.craftercms.studio.api.v2.service.content that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.core.io.ResourceContentService.getContentAsResource(String site, String path) Returns content wrapped as aResourceinstanceOptional<org.springframework.core.io.Resource> ContentService.getContentByCommitId(String siteId, String path, String commitId) Get content for commit idorg.craftercms.core.service.Itemorg.dom4j.DocumentContentService.getItemDescriptor(String siteId, String path, boolean flatten) voidContentService.unlockContent(String siteId, String path) Unlock item by path for given site -
Uses of ContentNotFoundException in org.craftercms.studio.api.v2.service.content.internal
Methods in org.craftercms.studio.api.v2.service.content.internal that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionOptional<org.springframework.core.io.Resource> ContentServiceInternal.getContentByCommitId(String siteId, String path, String commitId) Get content for commit id -
Uses of ContentNotFoundException in org.craftercms.studio.api.v2.service.marketplace
Methods in org.craftercms.studio.api.v2.service.marketplace that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionMarketplaceService.getPluginConfigurationAsString(String siteId, String pluginId) Load the configuration for a given plugin as a string -
Uses of ContentNotFoundException in org.craftercms.studio.api.v2.service.marketplace.internal
Methods in org.craftercms.studio.api.v2.service.marketplace.internal that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionMarketplaceServiceInternal.getPluginConfigurationAsString(String siteId, String pluginId) Load the configuration for a given plugin as a string -
Uses of ContentNotFoundException in org.craftercms.studio.api.v2.service.policy
Methods in org.craftercms.studio.api.v2.service.policy that throw ContentNotFoundException -
Uses of ContentNotFoundException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type ContentNotFoundExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleContentNotFoundException(javax.servlet.http.HttpServletRequest request, ContentNotFoundException e) Methods in org.craftercms.studio.controller.rest.v2 that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionConfigurationController.getConfiguration(String siteId, String module, String path, String environment) ContentController.getDescriptor(@NotEmpty String siteId, String path, boolean flatten) PluginController.getPluginConfiguration(String siteId, String pluginId) @Valid ResponseBodyContentController.itemUnlockByPath(@Valid UnlockItemByPathRequest request) SitesController.validatePolicy(String siteId, @Valid ValidatePolicyRequest request) -
Uses of ContentNotFoundException in org.craftercms.studio.controller.web.v1
Methods in org.craftercms.studio.controller.web.v1 that throw ContentNotFoundException -
Uses of ContentNotFoundException in org.craftercms.studio.impl.v1.content.pipeline
Methods in org.craftercms.studio.impl.v1.content.pipeline that throw ContentNotFoundException -
Uses of ContentNotFoundException in org.craftercms.studio.impl.v1.repository.git
Methods in org.craftercms.studio.impl.v1.repository.git that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionGitContentRepository.getContent(String site, String path, boolean shallow) protected InputStreamGitContentRepository.shallowGetContent(String site, String path) -
Uses of ContentNotFoundException in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content that throw ContentNotFoundExceptionModifier and TypeMethodDescription@Valid InputStreamContentServiceImpl.getContent(String site, String path) @Valid org.springframework.core.io.ResourceContentServiceImpl.getContentAsResource(String site, String path) @Valid Optional<org.springframework.core.io.Resource> ContentServiceImpl.getContentVersion(String site, String path, String commitId) -
Uses of ContentNotFoundException in org.craftercms.studio.impl.v2.service.configuration
Methods in org.craftercms.studio.impl.v2.service.configuration that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionConfigurationServiceImpl.getConfigurationAsString(String siteId, String module, String path, String environment) ConfigurationServiceImpl.getGlobalConfigurationAsString(String path) org.springframework.core.io.ResourceConfigurationServiceImpl.getPluginFile(String siteId, String pluginId, String type, String name, String filename) -
Uses of ContentNotFoundException in org.craftercms.studio.impl.v2.service.configuration.internal
Methods in org.craftercms.studio.impl.v2.service.configuration.internal that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionConfigurationServiceInternalImpl.getConfigurationAsString(String siteId, String module, String path, String environment) ConfigurationServiceInternalImpl.getGlobalConfigurationAsString(String path) org.springframework.core.io.ResourceConfigurationServiceInternalImpl.getPluginFile(String siteId, String pluginId, String type, String name, String filename) -
Uses of ContentNotFoundException in org.craftercms.studio.impl.v2.service.content
Methods in org.craftercms.studio.impl.v2.service.content that throw ContentNotFoundExceptionModifier and TypeMethodDescription@Valid org.springframework.core.io.ResourceContentServiceImpl.getContentAsResource(String site, String path) Optional<org.springframework.core.io.Resource> ContentServiceImpl.getContentByCommitId(String siteId, String path, String commitId) org.craftercms.core.service.Itemorg.dom4j.DocumentContentServiceImpl.getItemDescriptor(String siteId, String path, boolean flatten) voidContentServiceImpl.unlockContent(String siteId, String path) -
Uses of ContentNotFoundException in org.craftercms.studio.impl.v2.service.content.internal
Methods in org.craftercms.studio.impl.v2.service.content.internal that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionOptional<org.springframework.core.io.Resource> ContentServiceInternalImpl.getContentByCommitId(String siteId, String path, String commitId) -
Uses of ContentNotFoundException in org.craftercms.studio.impl.v2.service.marketplace
Methods in org.craftercms.studio.impl.v2.service.marketplace that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionMarketplaceServiceImpl.getPluginConfigurationAsString(String siteId, String pluginId) -
Uses of ContentNotFoundException in org.craftercms.studio.impl.v2.service.marketplace.internal
Methods in org.craftercms.studio.impl.v2.service.marketplace.internal that throw ContentNotFoundExceptionModifier and TypeMethodDescriptionMarketplaceServiceInternalImpl.getPluginConfigurationAsString(String siteId, String pluginId) -
Uses of ContentNotFoundException in org.craftercms.studio.impl.v2.service.policy
Methods in org.craftercms.studio.impl.v2.service.policy that throw ContentNotFoundException