Class CmsPublishData

java.lang.Object
org.opencms.ade.publish.shared.CmsPublishData
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsPublishData extends Object implements com.google.gwt.user.client.rpc.IsSerializable
A bean that contains both publish options and a map of projects.

Since:
8.0
  • Field Details

  • Constructor Details

  • Method Details

    • getCloseLink

      public String getCloseLink()
      Gets the close link to open when the dialog is finished.

      Returns:
      the close link
    • getGroups

      Returns the publish groups.

      Returns:
      the publish groups
    • getOptions

      Returns the publish options.

      Returns:
      the publish options
    • getProjects

      Returns the list of projects.

      Returns:
      the list of projects
    • getSelectedWorkflowId

      Returns the selected workflow.

      Returns:
      the selected workflow
    • getWorkflows

      Returns the available work flow actions.

      Returns:
      the available work flow actions
    • isShowConfirmation

      public boolean isShowConfirmation()
      Returns true if the confirmation dialog should be shown before returning to the workplace.

      Returns:
      true if the confirmation dialog is enabled
    • setCloseLink

      public void setCloseLink(String closeLink)
      Sets the close link.

      Parameters:
      closeLink - the close link
    • setShowConfirmation

      public void setShowConfirmation(boolean confirm)
      Enables or disables showing the confirmation dialog before returning to the workplace.

      Parameters:
      confirm - true if the confirmation dialog should be shown