| java.lang.Object | ||
| ↳ | com.atlassian.confluence.core.service.AbstractServiceCommand | |
| ↳ | com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl | |
Known Direct Subclasses
|
Known Indirect Subclasses
|
An abstract base class for create commands for AbstractPage subclasses such as Page or BlogPost
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attachmentManager | |||||||||||
| contentPermissionManager | |||||||||||
| createdContent | Will content the content created after executeInternal has successfully completed. | ||||||||||
| draftManager | |||||||||||
| eventPublisher | |||||||||||
| notificationManager | |||||||||||
| notifySelf | A flag indicating if the user creating the page wants to be notified about this event. | ||||||||||
| pageManager | |||||||||||
| permissionProvider | |||||||||||
| user | The user who is creating the page. | ||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Template method for implementations to perform command execution.
| |||||||||||
Ensure that an AbstractPage has been provided and that its title is valid.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.core.service.AbstractServiceCommand
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.confluence.core.service.ServiceCommand
| |||||||||||
Will content the content created after executeInternal has successfully completed.
A flag indicating if the user creating the page wants to be notified about this event.
The user who is creating the page. This may be null if the anonymous user.
Template method for implementations to perform command execution. Implementations can assume that if this method is called, both authorization and validation have already been completed successfully.
Ensure that an AbstractPage has been provided and that its title is valid.