Uses of Class
com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl
Packages that use CreateAbstractPageCommandImpl
Package
Description
-
Uses of CreateAbstractPageCommandImpl in com.atlassian.confluence.content.service.blogpost
Modifier and TypeClassDescriptionclass
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. -
Uses of CreateAbstractPageCommandImpl in com.atlassian.confluence.content.service.page
Modifier and TypeClassDescriptionclass
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
This command is only necessary becauseCopyPageAction
has different authorisation and validation logic fromCreatePageAction
.