Uses of Class
com.atlassian.confluence.api.model.longtasks.LongTaskSubmission
-
Packages that use LongTaskSubmission Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.api.impl.service.longtasks com.atlassian.confluence.api.impl.service.people com.atlassian.confluence.api.model.longtasks com.atlassian.confluence.api.service.content com.atlassian.confluence.api.service.people com.atlassian.confluence.functest.rest.admin These REST resources are replacements for admin-level functest RPC calls and should only be run by a sys-admin in a websudo session.com.atlassian.confluence.it.rpc.delegates.admin com.atlassian.confluence.plugins.restapi.resources com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API.com.atlassian.confluence.rest.client.impl -
-
Uses of LongTaskSubmission in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return LongTaskSubmission Modifier and Type Method Description LongTaskSubmission
SpaceServiceImpl. delete(Space spaceToDelete)
-
Uses of LongTaskSubmission in com.atlassian.confluence.api.impl.service.longtasks
Methods in com.atlassian.confluence.api.impl.service.longtasks that return LongTaskSubmission Modifier and Type Method Description LongTaskSubmission
LongTaskFactory. buildSubmission(LongTaskId taskId)
Used to build submission objects for tasks that have no result.LongTaskSubmission
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 LongTaskSubmission Modifier and Type Method Description LongTaskSubmission
PersonServiceImpl. delete(Person personToDelete)
LongTaskSubmission
ReadOnlyPersonService. delete(Person personToDelete)
-
Uses of LongTaskSubmission in com.atlassian.confluence.api.model.longtasks
Methods in com.atlassian.confluence.api.model.longtasks that return LongTaskSubmission Modifier and Type Method Description LongTaskSubmission
LongTaskSubmission.LongTaskSubmissionBuilder. build()
-
Uses of LongTaskSubmission in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return LongTaskSubmission Modifier and Type Method Description LongTaskSubmission
SpaceService. delete(Space spaceToDelete)
Delete the given space. -
Uses of LongTaskSubmission in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return LongTaskSubmission Modifier and Type Method Description LongTaskSubmission
PersonService. delete(Person personToDelete)
Delete the given person. -
Uses of LongTaskSubmission in com.atlassian.confluence.functest.rest.admin
Methods in com.atlassian.confluence.functest.rest.admin that return LongTaskSubmission Modifier and Type Method Description LongTaskSubmission
UserResource. deleteUser(String userKey)
-
Uses of LongTaskSubmission in com.atlassian.confluence.it.rpc.delegates.admin
Methods in com.atlassian.confluence.it.rpc.delegates.admin that return LongTaskSubmission Modifier and Type Method Description LongTaskSubmission
UserRpc. deleteUserByKey(String userKey)
Method parameters in com.atlassian.confluence.it.rpc.delegates.admin with type arguments of type LongTaskSubmission Modifier and Type Method Description boolean
LongTaskRpc. doLongTaskAndWaitForResult(Supplier<LongTaskSubmission> longTaskSubmissionSupplier, String failureMessage)
Fetches the LongTaskSubmission from the supplier and polls the LongTaskService until the task finishes or the poller times out (whichever comes first) -
Uses of LongTaskSubmission in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type LongTaskSubmission Modifier and Type Method Description static 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 LongTaskSubmission Modifier and Type Method Description LongTaskSubmission
RemotePersonService. delete(Person personToDelete)
LongTaskSubmission
RemotePersonServiceImpl. delete(Person personToDelete)
Methods in com.atlassian.confluence.rest.client that return types with arguments of type LongTaskSubmission Modifier and Type Method Description com.atlassian.util.concurrent.Promise<LongTaskSubmission>
RemoteSpaceService. delete(Space spaceToDelete)
Delete the given space.com.atlassian.util.concurrent.Promise<LongTaskSubmission>
RemoteSpaceServiceImpl. delete(Space space)
Deprecated.since 7.0.1.CompletionStage<LongTaskSubmission>
RemoteSpaceService. deleteCompletionStage(Space spaceToDelete)
Delete the given space.CompletionStage<LongTaskSubmission>
RemoteSpaceServiceImpl. deleteCompletionStage(Space space)
-
Uses of LongTaskSubmission in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl with parameters of type LongTaskSubmission Modifier and Type Method Description com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>>
RemoteLongTaskServiceImpl. getStatus(LongTaskSubmission submission)
-