com.atlassian.confluence.user.actions
Class ViewMyDraftsAction
java.lang.Object
com.opensymphony.xwork.ActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.user.actions.AbstractUserProfileAction
com.atlassian.confluence.user.actions.ViewMyDraftsAction
- All Implemented Interfaces:
- WebInterface, BreadcrumbAware, Action, LocaleProvider, TextProvider, Validateable, ValidationAware, Serializable
public class ViewMyDraftsAction
- extends AbstractUserProfileAction
- See Also:
- Serialized Form
Fields inherited from class com.atlassian.confluence.user.actions.AbstractUserProfileAction |
attachmentManager, blockWikiStyleRenderer, favouriteManager, followManager, HOMEPAGE_DASHBOARD, HOMEPAGE_PROFILE, HOMEPAGE_SITEHOME, HTML_FRIENDLY_NAME, HTML_MIME_TYPE, inlineWikiStyleRenderer, notificationManager, personalInformationManager, spaceManager, TEXT_FRIENDLY_NAME, TEXT_MIME_TYPE, userStatusManager |
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, log, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager |
Methods inherited from class com.atlassian.confluence.user.actions.AbstractUserProfileAction |
getAttachments, getBlockWikiStyleRenderer, getBreadcrumb, getCurrentStatus, getEmail, getFullName, getHasStatusUpdates, getInlineWikiStyleRenderer, getPageTitle, getPersonalInformation, getPersonalInformationEntity, getPersonalSpaceKey, getUser, getUsername, getUserPreferences, getUserProfilePicture, getWebInterfaceContext, hasPersonalSpace, isFavourite, isFollowing, isMyProfile, isViewingMyProfile, setAttachmentManager, setBlockWikiStyleRenderer, setEmail, setFavouriteManager, setFollowManager, setFullName, setInlineWikiStyleRenderer, setNotificationManager, setPersonalInformation, setPersonalInformationManager, setSpaceManager, setUserStatusManager |
Methods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
addActionError, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getActionName, getBootstrapManager, getCancelResult, getDateFormatter, getDefaultResourceBundle, getEventManager, getFriendlyDateFormatter, getGlobalHelper, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getNiceContentType, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRandom, getRemoteUser, getSession, getSpaceHelper, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUser, getUserAccessor, getUserFullName, getUserInterfaceState, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermissionCheck, isPermitted, isPermittedAsString, isPrintableVersion, isSharedMode, isUserStatusPluginEnabled, isUsingHSQL, setBootstrapManager, setCancel, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setPermissionCheck, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSpacePermissionManager, setUserAccessor, setWebInterfaceManager |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
addActionError, addActionMessage, addFieldError, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REDIRECT
public static final String REDIRECT
- See Also:
- Constant Field Values
ViewMyDraftsAction
public ViewMyDraftsAction()
doDelete
public String doDelete()
throws Exception
- Throws:
Exception
getDeleteUrlForDraft
public String getDeleteUrlForDraft(Draft draft)
getDrafts
public List<Draft> getDrafts()
getResumeEditingUrlForDraft
public String getResumeEditingUrlForDraft(Draft draft)
getViewConflictUrlForDraft
public String getViewConflictUrlForDraft(Draft draft)
setDraftManager
public void setDraftManager(DraftManager draftManager)
getDraftManager
public DraftManager getDraftManager()
getDraftId
public String getDraftId()
setDraftId
public void setDraftId(String draftId)