Uses of Interface
com.atlassian.confluence.content.service.page.CreatePageCommand
-
Packages that use CreatePageCommand Package Description com.atlassian.confluence.content.service.page -
-
Uses of CreatePageCommand in com.atlassian.confluence.content.service.page
Classes in com.atlassian.confluence.content.service.page that implement CreatePageCommand Modifier and Type Class Description class
CreatePageCommandImpl
An implementation of the CreatePageCommand that will create a page, and assign any provided permissions then perform the clean up of any Drafts and raise the necessary event.class
CreatePageFromExistingCommandImpl
This command is only necessary becauseCopyPageAction
has different authorisation and validation logic fromCreatePageAction
.
-