Uses of Interface
com.atlassian.confluence.api.service.content.ContentTrashService
-
Packages that use ContentTrashService Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.plugins.restapi.resources -
-
Uses of ContentTrashService in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement ContentTrashService Modifier and Type Class Description class
ContentTrashServiceImpl
Default implementations ofContentTrashService
.Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentTrashService Constructor Description AttachmentServiceImpl(PermissionManager permissionManager, ContentEntityManager contentEntityManager, FileUploadManager fileUploadManager, AttachmentManagerInternal attachmentManager, ContentFactory contentFactory, AttachmentContentTypeApiSupport binding, FinderProxyFactory finderProxyFactory, ContentTrashService trashService)
ContentServiceImpl(PermissionManager permissionManager, ContentFactory contentFactory, ContentFinderFactory contentFinderFactory, ContentTrashService trashService, ApiSupportProvider apiSupportProvider, ContentEntityManagerInternal contentEntityManager, UserChecker userChecker, com.google.common.base.Supplier<TouchRelationSupport> touchRelationSupportSupplier, com.atlassian.event.api.EventPublisher eventPublisher, LicenseService licenseService)
-
Uses of ContentTrashService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentTrashService Constructor Description ContentResource(ContentService contentService, SpaceService spaceService, ContentMacroService contentMacroService, ContentTrashService contentTrashService, CQLSearchService searchService, ContentDraftService contentDraftService)
-