Uses of Class
org.craftercms.studio.api.v1.to.VersionTO
Packages that use VersionTO
Package
Description
-
Uses of VersionTO in org.craftercms.studio.api.v1.repository
Methods in org.craftercms.studio.api.v1.repository that return VersionTOModifier and TypeMethodDescriptionContentRepository.getContentVersionHistory(String site, String path) get the version history for an item -
Uses of VersionTO in org.craftercms.studio.api.v1.service.content
Methods in org.craftercms.studio.api.v1.service.content that return VersionTOModifier and TypeMethodDescriptionContentService.getContentItemVersionHistory(String site, String path) get the version history for an item -
Uses of VersionTO in org.craftercms.studio.api.v1.to
Methods in org.craftercms.studio.api.v1.to with parameters of type VersionTO -
Uses of VersionTO in org.craftercms.studio.api.v2.repository.blob
Methods in org.craftercms.studio.api.v2.repository.blob that return VersionTOModifier and TypeMethodDescriptiondefault VersionTO[]StudioBlobStoreAdapter.getContentVersionHistory(String site, String path) -
Uses of VersionTO in org.craftercms.studio.impl.v1.repository.git
Methods in org.craftercms.studio.impl.v1.repository.git that return VersionTOModifier and TypeMethodDescriptionGitContentRepository.getContentVersionHistory(String site, String path) -
Uses of VersionTO in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content that return VersionTOModifier and TypeMethodDescription@Valid VersionTO[]ContentServiceImpl.getContentItemVersionHistory(String site, String path) -
Uses of VersionTO in org.craftercms.studio.impl.v2.repository.blob
Methods in org.craftercms.studio.impl.v2.repository.blob that return VersionTOModifier and TypeMethodDescriptionBlobAwareContentRepository.getContentVersionHistory(String site, String path)