|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceCommand in com.atlassian.confluence.content.service |
|---|
| Subinterfaces of ServiceCommand in com.atlassian.confluence.content.service | |
|---|---|
interface |
RenderContentCommand
A command that can render some content. |
| Classes in com.atlassian.confluence.content.service that implement ServiceCommand | |
|---|---|
class |
NotationHelpBookmarkCommand
Stores a User's current section in notation help. |
class |
RenderContentCommandImpl
A command that renders content for preview mode in the editor. |
| Methods in com.atlassian.confluence.content.service that return ServiceCommand | |
|---|---|
ServiceCommand |
DefaultBlogPostService.newDeleteBlogPostCommand(BlogPostLocator blogPostLocator)
|
ServiceCommand |
BlogPostService.newDeleteBlogPostCommand(BlogPostLocator blogPostLocator)
Retrieve a command to remove an existing blog post |
ServiceCommand |
PageService.newDeletePageCommand(PageLocator pageLocator)
Retrieve a command to remove an existing page |
ServiceCommand |
DefaultPageService.newDeletePageCommand(PageLocator pageLocator)
|
ServiceCommand |
DefaultBlogPostService.newRevertBlogPostCommand(BlogPostLocator blogPostToRevert,
int version,
java.lang.String revertComment,
boolean revertTitle)
|
ServiceCommand |
BlogPostService.newRevertBlogPostCommand(BlogPostLocator blogPostToRevert,
int version,
java.lang.String revertComment,
boolean revertTitle)
Retreive a command to revert a blogpost |
ServiceCommand |
PageService.newRevertPageCommand(PageLocator pageToRevert,
int version,
java.lang.String revertComment,
boolean revertTitle)
Retreive a command to revert a page |
ServiceCommand |
DefaultPageService.newRevertPageCommand(PageLocator pageToRevert,
int version,
java.lang.String revertComment,
boolean revertTitle)
|
ServiceCommand |
PageService.newRevertPageOrderCommand(PageLocator parentPageLocator)
Retrieve a command to clear any existing positions for children of the located Page. |
ServiceCommand |
DefaultPageService.newRevertPageOrderCommand(PageLocator parentPageLocator)
|
ServiceCommand |
PageService.newSetPageOrderCommand(PageLocator parentPageLocator,
java.util.List<java.lang.Long> childPageIds)
Retrieve a command to set the order of all children for a supplied parent Page locator. |
ServiceCommand |
DefaultPageService.newSetPageOrderCommand(PageLocator parentPageLocator,
java.util.List<java.lang.Long> childPageIds)
|
| Uses of ServiceCommand in com.atlassian.confluence.content.service.blogpost |
|---|
| Classes in com.atlassian.confluence.content.service.blogpost that implement ServiceCommand | |
|---|---|
class |
RevertBlogPostCommand
|
| Uses of ServiceCommand in com.atlassian.confluence.content.service.comment |
|---|
| Subinterfaces of ServiceCommand in com.atlassian.confluence.content.service.comment | |
|---|---|
interface |
CreateCommentCommand
Service command to create a new comment |
interface |
DeleteCommentCommand
Service command for removing a comment. |
interface |
EditCommentCommand
Service command for editing an existing comment. |
| Classes in com.atlassian.confluence.content.service.comment that implement ServiceCommand | |
|---|---|
class |
CreateCommentCommandImpl
|
class |
DeleteCommentCommandImpl
|
class |
EditCommentCommandImpl
|
| Uses of ServiceCommand in com.atlassian.confluence.content.service.page |
|---|
| Subinterfaces of ServiceCommand in com.atlassian.confluence.content.service.page | |
|---|---|
interface |
MovePageCommand
An interface for a command that implements the logic to move a page to another parent or space. |
interface |
TrashPageCommand
|
| Classes in com.atlassian.confluence.content.service.page that implement ServiceCommand | |
|---|---|
class |
DeleteBlogPostCommand
Service command for removing a blog post. |
class |
DeletePageCommand
Service command for removing a page. |
class |
MovePageCommandImpl
|
class |
MovePageToTopOfSpaceCommand
A command that moves a page to a top level of a given space. |
class |
RevertPageCommand
|
class |
RevertPageOrderCommand
Removes page position information from the children of the provided page, effectively reverting their order to alphabetical. |
class |
SetPageOrderCommand
|
class |
TrashPageCommandImpl
|
| Uses of ServiceCommand in com.atlassian.confluence.content.service.space |
|---|
| Classes in com.atlassian.confluence.content.service.space that implement ServiceCommand | |
|---|---|
class |
DeleteSpaceCommand
Service command for removing a space. |
| Uses of ServiceCommand in com.atlassian.confluence.core.actions |
|---|
| Constructors in com.atlassian.confluence.core.actions with parameters of type ServiceCommand | |
|---|---|
ServiceBackedActionHelper(ServiceCommand serviceCommand)
|
|
| Uses of ServiceCommand in com.atlassian.confluence.core.service |
|---|
| Classes in com.atlassian.confluence.core.service that implement ServiceCommand | |
|---|---|
class |
AbstractServiceCommand
Base implementation of ServiceCommand that takes care of the internal logic related to the order in which
the various operations must be performed. |
class |
RunAsUserCommand
An experimental command for running services as another user. |
| Methods in com.atlassian.confluence.core.service that return ServiceCommand | |
|---|---|
ServiceCommand |
CommandActionHelper.getCommand()
|
| Constructors in com.atlassian.confluence.core.service with parameters of type ServiceCommand | |
|---|---|
CommandActionHelper(ServiceCommand command)
|
|
RunAsUserCommand(com.atlassian.user.User userToRunAs,
ServiceCommand delegate)
|
|
| Uses of ServiceCommand in com.atlassian.confluence.labels.service |
|---|
| Subinterfaces of ServiceCommand in com.atlassian.confluence.labels.service | |
|---|---|
interface |
AddLabelsCommand
Takes a string of comma separated labels and adds them to a Page or Blog Post for the specified user. |
interface |
RemoveLabelCommand
Removes a label from a Page or Blog Post. |
| Classes in com.atlassian.confluence.labels.service that implement ServiceCommand | |
|---|---|
class |
AddLabelsCommandImpl
|
class |
RemoveLabelCommandImpl
|
| Uses of ServiceCommand in com.atlassian.confluence.pages.actions |
|---|
| Methods in com.atlassian.confluence.pages.actions that return ServiceCommand | |
|---|---|
protected ServiceCommand |
SetPageOrderAction.createCommand()
|
protected ServiceCommand |
RevertPageOrderAction.createCommand()
|
protected ServiceCommand |
MovePageAction.createCommand()
|
protected abstract ServiceCommand |
AbstractCommandAction.createCommand()
|
| Uses of ServiceCommand in com.atlassian.confluence.renderer.actions |
|---|
| Methods in com.atlassian.confluence.renderer.actions that return ServiceCommand | |
|---|---|
protected ServiceCommand |
RenderContentAction.createCommand()
|
protected ServiceCommand |
NotationHelpBookmarkAction.createCommand()
|
| Uses of ServiceCommand in com.atlassian.confluence.spring.service |
|---|
| Methods in com.atlassian.confluence.spring.service that return ServiceCommand | |
|---|---|
ServiceCommand |
ServiceCommandTransactionProxy.proxyCommand(ServiceCommand command,
java.lang.Class proxyInterface)
|
| Methods in com.atlassian.confluence.spring.service with parameters of type ServiceCommand | |
|---|---|
ServiceCommand |
ServiceCommandTransactionProxy.proxyCommand(ServiceCommand command,
java.lang.Class proxyInterface)
|
| Uses of ServiceCommand in com.atlassian.confluence.user.service |
|---|
| Subinterfaces of ServiceCommand in com.atlassian.confluence.user.service | |
|---|---|
interface |
DeleteProfilePictureCommand
|
interface |
SetProfilePictureCommand
Commands for setting a user's profile picture |
| Classes in com.atlassian.confluence.user.service that implement ServiceCommand | |
|---|---|
class |
DeleteProfilePictureCommandImpl
|
class |
SetProfilePictureFromFilenameCommand
Service command for setting a user's profile picture to previously uploaded attachment, or to a built-in icon. |
class |
SetProfilePictureFromImageCommandImpl
Service command for setting a user's profile picture to a newly uploaded image. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||