Uses of Class
org.craftercms.studio.api.v1.exception.SiteNotFoundException
Packages that use SiteNotFoundException
Package
Description
-
Uses of SiteNotFoundException in org.craftercms.studio.api.v1.service.content
Methods in org.craftercms.studio.api.v1.service.content that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionContentService.getItemContentType(String site, String path) Retrieves the content type for a given path -
Uses of SiteNotFoundException in org.craftercms.studio.api.v1.service.dependency
Methods in org.craftercms.studio.api.v1.service.dependency that throw SiteNotFoundExceptionModifier 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 SiteNotFoundException in org.craftercms.studio.api.v1.service.deployment
Methods in org.craftercms.studio.api.v1.service.deployment that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionbooleanDeploymentService.enablePublishing(String site, boolean enabled) Enable/Disable publishing for given site -
Uses of SiteNotFoundException in org.craftercms.studio.api.v1.service.site
Methods in org.craftercms.studio.api.v1.service.site that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionvoidSiteService.checkSiteExists(String site) Checks if a site exists.booleanSiteService.enablePublishing(String siteId, boolean enabled) Enable/Disable publishing for given siteGet site feed for given sitebooleanSiteService.removeRemote(String siteId, String remoteName) Remove remote with given name for sitevoidSiteService.syncRepository(String site) Synchronize Database with repositorybooleanSiteService.updatePublishingStatus(String siteId, String status) Update publishing status message for given site -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.repository
Methods in org.craftercms.studio.api.v2.repository that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionvoidContentRepository.initialPublish(String siteId) Execute initial publish for given site -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.audit
Methods in org.craftercms.studio.api.v2.service.audit that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionAuditService.getAuditLog(String siteId, int offset, int limit, String user, List<String> operations, boolean includeParameters, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String origin, String clusterNodeId, String sort, String order) Get audit logAuditService.getAuditLogEntry(String siteId, long auditLogId) Get audit log entry by idintAuditService.getAuditLogTotal(String siteId, String user, List<String> operations, boolean includeParameters, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String origin, String clusterNodeId) Get total number of audit log entries for given filters -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.audit.internal
Methods in org.craftercms.studio.api.v2.service.audit.internal that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionAuditServiceInternal.getAuditLogForSite(String site, int offset, int limit, String user, List<String> actions) Get audit log for siteintAuditServiceInternal.getAuditLogForSiteTotal(String site, String user, List<String> actions) Get total number of audit log entries for site -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.aws.mediaconvert
Methods in org.craftercms.studio.api.v2.service.aws.mediaconvert that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionAwsMediaConvertService.uploadVideo(String site, String inputProfileId, String outputProfileId, String filename, InputStream content) Uploads a file to S3 and creates a transcoding job using the specified profile. -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.aws.s3
Methods in org.craftercms.studio.api.v2.service.aws.s3 that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionLists items in an S3 bucket.AwsS3Service.uploadItem(String siteId, String profileId, String path, String filename, InputStream content) Uploads a file to an S3 bucket. -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.content
Methods in org.craftercms.studio.api.v2.service.content that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionbooleanContentService.contentExists(String siteId, String path) Check the existent of a content pathContentService.getChildItems(String siteId, List<String> paths) Get child items for given paths.org.craftercms.core.service.Itemorg.dom4j.DocumentContentService.getItemDescriptor(String siteId, String path, boolean flatten) ContentService.getQuickCreatableContentTypes(String siteId) Get list of content types marked as quick creatable for given sitebooleanContentService.shallowContentExists(String site, String path) This is a faster, but less accurate, version of contentExists.voidContentService.unlockContent(String siteId, String path) Unlock item by path for given site -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.content.internal
Methods in org.craftercms.studio.api.v2.service.content.internal that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionbooleanContentServiceInternal.shallowContentExists(String site, String path) This is a faster, but less accurate, version of contentExists. -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.dashboard
Methods in org.craftercms.studio.api.v2.service.dashboard that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionDashboardService.getActivitiesForUsers(String siteId, List<String> usernames, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) Get activities for usersintDashboardService.getActivitiesForUsersTotal(String siteId, List<String> usernames, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo) Get total number of result for activities of given usersintDashboardService.getContentPendingApprovalTotal(String siteId, List<String> systemTypes) Get total number of content packages pending approvalintDashboardService.getContentUnpublishedTotal(String siteId, List<String> systemTypes) Get total number of unpublished contentDashboardService.getMyActivities(String siteId, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) Get my activitiesintDashboardService.getMyActivitiesTotal(String siteId, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo) Get total number of result for my activitiesDashboardService.getPublishingHistory(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) Get publishing historyintDashboardService.getPublishingHistoryDetailTotalItems(String siteId, String publishingPackageId) Get publishing package detail total itemsintDashboardService.getPublishingHistoryTotal(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo) Get total number of result for publishing history with given filtersintDashboardService.getPublishingScheduledTotal(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<String> systemTypes) Get total number of result for publishing scheduled with given filtersDashboardService.getPublishingStats(String siteId, int days) Get publishing stats for site for given time period -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.dependency
Methods in org.craftercms.studio.api.v2.service.dependency that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionDependencyService.getDependentItems(String siteId, List<String> paths) Get list of paths of content items that are dependant on given pathsDependencyService.getHardDependencies(String site, List<String> paths) Get a hard dependencies of a item.DependencyService.getSoftDependencies(String site, List<String> paths) Get a soft dependencies of a list of items. -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.dependency.internal
Methods in org.craftercms.studio.api.v2.service.dependency.internal that throw SiteNotFoundException -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.proxy
Methods in org.craftercms.studio.api.v2.service.proxy that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object> ProxyService.getSiteLogEvents(String body, String siteId, javax.servlet.http.HttpServletRequest request) Proxies a request to Crafter Engine log monitor service, after checking current user has permission to access log data for siteId.org.springframework.http.ResponseEntity<Object> ProxyService.proxyEngine(String body, String siteId, javax.servlet.http.HttpServletRequest request) Proxies a request to Crafter Engine. -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.publish
Methods in org.craftercms.studio.api.v2.service.publish that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionPublishService.getAvailablePublishingTargets(String siteId) Get available publishing targets for given sitePublishService.getPublishingPackageDetails(String siteId, String packageId) Get publishing package detailsPublishService.getPublishingPackages(String siteId, String environment, String path, List<String> states, int offset, int limit) Get publishing packages for given search parametersintPublishService.getPublishingPackagesTotal(String siteId, String environment, String path, List<String> states) Get total number of publishing packages for given search parametersbooleanPublishService.isSitePublished(String siteId) Check if site has ever been published. -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.publish.internal
Methods in org.craftercms.studio.api.v2.service.publish.internal that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionvoidPublishServiceInternal.initialPublish(String siteId) Execute initial publish for given site. -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.repository
Methods in org.craftercms.studio.api.v2.service.repository that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionvoidRepositoryManagementService.rebuildDatabase(String siteId) booleanRepositoryManagementService.removeRemote(String siteId, String remoteName) booleanRepositoryManagementService.unlockRepository(String siteId, GitRepositories repositoryType) Unlock local git repository -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.site
Methods in org.craftercms.studio.api.v2.service.site that throw SiteNotFoundExceptionModifier and TypeMethodDescriptiondefault voidSitesService.checkSiteExists(String siteId) Checks if a site exists.voidSitesService.checkSiteState(String siteId, String state) Check if current site state is matches the given statevoidSitesService.clearPublishingLock(String siteId) Clear publishing lock for siteSitesService.getPublishingStatus(String siteId) Get publishing status for sitevoidSitesService.unlockSite(String siteId) Unlock a site which is locked with state `LOCKED`voidSitesService.updateSite(String siteId, String name, String description) Updates the name and description for the given site -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.webdav
Methods in org.craftercms.studio.api.v2.service.webdav that throw SiteNotFoundException -
Uses of SiteNotFoundException in org.craftercms.studio.api.v2.service.workflow
Methods in org.craftercms.studio.api.v2.service.workflow that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionWorkflowService.getItemStates(String siteId, String path, Long states, int offset, int limit) Get item states for given filters by path regex and states maskintWorkflowService.getItemStatesTotal(String siteId, String path, Long states) Get total number of item states records for given filters by path regex and states maskvoidWorkflowService.updateItemStates(String siteId, List<String> paths, boolean clearSystemProcessing, boolean clearUserLocked, Boolean live, Boolean staged, Boolean isNew, Boolean modified) Update item state flags for given itemsvoidWorkflowService.updateItemStatesByQuery(String siteId, String path, Long states, boolean clearSystemProcessing, boolean clearUserLocked, Boolean live, Boolean staged, Boolean isNew, Boolean modified) Update item state flags for given path query -
Uses of SiteNotFoundException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type SiteNotFoundExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleSiteNotFoundException(javax.servlet.http.HttpServletRequest request, SiteNotFoundException e) Methods in org.craftercms.studio.controller.rest.v2 that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionConfigurationController.clearCache(String siteId) PublishController.clearPublishingLock(@Valid ClearPublishingLockRequest clearPublishingLockRequest) @Valid PaginatedResultList<Activity> DashboardController.getActivitiesForUsers(String siteId, List<@NotBlank String> usernames, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<@NotBlank String> actions, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) AuditController.getAuditLog(String siteId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, String user, List<String> operations, boolean includeParameters, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String origin, String clusterNodeId, String sort, String order) @Valid ResponseBodyAuditController.getAuditLogEntry(long auditLogId, String siteId) PublishController.getAvailablePublishingTargets(String siteId) @Valid ResponseBodyContentController.getDeletePackage(@Valid GetDeletePackageRequestBody request) ContentController.getDescriptor(@NotEmpty String siteId, String path, boolean flatten) WorkflowController.getItemStates(@NotBlank String siteId, String path, Long states, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) @Valid PaginatedResultList<Activity> DashboardController.getMyActivities(String siteId, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<@NotBlank String> actions, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) DashboardController.getPublishingHistory(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) PublishController.getPublishingPackageDetails(String siteId, UUID packageId) PublishController.getPublishingPackages(String siteId, String environment, String path, List<String> states, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) @Valid ResultOne<PublishingStats> DashboardController.getPublishingStats(String siteId, int days) PublishController.getPublishingStatus(String siteId) org.springframework.http.ResponseEntity<Object> ProxyController.getSiteLogEvents(String body, String siteId, javax.servlet.http.HttpServletRequest request) This handler exists to allow securing the preview log monitor URL@Valid ResponseBodyPublishController.hasInitialPublish(String siteId) @Valid ResponseBodyContentController.itemUnlockByPath(@Valid UnlockItemByPathRequest request) WebdavController.listItems(@NotBlank String siteId, @NotBlank String profileId, String path, String type) List items in a WebDAV server@Valid ResponseBodyContentController.listQuickCreateContent(String siteId) org.springframework.http.ResponseEntity<Object> ProxyController.proxyEngine(String body, String siteId, javax.servlet.http.HttpServletRequest request) RepositoryManagementController.rebuildDatabase(@Valid RebuildDatabaseRequest rebuildDatabaseRequest) RepositoryManagementController.removeRemote(javax.servlet.http.HttpServletResponse response, @Valid RemoveRemoteRequest removeRemoteRequest) RepositoryManagementController.unlockRepository(@Valid UnlockRepositoryRequest unlockRepositoryRequest) SitesController.unlockSite(String siteId) WorkflowController.updateItemStates(@Valid ItemStatesPostRequestBody requestBody) WorkflowController.updateItemStatesByQuery(@Valid UpdateItemStatesByQueryRequestBody requestBody) SitesController.updateSite(String siteId, @Valid UpdateSiteRequest request) WebdavController.uploadItem(javax.servlet.http.HttpServletRequest request) Uploads a file to a WebDAV server -
Uses of SiteNotFoundException in org.craftercms.studio.controller.rest.v2.aws
Methods in org.craftercms.studio.controller.rest.v2.aws that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionList items in an S3 bucket.AwsS3Controller.uploadItem(javax.servlet.http.HttpServletRequest request) Upload a file to an S3 bucket.AwsMediaConvertController.uploadVideo(javax.servlet.http.HttpServletRequest request) Uploads a file to S3 and triggers a MediaConvert job -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v1.content.pipeline
Methods in org.craftercms.studio.impl.v1.content.pipeline that throw SiteNotFoundException -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v1.repository.job
Methods in org.craftercms.studio.impl.v1.repository.job that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionbooleanRebuildRepositoryMetadata.cleanOldMetadata(String site) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionContentServiceImpl.getItemContentType(String site, String path) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v1.service.deployment
Methods in org.craftercms.studio.impl.v1.service.deployment that throw SiteNotFoundExceptionModifier and TypeMethodDescription@javax.validation.Valid booleanDeploymentServiceImpl.enablePublishing(String site, boolean enabled) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v1.service.site
Methods in org.craftercms.studio.impl.v1.service.site that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionvoidSiteServiceImpl.checkSiteExists(String site) @javax.validation.Valid booleanSiteServiceImpl.enablePublishing(String siteId, boolean enabled) @Valid SiteFeedbooleanSiteServiceImpl.removeRemote(String siteId, String remoteName) voidSiteServiceImpl.syncRepository(String site) @javax.validation.Valid booleanSiteServiceImpl.updatePublishingStatus(String siteId, String status) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.repository
Methods in org.craftercms.studio.impl.v2.repository that throw SiteNotFoundException -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.repository.blob
Methods in org.craftercms.studio.impl.v2.repository.blob that throw SiteNotFoundException -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.audit
Methods in org.craftercms.studio.impl.v2.service.audit that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionAuditServiceImpl.getAuditLog(String siteId, int offset, int limit, String user, List<String> operations, boolean includeParameters, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String origin, String clusterNodeId, String sort, String order) AuditServiceImpl.getAuditLogEntry(String siteId, long auditLogId) intAuditServiceImpl.getAuditLogTotal(String siteId, String user, List<String> operations, boolean includeParameters, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String origin, String clusterNodeId) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.audit.internal
Methods in org.craftercms.studio.impl.v2.service.audit.internal that throw SiteNotFoundException -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.aws.mediaconvert
Methods in org.craftercms.studio.impl.v2.service.aws.mediaconvert that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionAwsMediaConvertServiceImpl.uploadVideo(String site, String inputProfileId, String outputProfileId, String filename, InputStream content) Uploads a file to S3 and creates a transcoding job using the specified profile. -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.aws.s3
Methods in org.craftercms.studio.impl.v2.service.aws.s3 that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionLists items in an S3 bucket.AwsS3ServiceImpl.uploadItem(String siteId, String profileId, String path, String filename, InputStream content) Uploads a file to an S3 bucket. -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.content
Methods in org.craftercms.studio.impl.v2.service.content that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionbooleanContentServiceImpl.contentExists(String siteId, String path) ContentServiceImpl.getChildItems(String siteId, List<String> paths) org.craftercms.core.service.Itemorg.dom4j.DocumentContentServiceImpl.getItemDescriptor(String siteId, String path, boolean flatten) ContentServiceImpl.getQuickCreatableContentTypes(String siteId) booleanContentServiceImpl.shallowContentExists(String site, String path) voidContentServiceImpl.unlockContent(String siteId, String path) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.dashboard
Methods in org.craftercms.studio.impl.v2.service.dashboard that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionDashboardServiceImpl.getActivitiesForUsers(String siteId, List<String> usernames, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) intDashboardServiceImpl.getActivitiesForUsersTotal(String siteId, List<String> usernames, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo) intDashboardServiceImpl.getContentPendingApprovalTotal(String siteId, List<String> systemTypes) intDashboardServiceImpl.getContentUnpublishedTotal(String siteId, List<String> systemTypes) DashboardServiceImpl.getMyActivities(String siteId, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) intDashboardServiceImpl.getMyActivitiesTotal(String siteId, List<String> actions, ZonedDateTime dateFrom, ZonedDateTime dateTo) DashboardServiceImpl.getPublishingHistory(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) intDashboardServiceImpl.getPublishingHistoryDetailTotalItems(String siteId, String publishingPackageId) intDashboardServiceImpl.getPublishingHistoryTotal(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo) intDashboardServiceImpl.getPublishingScheduledTotal(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<String> systemTypes) DashboardServiceImpl.getPublishingStats(String siteId, int days) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.dependency
Methods in org.craftercms.studio.impl.v2.service.dependency that throw SiteNotFoundException -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.proxy
Methods in org.craftercms.studio.impl.v2.service.proxy that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object> ProxyServiceImpl.getSiteLogEvents(String body, String siteId, javax.servlet.http.HttpServletRequest request) @Valid org.springframework.http.ResponseEntity<Object> ProxyServiceImpl.proxyEngine(String body, @NotEmpty String siteId, javax.servlet.http.HttpServletRequest request) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.publish
Methods in org.craftercms.studio.impl.v2.service.publish that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionPublishServiceImpl.getAvailablePublishingTargets(String siteId) PublishServiceImpl.getPublishingPackageDetails(String siteId, String packageId) PublishServiceImpl.getPublishingPackages(String siteId, String environment, String path, List<String> states, int offset, int limit) intPublishServiceImpl.getPublishingPackagesTotal(String siteId, String environment, String path, List<String> states) booleanPublishServiceImpl.isSitePublished(String siteId) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.publish.internal
Methods in org.craftercms.studio.impl.v2.service.publish.internal that throw SiteNotFoundException -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.repository
Methods in org.craftercms.studio.impl.v2.service.repository that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionvoidRepositoryManagementServiceImpl.rebuildDatabase(String siteId) booleanRepositoryManagementServiceImpl.removeRemote(String siteId, String remoteName) booleanRepositoryManagementServiceImpl.unlockRepository(String siteId, GitRepositories repositoryType) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.site
Methods in org.craftercms.studio.impl.v2.service.site that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionvoidSitesServiceImpl.checkSiteState(String siteId, String state) voidSitesServiceImpl.clearPublishingLock(String siteId) SitesServiceImpl.getPublishingStatus(String siteId) voidSitesServiceImpl.unlockSite(String siteId) voidSitesServiceImpl.updateSite(String siteId, String name, String description) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.site.internal
Methods in org.craftercms.studio.impl.v2.service.site.internal that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionvoidSitesServiceInternalImpl.checkSiteState(String siteId, String requiredState) voidSitesServiceInternalImpl.updateSite(String siteId, String name, String description) -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.webdav
Methods in org.craftercms.studio.impl.v2.service.webdav that throw SiteNotFoundExceptionModifier and TypeMethodDescription@Valid List<WebDavItem> Lists resources in the specified path.@Valid WebDavItemWebDavServiceImpl.upload(String siteId, String profileId, String path, String filename, InputStream content) Uploads a file in the specified path. -
Uses of SiteNotFoundException in org.craftercms.studio.impl.v2.service.workflow
Methods in org.craftercms.studio.impl.v2.service.workflow that throw SiteNotFoundExceptionModifier and TypeMethodDescriptionWorkflowServiceImpl.getItemStates(String siteId, String path, Long states, int offset, int limit) intWorkflowServiceImpl.getItemStatesTotal(String siteId, String path, Long states) voidWorkflowServiceImpl.updateItemStates(String siteId, List<String> paths, boolean clearSystemProcessing, boolean clearUserLocked, Boolean live, Boolean staged, Boolean isNew, Boolean modified) voidWorkflowServiceImpl.updateItemStatesByQuery(String siteId, String path, Long states, boolean clearSystemProcessing, boolean clearUserLocked, Boolean live, Boolean staged, Boolean isNew, Boolean modified)