Uses of Annotation Interface
org.craftercms.studio.api.v2.annotation.SiteId
Packages that use SiteId
Package
Description
-
Uses of SiteId in org.craftercms.studio.api.v1.service.site
Method parameters in org.craftercms.studio.api.v1.service.site with annotations of type SiteId -
Uses of SiteId in org.craftercms.studio.impl.v1.service.asset.processing
Method parameters in org.craftercms.studio.impl.v1.service.asset.processing with annotations of type SiteId -
Uses of SiteId in org.craftercms.studio.impl.v1.service.content
Method parameters in org.craftercms.studio.impl.v1.service.content with annotations of type SiteIdModifier and TypeMethodDescription@Valid StringContentServiceImpl.copyContent(String site, String fromPath, String toPath) @javax.validation.Valid booleanContentServiceImpl.createFolder(String site, String path, String name) ContentServiceImpl.getItemContentType(String site, String path) @Valid StringContentServiceImpl.moveContent(String site, String fromPath, String toPath) booleanContentServiceImpl.pullFromRemote(String siteId, String remoteName, String remoteBranch) booleanContentServiceImpl.pushToRemote(String siteId, String remoteName, String remoteBranch) @javax.validation.Valid booleanContentServiceImpl.renameContent(String site, String path, String name) booleanContentServiceImpl.validateAndCreateFolder(String site, String path, String name) @Valid StringContentServiceImpl.writeContent(String site, String path, InputStream content) voidContentServiceImpl.writeContent(String site, String path, String fileName, String contentType, InputStream input, String createFolders, String edit, String unlock) voidContentServiceImpl.writeContent(String site, String path, String fileName, String contentType, InputStream input, String createFolders, String edit, String unlock, boolean skipAuditLogInsert) @javax.validation.Valid booleanContentServiceImpl.writeContentAndNotify(String site, String path, InputStream content) voidContentServiceImpl.writeContentAndRename(String site, String path, String targetPath, String fileName, String contentType, InputStream input, String createFolders, String edit, String unlock, boolean createFolder) ContentServiceImpl.writeContentAsset(String site, String path, String assetName, InputStream in, String isImage, String allowedWidth, String allowedHeight, String allowLessSize, String draft, String unlock, String systemAsset) write content asset -
Uses of SiteId in org.craftercms.studio.impl.v1.service.dependency
Method parameters in org.craftercms.studio.impl.v1.service.dependency with annotations of type SiteIdModifier and TypeMethodDescriptionvoidDependencyServiceImpl.deleteItemDependencies(String site, String path) DependencyServiceImpl.getDeleteDependencies(String site, String path) DependencyServiceImpl.getDeleteDependencies(String site, List<String> paths) DependencyServiceImpl.getItemDependencies(String site, String path, int depth) DependencyServiceImpl.getItemsDependingOn(String site, String path, int depth) DependencyServiceImpl.getItemSpecificDependencies(String site, String path, int depth) DependencyServiceImpl.moveDependencies(String site, String oldPath, String newPath) -
Uses of SiteId in org.craftercms.studio.impl.v1.service.deployment
Method parameters in org.craftercms.studio.impl.v1.service.deployment with annotations of type SiteIdModifier and TypeMethodDescription@javax.validation.Valid booleanDeploymentServiceImpl.enablePublishing(String site, boolean enabled) voidDeploymentServiceImpl.publishCommits(String site, String environment, List<String> commitIds, String comment) voidDeploymentServiceImpl.publishItems(String site, String environment, ZonedDateTime schedule, List<String> paths, String submissionComment) voidDeploymentServiceImpl.resetStagingEnvironment(String siteId) -
Uses of SiteId in org.craftercms.studio.impl.v1.service.site
Method parameters in org.craftercms.studio.impl.v1.service.site with annotations of type SiteId -
Uses of SiteId in org.craftercms.studio.impl.v2.service.audit
Method parameters in org.craftercms.studio.impl.v2.service.audit with annotations of type SiteIdModifier 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 SiteId in org.craftercms.studio.impl.v2.service.aws.mediaconvert
Method parameters in org.craftercms.studio.impl.v2.service.aws.mediaconvert with annotations of type SiteIdModifier 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 SiteId in org.craftercms.studio.impl.v2.service.aws.s3
Method parameters in org.craftercms.studio.impl.v2.service.aws.s3 with annotations of type SiteIdModifier 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 SiteId in org.craftercms.studio.impl.v2.service.clipboard
Method parameters in org.craftercms.studio.impl.v2.service.clipboard with annotations of type SiteId -
Uses of SiteId in org.craftercms.studio.impl.v2.service.clipboard.internal
Method parameters in org.craftercms.studio.impl.v2.service.clipboard.internal with annotations of type SiteIdModifier and TypeMethodDescriptionClipboardServiceInternalImpl.duplicateItem(String siteId, String path) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.configuration
Method parameters in org.craftercms.studio.impl.v2.service.configuration with annotations of type SiteIdModifier 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.invalidateConfiguration(String siteId) voidConfigurationServiceImpl.writeConfiguration(String siteId, String module, String path, String environment, InputStream content) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.configuration.internal
Method parameters in org.craftercms.studio.impl.v2.service.configuration.internal with annotations of type SiteIdModifier and TypeMethodDescriptionConfigurationServiceInternalImpl.getConfigurationHistory(String siteId, String module, String path, String environment) ConfigurationServiceInternalImpl.getTranslationConfiguration(String siteId) voidConfigurationServiceInternalImpl.writeConfiguration(String siteId, String module, String path, String environment, InputStream content) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.content
Method parameters in org.craftercms.studio.impl.v2.service.content with annotations of type SiteIdModifier and TypeMethodDescriptionbooleanContentServiceImpl.contentExists(String siteId, String path) booleanContentServiceImpl.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.getQuickCreatableContentTypes(String siteId) ContentServiceImpl.getSandboxItemsByPath(String siteId, List<String> paths, boolean preferContent) voidContentServiceImpl.lockContent(String siteId, String path) booleanContentServiceImpl.renameContent(String site, String path, String name) booleanContentServiceImpl.shallowContentExists(String site, String path) voidContentServiceImpl.unlockContent(String siteId, String path) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.content.internal
Method parameters in org.craftercms.studio.impl.v2.service.content.internal with annotations of type SiteIdModifier and TypeMethodDescriptionContentTypeServiceInternalImpl.getAllModelDefinitions(String site) org.apache.commons.lang3.tuple.ImmutablePair<String, org.springframework.core.io.Resource> ContentTypeServiceInternalImpl.getContentTypePreviewImage(String siteId, String contentTypeId) ContentTypeServiceInternalImpl.getContentTypeTemplatePath(String siteId, String contentTypeId) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.dashboard
Method parameters in org.craftercms.studio.impl.v2.service.dashboard with annotations of type SiteIdModifier 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) DashboardServiceImpl.getContentExpired(String siteId, int offset, int limit) DashboardServiceImpl.getContentExpiring(String siteId, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) DashboardServiceImpl.getContentPendingApproval(String siteId, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) DashboardServiceImpl.getContentPendingApprovalDetail(String siteId, String publishingPackageId, List<org.craftercms.commons.rest.parameters.SortField> sortFields) intDashboardServiceImpl.getContentPendingApprovalTotal(String siteId, List<String> systemTypes) DashboardServiceImpl.getContentUnpublished(String siteId, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) 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) DashboardServiceImpl.getPublishingHistoryDetail(String siteId, String publishingPackageId, int offset, int limit) intDashboardServiceImpl.getPublishingHistoryDetailTotalItems(String siteId, String publishingPackageId) intDashboardServiceImpl.getPublishingHistoryTotal(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo) DashboardServiceImpl.getPublishingScheduled(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) DashboardServiceImpl.getPublishingScheduledDetail(String siteId, String publishingPackageId) intDashboardServiceImpl.getPublishingScheduledTotal(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<String> systemTypes) DashboardServiceImpl.getPublishingStats(String siteId, int days) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.dependency
Method parameters in org.craftercms.studio.impl.v2.service.dependency with annotations of type SiteIdModifier and TypeMethodDescriptionDependencyServiceImpl.getDependentItems(String siteId, List<String> paths) DependencyServiceImpl.getHardDependencies(String site, List<String> paths) DependencyServiceImpl.getSoftDependencies(String siteId, List<String> paths) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.dependency.internal
Method parameters in org.craftercms.studio.impl.v2.service.dependency.internal with annotations of type SiteId -
Uses of SiteId in org.craftercms.studio.impl.v2.service.marketplace
Method parameters in org.craftercms.studio.impl.v2.service.marketplace with annotations of type SiteIdModifier and TypeMethodDescriptionvoidMarketplaceServiceImpl.getInstalledPlugins(String siteId) org.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 SiteId in org.craftercms.studio.impl.v2.service.policy
Method parameters in org.craftercms.studio.impl.v2.service.policy with annotations of type SiteId -
Uses of SiteId in org.craftercms.studio.impl.v2.service.proxy
Method parameters in org.craftercms.studio.impl.v2.service.proxy with annotations of type SiteIdModifier 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 SiteId in org.craftercms.studio.impl.v2.service.publish
Method parameters in org.craftercms.studio.impl.v2.service.publish with annotations of type SiteIdModifier and TypeMethodDescriptionvoidPublishServiceImpl.cancelPublishingPackages(String siteId, List<String> packageIds) PublishServiceImpl.getAvailablePublishingTargets(String siteId) PublishServiceImpl.getDeploymentHistory(String siteId, int daysFromToday, int numberOfItems, String filterType) 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) PublishServiceImpl.publishAll(String siteId, String publishingTarget, String comment) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.repository
Method parameters in org.craftercms.studio.impl.v2.service.repository with annotations of type SiteIdModifier and TypeMethodDescriptionbooleanRepositoryManagementServiceImpl.addRemote(String siteId, RemoteRepository remoteRepository) RepositoryManagementServiceImpl.cancelFailedPull(String siteId) RepositoryManagementServiceImpl.commitResolution(String siteId, String commitMessage) RepositoryManagementServiceImpl.getDiffForConflictedFile(String siteId, String path) RepositoryManagementServiceImpl.getRepositoryStatus(String siteId) RepositoryManagementServiceImpl.listRemotes(String siteId) RepositoryManagementServiceImpl.pullFromRemote(String siteId, String remoteName, String remoteBranch, String mergeStrategy) booleanRepositoryManagementServiceImpl.pushToRemote(String siteId, String remoteName, String remoteBranch, boolean force) voidRepositoryManagementServiceImpl.rebuildDatabase(String siteId) booleanRepositoryManagementServiceImpl.removeRemote(String siteId, String remoteName) RepositoryManagementServiceImpl.resolveConflict(String siteId, String path, String resolution) booleanRepositoryManagementServiceImpl.unlockRepository(String siteId, GitRepositories repositoryType) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.scripting
Method parameters in org.craftercms.studio.impl.v2.service.scripting with annotations of type SiteIdModifier and TypeMethodDescription@Valid ObjectScriptingServiceImpl.executeRestScript(String siteId, String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.search
Method parameters in org.craftercms.studio.impl.v2.service.search with annotations of type SiteIdModifier and TypeMethodDescriptionSearchServiceImpl.search(String siteId, SearchParams params, int maxExpansions) Performs a search operation for a given site -
Uses of SiteId in org.craftercms.studio.impl.v2.service.security
Method parameters in org.craftercms.studio.impl.v2.service.security with annotations of type SiteId -
Uses of SiteId in org.craftercms.studio.impl.v2.service.site
Method parameters in org.craftercms.studio.impl.v2.service.site with annotations of type SiteIdModifier and TypeMethodDescriptionvoidSitesServiceImpl.clearPublishingLock(String siteId) voidSitesServiceImpl.duplicate(String sourceSiteId, String siteId, String siteName, String description, String sandboxBranch, boolean readOnlyBlobStores) SitesServiceImpl.getPublishingStatus(String siteId) voidSitesServiceImpl.unlockSite(String siteId) voidSitesServiceImpl.updateSite(String siteId, String name, String description) -
Uses of SiteId in org.craftercms.studio.impl.v2.service.webdav
Method parameters in org.craftercms.studio.impl.v2.service.webdav with annotations of type SiteIdModifier 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 SiteId in org.craftercms.studio.impl.v2.service.workflow
Method parameters in org.craftercms.studio.impl.v2.service.workflow with annotations of type SiteIdModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.approve(String siteId, List<String> paths, List<String> optionalDependencies, String publishingTarget, ZonedDateTime schedule, String comment) voidWorkflowServiceImpl.delete(String siteId, List<String> paths, List<String> optionalDependencies, String comment) WorkflowServiceImpl.getItemStates(String siteId, String path, Long states, int offset, int limit) intWorkflowServiceImpl.getItemStatesTotal(String siteId, String path, Long states) WorkflowServiceImpl.getWorkflowAffectedPaths(String siteId, String path) voidWorkflowServiceImpl.publish(String siteId, List<String> paths, List<String> optionalDependencies, String publishingTarget, ZonedDateTime schedule, String comment) voidvoidWorkflowServiceImpl.requestPublish(String siteId, List<String> paths, List<String> optionalDependencies, String publishingTarget, ZonedDateTime schedule, String comment, boolean sendEmailNotifications) 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)