Uses of Annotation Interface
org.craftercms.studio.api.v2.annotation.RequireSiteReady
Packages that use RequireSiteReady
Package
Description
-
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.audit
Methods in org.craftercms.studio.impl.v2.service.audit with annotations of type RequireSiteReadyModifier 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) AuditServiceImpl.getUserActivities(String site, int limit, String sort, boolean ascending, boolean excludeLive, String filterType) -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.aws.mediaconvert
Methods in org.craftercms.studio.impl.v2.service.aws.mediaconvert with annotations of type RequireSiteReadyModifier 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 RequireSiteReady in org.craftercms.studio.impl.v2.service.aws.s3
Methods in org.craftercms.studio.impl.v2.service.aws.s3 with annotations of type RequireSiteReadyModifier 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 RequireSiteReady in org.craftercms.studio.impl.v2.service.clipboard
Methods in org.craftercms.studio.impl.v2.service.clipboard with annotations of type RequireSiteReady -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.configuration
Methods in org.craftercms.studio.impl.v2.service.configuration with annotations of type RequireSiteReadyModifier and TypeMethodDescriptionConfigurationServiceImpl.getConfigurationAsString(String siteId, String module, String path, String environment) ConfigurationServiceImpl.getConfigurationHistory(String siteId, String module, String path, String environment) org.springframework.core.io.ResourceConfigurationServiceImpl.getPluginFile(String siteId, String pluginId, String type, String name, String filename) ConfigurationServiceImpl.getTranslationConfiguration(String siteId) voidConfigurationServiceImpl.writeConfiguration(String siteId, String module, String path, String environment, InputStream content) -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.content
Methods in org.craftercms.studio.impl.v2.service.content with annotations of type RequireSiteReadyModifier and TypeMethodDescriptionbooleanContentServiceImpl.deleteContent(String siteId, String path, String submissionComment) booleanContentServiceImpl.deleteContent(String siteId, List<String> paths, String submissionComment) voidContentTypeServiceImpl.deleteContentType(String siteId, String contentType, boolean deleteDependencies) Deletes all files related to a given content-typeContentTypeServiceImpl.getAllModelDefinitions(String site) ContentServiceImpl.getChildItems(String siteId, String path) ContentServiceImpl.getChildItems(String siteId, List<String> paths) ContentServiceImpl.getChildrenByPath(String siteId, String path, String locale, String keyword, List<String> systemTypes, List<String> excludes, String sortStrategy, String order, int offset, int limit) ContentServiceImpl.getChildrenByPaths(String siteId, List<String> paths, Map<String, GetChildrenBulkRequest.PathParams> pathParams) Optional<org.springframework.core.io.Resource> ContentServiceImpl.getContentByCommitId(String siteId, String path, String commitId) org.apache.commons.lang3.tuple.ImmutablePair<String, org.springframework.core.io.Resource> ContentTypeServiceImpl.getContentTypePreviewImage(String siteId, String contentTypeId) Finds the preview image for a given content-typeContentTypeServiceImpl.getContentTypeUsage(String siteId, String contentType) Finds all items related to a given content-typeContentServiceImpl.getContentVersionHistory(String siteId, String path) org.craftercms.core.service.ItemContentServiceImpl.getItemByPath(String siteId, String path, boolean preferContent) org.dom4j.DocumentContentServiceImpl.getItemDescriptor(String siteId, String path, boolean flatten) ContentServiceImpl.getSandboxItemsByPath(String siteId, List<String> paths, boolean preferContent) voidContentServiceImpl.lockContent(String siteId, String path) booleanContentServiceImpl.renameContent(String site, String path, String name) voidContentServiceImpl.unlockContent(String siteId, String path) -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.dashboard
Classes in org.craftercms.studio.impl.v2.service.dashboard with annotations of type RequireSiteReady -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.dependency
Methods in org.craftercms.studio.impl.v2.service.dependency with annotations of type RequireSiteReadyModifier and TypeMethodDescriptionDependencyServiceImpl.getDependentItems(String siteId, List<String> paths) DependencyServiceImpl.getHardDependencies(String site, List<String> paths) DependencyServiceImpl.getSoftDependencies(String siteId, List<String> paths) -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.marketplace
Methods in org.craftercms.studio.impl.v2.service.marketplace with annotations of type RequireSiteReadyModifier and TypeMethodDescriptionvoidorg.apache.commons.configuration2.HierarchicalConfiguration<?> MarketplaceServiceImpl.getPluginConfiguration(String siteId, String pluginId) MarketplaceServiceImpl.getPluginConfigurationAsString(String siteId, String pluginId) MarketplaceServiceImpl.getPluginUsage(String siteId, String pluginId) voidMarketplaceServiceImpl.installPlugin(String siteId, String pluginId, org.craftercms.commons.plugin.model.Version pluginVersion, Map<String, String> parameters) voidMarketplaceServiceImpl.removePlugin(String siteId, String pluginId, boolean force) voidMarketplaceServiceImpl.writePluginConfiguration(String siteId, String pluginId, String content) -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.policy
Methods in org.craftercms.studio.impl.v2.service.policy with annotations of type RequireSiteReady -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.proxy
Methods in org.craftercms.studio.impl.v2.service.proxy with annotations of type RequireSiteReadyModifier 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 RequireSiteReady in org.craftercms.studio.impl.v2.service.publish
Classes in org.craftercms.studio.impl.v2.service.publish with annotations of type RequireSiteReady -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.repository
Classes in org.craftercms.studio.impl.v2.service.repository with annotations of type RequireSiteReady -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.scripting
Methods in org.craftercms.studio.impl.v2.service.scripting with annotations of type RequireSiteReadyModifier and TypeMethodDescription@Valid ObjectScriptingServiceImpl.executeRestScript(String siteId, String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.search
Methods in org.craftercms.studio.impl.v2.service.search with annotations of type RequireSiteReadyModifier and TypeMethodDescriptionSearchServiceImpl.search(String siteId, SearchParams params, int maxExpansions) Performs a search operation for a given site -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security with annotations of type RequireSiteReady -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.site
Methods in org.craftercms.studio.impl.v2.service.site with annotations of type RequireSiteReadyModifier and TypeMethodDescriptionvoidSitesServiceImpl.clearPublishingLock(String siteId) voidSitesServiceImpl.duplicate(String sourceSiteId, String siteId, String siteName, String description, String sandboxBranch, boolean readOnlyBlobStores) SitesServiceImpl.getPublishingStatus(String siteId) voidSitesServiceImpl.updateSite(String siteId, String name, String description) -
Uses of RequireSiteReady in org.craftercms.studio.impl.v2.service.webdav
Methods in org.craftercms.studio.impl.v2.service.webdav with annotations of type RequireSiteReadyModifier 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 RequireSiteReady in org.craftercms.studio.impl.v2.service.workflow
Classes in org.craftercms.studio.impl.v2.service.workflow with annotations of type RequireSiteReady