Uses of Class
org.craftercms.studio.api.v2.dal.RepoOperation
Packages that use RepoOperation
Package
Description
-
Uses of RepoOperation in org.craftercms.studio.api.v2.repository
Methods in org.craftercms.studio.api.v2.repository that return types with arguments of type RepoOperationModifier and TypeMethodDescriptionContentRepository.getOperations(String site, String commitIdFrom, String commitIdTo) Get a list of operations since the commit ID provided (compare that commit to HEAD)ContentRepository.getOperationsFromDelta(String site, String commitIdFrom, String commitIdTo) Get a list of operations since the commit ID provided (compare that commit to HEAD) -
Uses of RepoOperation in org.craftercms.studio.api.v2.repository.blob
Methods in org.craftercms.studio.api.v2.repository.blob that return types with arguments of type RepoOperationModifier and TypeMethodDescriptiondefault List<RepoOperation> StudioBlobStoreAdapter.getOperations(String site, String commitIdFrom, String commitIdTo) default List<RepoOperation> StudioBlobStoreAdapter.getOperationsFromDelta(String site, String commitIdFrom, String commitIdTo) -
Uses of RepoOperation in org.craftercms.studio.impl.v2.repository
Methods in org.craftercms.studio.impl.v2.repository that return types with arguments of type RepoOperationModifier and TypeMethodDescriptionGitContentRepository.getOperations(String site, String commitIdFrom, String commitIdTo) GitContentRepository.getOperationsFromDelta(String site, String commitIdFrom, String commitIdTo) -
Uses of RepoOperation in org.craftercms.studio.impl.v2.repository.blob
Methods in org.craftercms.studio.impl.v2.repository.blob that return types with arguments of type RepoOperationModifier and TypeMethodDescriptionBlobAwareContentRepository.getOperations(String site, String commitIdFrom, String commitIdTo) BlobAwareContentRepository.getOperationsFromDelta(String site, String commitIdFrom, String commitIdTo)