Uses of Interface
com.atlassian.confluence.internal.longrunning.LongRunningTaskManagerInternal
-
-
Uses of LongRunningTaskManagerInternal in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type LongRunningTaskManagerInternal Modifier and Type Method Description void
LongRunningTaskMonitorAction. setLongRunningTaskManager(LongRunningTaskManagerInternal longRunningTaskManager)
-
Uses of LongRunningTaskManagerInternal in com.atlassian.confluence.api.impl.service.longtasks
Constructors in com.atlassian.confluence.api.impl.service.longtasks with parameters of type LongRunningTaskManagerInternal Constructor Description LongTaskServiceImpl(LongRunningTaskManagerInternal longRunningTaskManager)
-
Uses of LongRunningTaskManagerInternal in com.atlassian.confluence.content.service
Constructors in com.atlassian.confluence.content.service with parameters of type LongRunningTaskManagerInternal Constructor Description DefaultPageService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyManager contentPropertyManager, LabelManager labelManager, com.google.common.base.Supplier<DraftsTransitionHelper> draftsTransitionHelperSupplier, LongRunningTaskManagerInternal longRunningTaskManager)
Deprecated.since 8.1 -
Uses of LongRunningTaskManagerInternal in com.atlassian.confluence.content.service.page
Constructors in com.atlassian.confluence.content.service.page with parameters of type LongRunningTaskManagerInternal Constructor Description LongRunningTaskMovePageCommandDecorator(MovePageCommand commandDelegate, LongRunningTaskManagerInternal longRunningTaskManager)
MovePageCommandHelper(PageManager pageManager, PermissionManager permissionManager, LongRunningTaskManagerInternal longRunningTaskManager)
-
Uses of LongRunningTaskManagerInternal in com.atlassian.confluence.importexport.actions
Methods in com.atlassian.confluence.importexport.actions with parameters of type LongRunningTaskManagerInternal Modifier and Type Method Description void
AbstractImportAction. setLongRunningTaskManager(LongRunningTaskManagerInternal longRunningTaskManager)
Deprecated. -
Uses of LongRunningTaskManagerInternal in com.atlassian.confluence.util.longrunning
Classes in com.atlassian.confluence.util.longrunning that implement LongRunningTaskManagerInternal Modifier and Type Class Description class
DefaultLongRunningTaskManager
-