| Modifier and Type | Method and Description |
|---|---|
@Nullable PageCopyOptions |
PageCopyEvent.getPageCopyOptions() |
| Constructor and Description |
|---|
PageCopyEvent(Object source,
Page origin,
Page destination,
boolean suppressNotifications,
PageCopyOptions pageCopyOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageManager.deepCopyPage(PageCopyOptions pageCopyOptions,
Page originalPage,
Page destinationPage) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageManager.deepCopyPage(PageCopyOptions option,
Page originalPage,
Page destinationPage)
Copy child page of originalPage to destinationPage
|
void |
DefaultPageManager.deepCopyPage(PageCopyOptions pageCopyOptions,
Page originalPage,
Page destinationPage)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PageCopyOptions |
PageCopyOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBulkPageCopy.deepCopy(PageCopyOptions pageCopyOptions,
Page originalPage,
Page destinationPage)
Main execution logic of deep copy pages
|
void |
BulkPageCopy.deepCopy(PageCopyOptions pageCopyOptions,
Page originalPage,
Page destinationPage) |
PageCopyOptions.Builder |
PageCopyOptions.Builder.withPageCopyOptions(PageCopyOptions pageCopyOptions) |
Copyright © 2003–2022 Atlassian. All rights reserved.