Uses of Class
com.atlassian.confluence.content.service.page.CreateAbstractPageCommandImpl

Packages that use CreateAbstractPageCommandImpl
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.page   
 

Uses of CreateAbstractPageCommandImpl in com.atlassian.confluence.content.service.blogpost
 

Subclasses of CreateAbstractPageCommandImpl in com.atlassian.confluence.content.service.blogpost
 class CreateBlogPostCommandImpl
          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
 

Subclasses of CreateAbstractPageCommandImpl in com.atlassian.confluence.content.service.page
 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 because CopyPageAction has different authorisation and validation logic from CreatePageAction.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.