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 |
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
SpaceServiceImpl.delete(Space spaceToDelete) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
PersonServiceImpl.delete(Person personToDelete) |
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
LongTaskSubmission.LongTaskSubmissionBuilder.build() |
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
SpaceService.delete(Space spaceToDelete)
Delete the given space.
|
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
PersonService.delete(Person personToDelete)
Delete the given person.
|
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
UserResource.deleteUser(String userKey) |
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
UserRpc.deleteUserByKey(String userKey) |
Modifier and Type | Method and 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)
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
RemotePersonServiceImpl.delete(Person personToDelete) |
LongTaskSubmission |
RemotePersonService.delete(Person personToDelete) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemoteSpaceServiceImpl.delete(Space space)
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.deleteCompletionStage(Space) instead. |
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemoteSpaceService.delete(Space spaceToDelete)
Delete the given space.
|
CompletionStage<LongTaskSubmission> |
RemoteSpaceServiceImpl.deleteCompletionStage(Space space) |
CompletionStage<LongTaskSubmission> |
RemoteSpaceService.deleteCompletionStage(Space spaceToDelete)
Delete the given space.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>> |
RemoteLongTaskServiceImpl.getStatus(LongTaskSubmission submission) |
Copyright © 2003–2021 Atlassian. All rights reserved.