Uses of Package
com.atlassian.confluence.content.service.page
-
Classes in com.atlassian.confluence.content.service.page used by com.atlassian.confluence.content.service Class Description ContentPermissionProvider An interface implemented by a class that can provide ContentPermissions.CreateContextProvider Allows the context of the page creation process to be retrieved (e.g.MovePageCommand An interface for a command that implements the logic to move a page to another parent or space.PageLocator PageProvider An interface implemented by a class that can provide the page to be created. -
Classes in com.atlassian.confluence.content.service.page used by com.atlassian.confluence.content.service.blogpost Class Description ContentPermissionProvider An interface implemented by a class that can provide ContentPermissions.CreateAbstractPageCommandImpl An abstract base class for create commands for AbstractPage subclasses such as Page or BlogPostCreateContextProvider Allows the context of the page creation process to be retrieved (e.g.RemoveAbstractPageVersionCommand Service command for removing a version of a page or blog post. -
Classes in com.atlassian.confluence.content.service.page used by com.atlassian.confluence.content.service.page Class Description AbstractPageLocator ContentPermissionProvider An interface implemented by a class that can provide ContentPermissions.CreateAbstractPageCommandImpl An abstract base class for create commands for AbstractPage subclasses such as Page or BlogPostCreateContextProvider Allows the context of the page creation process to be retrieved (e.g.CreatePageCommand An interface for a command that will create a new page.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.MovePageAbstractCommand Base class for commands which are responsible for page movingMovePageCommand An interface for a command that implements the logic to move a page to another parent or space.PageLocator PageProvider An interface implemented by a class that can provide the page to be created.RemoveAbstractPageVersionCommand Service command for removing a version of a page or blog post. -
Classes in com.atlassian.confluence.content.service.page used by com.atlassian.confluence.pages.actions Class Description MovePageCommand An interface for a command that implements the logic to move a page to another parent or space.PageProvider An interface implemented by a class that can provide the page to be created.StringParsingContextProvider A CreateContextProvider which returns a context based on a supplied query string.