Uses of Class
com.atlassian.confluence.api.model.longtasks.LongTaskSubmission
Packages that use LongTaskSubmission
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of LongTaskSubmission in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return LongTaskSubmissionModifier and TypeMethodDescription -
Uses of LongTaskSubmission in com.atlassian.confluence.api.impl.service.longtasks
Methods in com.atlassian.confluence.api.impl.service.longtasks that return LongTaskSubmissionModifier and TypeMethodDescriptionLongTaskFactory.buildSubmission
(LongTaskId taskId) Used to build submission objects for tasks that have no result.LongTaskFactory.buildSubmission
(LongTaskId id, Navigation.Builder resultBuilder) -
Uses of LongTaskSubmission in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people that return LongTaskSubmissionModifier and TypeMethodDescription -
Uses of LongTaskSubmission in com.atlassian.confluence.api.model.longtasks
Methods in com.atlassian.confluence.api.model.longtasks that return LongTaskSubmission -
Uses of LongTaskSubmission in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return LongTaskSubmissionModifier and TypeMethodDescriptionDelete the given space. -
Uses of LongTaskSubmission in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return LongTaskSubmissionModifier and TypeMethodDescriptionDelete the given person. -
Uses of LongTaskSubmission in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type LongTaskSubmissionModifier and TypeMethodDescriptionstatic javax.ws.rs.core.Response
LongTaskResource.submissionResponse
(LongTaskSubmission taskSubmission) Produce a HTTP Accept 202 response from some other resource pointing to this class's LongTaskStatus resource. -
Uses of LongTaskSubmission in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return LongTaskSubmissionModifier and TypeMethodDescriptionMethods in com.atlassian.confluence.rest.client that return types with arguments of type LongTaskSubmissionModifier and TypeMethodDescriptionRemoteSpaceService.deleteCompletionStage
(Space spaceToDelete) Delete the given space.RemoteSpaceServiceImpl.deleteCompletionStage
(Space space)