Uses of Class
com.atlassian.confluence.api.model.longtasks.LongTaskId
Packages that use LongTaskId
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of LongTaskId in com.atlassian.confluence.api.impl.service.longtasks
Methods in com.atlassian.confluence.api.impl.service.longtasks with parameters of type LongTaskIdModifier and TypeMethodDescriptionstatic LongTaskStatus
LongTaskFactory.buildStatus
(LongTaskId id, com.atlassian.core.task.longrunning.LongRunningTask task) LongTaskFactory.buildSubmission
(LongTaskId taskId) Used to build submission objects for tasks that have no result.LongTaskFactory.buildSubmission
(LongTaskId id, Navigation.Builder resultBuilder) LongTaskServiceImpl.getStatus
(LongTaskId id, Expansion... expansions) -
Uses of LongTaskId in com.atlassian.confluence.api.model.longtasks
Methods in com.atlassian.confluence.api.model.longtasks that return LongTaskIdModifier and TypeMethodDescriptionstatic LongTaskId
LongTaskId.deserialise
(String id) LongTaskStatus.getId()
LongTaskSubmission.getId()
Methods in com.atlassian.confluence.api.model.longtasks with parameters of type LongTaskIdModifier and TypeMethodDescriptionLongTaskStatus.builder
(LongTaskId id) LongTaskStatus.LongTaskBuilder.id
(LongTaskId id) LongTaskSubmission.LongTaskSubmissionBuilder.id
(LongTaskId id) -
Uses of LongTaskId in com.atlassian.confluence.api.service.longtasks
Methods in com.atlassian.confluence.api.service.longtasks with parameters of type LongTaskIdModifier and TypeMethodDescriptionLongTaskService.getStatus
(LongTaskId id, Expansion... expansions) Returns the status of a long-running task. -
Uses of LongTaskId in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type LongTaskIdModifier and TypeMethodDescriptionRemoteLongTaskService.getStatusCompletionStage
(LongTaskId id, Expansion... expansions) Returns the status of a long-running task. -
Uses of LongTaskId in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl with parameters of type LongTaskIdModifier and TypeMethodDescriptionRemoteLongTaskServiceImpl.getStatusCompletionStage
(LongTaskId id, Expansion... expansions) -
Uses of LongTaskId in com.atlassian.confluence.util.longrunning
Methods in com.atlassian.confluence.util.longrunning that return LongTaskIdMethods in com.atlassian.confluence.util.longrunning with parameters of type LongTaskId