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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-