Uses of Class
org.craftercms.studio.model.history.ItemVersion
Packages that use ItemVersion
Package
Description
-
Uses of ItemVersion in org.craftercms.studio.api.v2.repository
Methods in org.craftercms.studio.api.v2.repository that return types with arguments of type ItemVersionModifier and TypeMethodDescriptionContentRepository.getContentItemHistory(String site, String path) Get the history of a content item. -
Uses of ItemVersion in org.craftercms.studio.api.v2.repository.blob
Methods in org.craftercms.studio.api.v2.repository.blob that return types with arguments of type ItemVersionModifier and TypeMethodDescriptiondefault List<ItemVersion> StudioBlobStoreAdapter.getContentItemHistory(String site, String path) -
Uses of ItemVersion in org.craftercms.studio.api.v2.service.content
Methods in org.craftercms.studio.api.v2.service.content that return types with arguments of type ItemVersionModifier and TypeMethodDescriptionContentService.getContentVersionHistory(String siteId, String path) Get the version history for a given content item. -
Uses of ItemVersion in org.craftercms.studio.api.v2.service.content.internal
Methods in org.craftercms.studio.api.v2.service.content.internal that return types with arguments of type ItemVersionModifier and TypeMethodDescriptionContentServiceInternal.getContentVersionHistory(String siteId, String path) Get the version history for a given content item. -
Uses of ItemVersion in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that return types with arguments of type ItemVersion -
Uses of ItemVersion in org.craftercms.studio.impl.v2.repository
Methods in org.craftercms.studio.impl.v2.repository that return types with arguments of type ItemVersionModifier and TypeMethodDescriptionGitContentRepository.getContentItemHistory(String site, String path) -
Uses of ItemVersion in org.craftercms.studio.impl.v2.repository.blob
Methods in org.craftercms.studio.impl.v2.repository.blob that return types with arguments of type ItemVersionModifier and TypeMethodDescriptionBlobAwareContentRepository.getContentItemHistory(String site, String path) -
Uses of ItemVersion in org.craftercms.studio.impl.v2.service.content
Methods in org.craftercms.studio.impl.v2.service.content that return types with arguments of type ItemVersionModifier and TypeMethodDescriptionContentServiceImpl.getContentVersionHistory(String siteId, String path) -
Uses of ItemVersion in org.craftercms.studio.impl.v2.service.content.internal
Methods in org.craftercms.studio.impl.v2.service.content.internal that return types with arguments of type ItemVersionModifier and TypeMethodDescriptionContentServiceInternalImpl.getContentVersionHistory(String siteId, String path) -
Uses of ItemVersion in org.craftercms.studio.model.rest
Methods in org.craftercms.studio.model.rest that return types with arguments of type ItemVersionMethod parameters in org.craftercms.studio.model.rest with type arguments of type ItemVersionModifier and TypeMethodDescriptionvoidConfigurationHistory.setVersions(List<ItemVersion> versions)