Uses of Annotation Interface
com.atlassian.confluence.persistence.RetryableTransaction
Packages that use RetryableTransaction
Package
Description
-
Uses of RetryableTransaction in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content with annotations of type RetryableTransactionModifier and TypeMethodDescriptionAttachmentServiceImpl.addAttachments
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads) AttachmentServiceImpl.addAttachments
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) AttachmentServiceImpl.addAttachments
(ContentId containerId, Collection<AttachmentUpload> uploads) void
-
Uses of RetryableTransaction in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with annotations of type RetryableTransactionModifier and TypeMethodDescriptionvoid
PageManager.removeAllPages
(Space space) Removes all pages in the space.void
PageManager.removeAllPages
(Space space, com.atlassian.core.util.ProgressMeter progress) Removes all pages in the space. -
Uses of RetryableTransaction in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap with annotations of type RetryableTransactionModifier and TypeMethodDescriptionConfluenceSoapService.removeSpace
(String token, String spaceKey) ConfluenceSoapService.storePage
(String token, RemotePage page) -
Uses of RetryableTransaction in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces with annotations of type RetryableTransactionModifier and TypeMethodDescription@NonNull Boolean
SpaceManager.removeSpace
(String spaceKey) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull Boolean
SpaceManager.removeSpace
(String spaceKey, com.atlassian.core.util.ProgressMeter progressMeter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RetryableTransaction in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with annotations of type RetryableTransactionModifier and TypeMethodDescriptionboolean
FuncTestRpcHandler.removeAllSpaces
(String token) Kill all the spaces and flush all the queues and caches.
SpaceService.delete(com.atlassian.confluence.api.model.content.Space)