Uses of Class
org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
Packages that use StudioUpgradeContext
Package
Description
-
Uses of StudioUpgradeContext in org.craftercms.studio.api.v2.upgrade
Methods in org.craftercms.studio.api.v2.upgrade with parameters of type StudioUpgradeContextModifier and TypeMethodDescriptionvoidStudioUpgradeManager.upgradeSiteConfiguration(StudioUpgradeContext context) Executes the upgrades for all managed configurations in the given site. -
Uses of StudioUpgradeContext in org.craftercms.studio.impl.v2.upgrade
Methods in org.craftercms.studio.impl.v2.upgrade with parameters of type StudioUpgradeContextModifier and TypeMethodDescriptionvoidStudioUpgradeManagerImpl.upgradeSiteConfiguration(StudioUpgradeContext context) Executes the upgrades for all managed configurations in the given site. -
Uses of StudioUpgradeContext in org.craftercms.studio.impl.v2.upgrade.operations
Methods in org.craftercms.studio.impl.v2.upgrade.operations with parameters of type StudioUpgradeContextModifier and TypeMethodDescriptionprotected voidAbstractUpgradeOperation.commitAllChanges(StudioUpgradeContext context) protected abstract voidAbstractUpgradeOperation.doExecute(StudioUpgradeContext context) -
Uses of StudioUpgradeContext in org.craftercms.studio.impl.v2.upgrade.operations.db
Methods in org.craftercms.studio.impl.v2.upgrade.operations.db with parameters of type StudioUpgradeContextModifier and TypeMethodDescriptionvoidDbEncryptionUpgradeOperation.doExecute(StudioUpgradeContext context) voidDbScriptUpgradeOperation.doExecute(StudioUpgradeContext context) voidMigrateWorkflowUpgradeOperation.doExecute(StudioUpgradeContext context) voidPopulateItemTableUpgradeOperation.doExecute(StudioUpgradeContext context) -
Uses of StudioUpgradeContext in org.craftercms.studio.impl.v2.upgrade.operations.file
Methods in org.craftercms.studio.impl.v2.upgrade.operations.file with parameters of type StudioUpgradeContextModifier and TypeMethodDescriptionvoidAddFileUpgradeOperation.doExecute(StudioUpgradeContext context) voidDeleteUpgradeOperation.doExecute(StudioUpgradeContext context) voidRenameUpgradeOperation.doExecute(StudioUpgradeContext context) voidTemplateRenameUpgradeOperation.doExecute(StudioUpgradeContext context) -
Uses of StudioUpgradeContext in org.craftercms.studio.impl.v2.upgrade.operations.global
Methods in org.craftercms.studio.impl.v2.upgrade.operations.global with parameters of type StudioUpgradeContextModifier and TypeMethodDescriptionvoidBlueprintsUpgradeOperation.doExecute(StudioUpgradeContext context) voidGlobalRepoUpgradeOperation.doExecute(StudioUpgradeContext context) -
Uses of StudioUpgradeContext in org.craftercms.studio.impl.v2.upgrade.operations.plugin
Methods in org.craftercms.studio.impl.v2.upgrade.operations.plugin with parameters of type StudioUpgradeContextModifier and TypeMethodDescriptionvoidAbstractPluginDescriptorUpgradeOperation.doExecute(StudioUpgradeContext context) -
Uses of StudioUpgradeContext in org.craftercms.studio.impl.v2.upgrade.operations.site
Methods in org.craftercms.studio.impl.v2.upgrade.operations.site with parameters of type StudioUpgradeContextModifier and TypeMethodDescriptionvoidAbstractContentUpgradeOperation.doExecute(StudioUpgradeContext context) voidAddSiteUuidOperation.doExecute(StudioUpgradeContext context) voidBatchXsltFileUpgradeOperation.doExecute(StudioUpgradeContext context) voidXsltFileUpgradeOperation.doExecute(StudioUpgradeContext context) protected voidAbstractXsltFileUpgradeOperation.executeTemplate(StudioUpgradeContext context, String path, OutputStream os) AbstractContentUpgradeOperation.filterPaths(StudioUpgradeContext context, List<Path> matchedPaths) Filters the given list checking if the files match the update conditionsAbstractContentUpgradeOperation.findIncludedPaths(StudioUpgradeContext context) Finds all files in the given site that match any of the given patternsprotected PathAbstractContentTypeUpgradeOperation.getFormDefinition(StudioUpgradeContext context, String contentTypeName) Finds the form-definition.xml five for the given content-typeprotected URIResolverAbstractXsltFileUpgradeOperation.getURIResolver(StudioUpgradeContext context) protected booleanAbstractContentTypeUpgradeOperation.shouldBeUpdated(StudioUpgradeContext context, Path file) protected abstract booleanAbstractContentUpgradeOperation.shouldBeUpdated(StudioUpgradeContext context, Path file) Indicates if the given file should be updated by this classprotected booleanConfigEncryptionUpgradeOperation.shouldBeUpdated(StudioUpgradeContext context, Path file) protected booleanFindAndReplaceUpgradeOperation.shouldBeUpdated(StudioUpgradeContext context, Path file) protected booleanMultiFindAndReplaceUpgradeOperation.shouldBeUpdated(StudioUpgradeContext context, Path file) protected abstract voidAbstractContentUpgradeOperation.updateFile(StudioUpgradeContext context, Path path) Performs any needed updates on the content of the given fileprotected voidBoxRemoteAssetUpgradeOperation.updateFile(StudioUpgradeContext context, Path file) protected voidConfigEncryptionUpgradeOperation.updateFile(StudioUpgradeContext context, Path path) protected voidFindAndReplaceUpgradeOperation.updateFile(StudioUpgradeContext context, Path path) protected voidMultiFindAndReplaceUpgradeOperation.updateFile(StudioUpgradeContext context, Path path) -
Uses of StudioUpgradeContext in org.craftercms.studio.impl.v2.upgrade.providers
Methods in org.craftercms.studio.impl.v2.upgrade.providers with parameters of type StudioUpgradeContextModifier and TypeMethodDescriptionprotected StringXmlFileVersionProvider.getFilePath(StudioUpgradeContext context)