Class ResumeDraftAction

    • Constructor Detail

      • ResumeDraftAction

        public ResumeDraftAction()
    • Method Detail

      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • getDraftId

        public long getDraftId()
      • setDraftId

        public void setDraftId​(long draftId)
      • getSpaceKey

        public String getSpaceKey()
      • getPageId

        public String getPageId()
      • getType

        public String getType()
      • getDraftShareId

        public String getDraftShareId()
      • setDraftShareId

        public void setDraftShareId​(String draftShareId)
      • setContentEntityManager

        public void setContentEntityManager​(ContentEntityManager contentEntityManager)
      • getInviteToEditParams

        public String getInviteToEditParams()
        This method is used to forward certain parameters used for invite to edit when redirecting to another action.
      • getAnalyticsParameters

        public String getAnalyticsParameters()
        This method is used to forward certain parameters used for analytics when redirecting to another action.
      • setDraftManager

        public void setDraftManager​(DraftManager draftManager)
      • setCollaborativeEditingHelper

        public void setCollaborativeEditingHelper​(CollaborativeEditingHelper collaborativeEditingHelper)
      • setDraftsTransitionHelper

        public void setDraftsTransitionHelper​(DraftsTransitionHelper draftsTransitionHelper)