com.atlassian.confluence.content.service.page
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 Summary
 Page getCreatedPage()
           
 
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
 

Method Detail

getCreatedPage

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.