Class RemoveBlogPostVersionCommand
- java.lang.Object
- 
- com.atlassian.confluence.core.service.AbstractServiceCommand
- 
- com.atlassian.confluence.content.service.page.RemoveAbstractPageVersionCommand
- 
- com.atlassian.confluence.content.service.blogpost.RemoveBlogPostVersionCommand
 
 
 
- 
- All Implemented Interfaces:
- ServiceCommand
 
 public class RemoveBlogPostVersionCommand extends RemoveAbstractPageVersionCommand Service command for removing a version of a blog post.
- 
- 
Constructor SummaryConstructors Constructor Description RemoveBlogPostVersionCommand(PageManager pageManager, PermissionManager permissionManager, BlogPostLocator blogPostLocator)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BlogPostgetPage()- 
Methods inherited from class com.atlassian.confluence.content.service.page.RemoveAbstractPageVersionCommandexecuteInternal, isAuthorizedInternal, validateInternal
 - 
Methods inherited from class com.atlassian.confluence.core.service.AbstractServiceCommandexecute, getCurrentUser, getValidationErrors, isAuthorized, isValid
 
- 
 
- 
- 
- 
Constructor Detail- 
RemoveBlogPostVersionCommandpublic RemoveBlogPostVersionCommand(PageManager pageManager, PermissionManager permissionManager, BlogPostLocator blogPostLocator) 
 
- 
 - 
Method Detail- 
getPageprotected BlogPost getPage() - Specified by:
- getPagein class- RemoveAbstractPageVersionCommand
 
 
- 
 
-