Uses of Interface
com.atlassian.confluence.api.service.content.ContentTrashService
Packages that use ContentTrashService
Package
Description
-
Uses of ContentTrashService in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement ContentTrashServiceConstructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentTrashServiceModifierConstructorDescriptionAttachmentServiceImpl
(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, Supplier<TouchRelationSupport> touchRelationSupportSupplier, LicenseService licenseService) -
Uses of ContentTrashService in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type ContentTrashServiceModifier and TypeMethodDescriptionvoid
ViewTrashAction.setApiContentTrashService
(ContentTrashService apiContentTrashService) -
Uses of ContentTrashService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentTrashServiceModifierConstructorDescriptionContentResource
(ContentService contentService, SpaceService spaceService, ContentMacroService contentMacroService, ContentTrashService contentTrashService, CQLSearchService searchService, ContentDraftService contentDraftService, ObjectMapperProvider objectMapperProvider) SpaceResource
(SpaceService spaceService, RestNavigationService navigationService, ContentTrashService contentTrashService)