Package | Description |
---|---|
com.atlassian.confluence.content.service | |
com.atlassian.confluence.userstatus |
Modifier and Type | Method and Description |
---|---|
Draft |
DraftService.findDraftForEditor(long contentId,
DraftService.DraftType type,
String spaceKey)
Find and return a draft of the specified content Id and type for the current user.
|
Draft |
DefaultDraftService.getDraft(long draftId) |
Draft |
DraftService.getDraft(long draftId)
gets the draft by id for the authenticated user
|
boolean |
DefaultDraftService.isDraftContentChanged(Long draftId,
String title,
String content,
Long contentId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FavouriteManager.addPageToFavourites(com.atlassian.user.User user,
AbstractPage page)
Add a page or blog post to a user's favourites by attaching a personal label to the space.
|
void |
DefaultFavouriteManager.addPageToFavourites(com.atlassian.user.User user,
AbstractPage page) |
void |
FavouriteManager.addSpaceToFavourites(com.atlassian.user.User user,
Space space)
Add a space to a user's favourites by attaching a personal label to the space.
|
void |
DefaultFavouriteManager.addSpaceToFavourites(com.atlassian.user.User user,
Space space) |
void |
FavouriteManager.removePageFromFavourites(com.atlassian.user.User user,
AbstractPage page)
Remove a page or blog post from a user's favourites.
|
void |
DefaultFavouriteManager.removePageFromFavourites(com.atlassian.user.User user,
AbstractPage page) |
void |
FavouriteManager.removeSpaceFromFavourites(com.atlassian.user.User user,
Space space)
Remove a space from a user's favourites.
|
void |
DefaultFavouriteManager.removeSpaceFromFavourites(com.atlassian.user.User user,
Space space) |
Copyright © 2003–2017 Atlassian. All rights reserved.