public interface

CreatePageCommand

implements ServiceCommand
com.atlassian.confluence.content.service.page.CreatePageCommand
Known Indirect Subclasses

Class Overview

An interface for a command that will create a new page.

Summary

Public Methods
Page getCreatedPage()
[Expand]
Inherited Methods
From interface com.atlassian.confluence.core.service.ServiceCommand

Public Methods

public Page getCreatedPage ()

Returns
  • the page that was created if the command has executed already. Null if the command has not yet executed.