| Modifier and Type | Method and Description |
|---|---|
LongTaskSubmission |
PageHierarchyServiceImpl.copyPageHierarchy(CopyPageHierarchyRequest request) |
void |
AnalyticsPublisher.publishCopyEvent(CopyPageHierarchyRequest request) |
ValidationResult |
CopyPageHierarchyValidator.validate(CopyPageHierarchyRequest request)
Validates the request including checking for permissions, page title conflicts, and copying limits.
|
| Constructor and Description |
|---|
CopyAnalyticsEvent(CopyPageHierarchyRequest request,
int pages,
boolean sameSpace) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
BulkPageCopyTaskRunner.submit(CopyPageHierarchyRequest copyPageHierarchyRequest,
String userKey) |
| Modifier and Type | Method and Description |
|---|---|
CopyPageHierarchyRequest |
CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static CopyPageHierarchyRequest.CopyPageHierarchyRequestBuilder |
CopyPageHierarchyRequest.builder(CopyPageHierarchyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
LongTaskSubmission |
PageHierarchyService.copyPageHierarchy(CopyPageHierarchyRequest copyPageHierarchyRequest)
Copy an original page to be a child of destination page.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
PageHierarchyResource.copyPageHierarchy(ContentId id,
CopyPageHierarchyRequest request)
Copy page hierarchy allows the copying of an entire hierarchy of pages and their associated properties, permissions and attachments.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemotePageHierarchyServiceImpl.copyPageHierarchy(CopyPageHierarchyRequest copyPageHierarchyRequest) |
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemotePageHierarchyService.copyPageHierarchy(CopyPageHierarchyRequest copyPageHierarchyRequest)
Copy an original page to be a child of destination page.
|
Copyright © 2003–2017 Atlassian. All rights reserved.