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.dmz.spaces
Methods in com.atlassian.confluence.dmz.spaces with annotations of type RetryableTransactionModifier and TypeMethodDescription@NonNull BooleanSpaceManagerInternal.removeSpace(String spaceKey) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull BooleanSpaceManagerInternal.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.pages
Methods in com.atlassian.confluence.pages with annotations of type RetryableTransactionModifier and TypeMethodDescriptionvoidPageManager.removeAllPages(Space space) Removes all pages in the space.voidPageManager.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.test.rpc
Methods in com.atlassian.confluence.test.rpc with annotations of type RetryableTransactionModifier and TypeMethodDescriptionbooleanFuncTestRpcHandler.removeAllSpaces(String token) Kill all the spaces and flush all the queues and caches.
SpaceService.delete(com.atlassian.confluence.api.model.content.Space)