Interface CreatePageCommand

All Superinterfaces:
ServiceCommand
All Known Implementing Classes:
CreatePageCommandImpl, CreatePageFromExistingCommandImpl

public interface CreatePageCommand extends ServiceCommand
An interface for a command that will create a new page.
  • Method Details

    • getCreatedPage

      Page getCreatedPage()
      Returns:
      the page that was created if the command has executed already. Null if the command has not yet executed.