Package org.opencms.ade.publish.shared
Class CmsPublishData
java.lang.Object
org.opencms.ade.publish.shared.CmsPublishData
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
A bean that contains both publish options and a map of projects.
- Since:
- 8.0
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedFor serialization.CmsPublishData(CmsPublishOptions options, List<CmsProjectBean> projects, CmsPublishGroupList groups, Map<String, CmsWorkflow> workflows, String selectedWorkflowId) Creates a new instance.
- 
Method SummaryModifier and TypeMethodDescriptionGets the close link to open when the dialog is finished.Returns the publish groups.Returns the publish options.Returns the list of projects.Returns the selected workflow.Returns the available work flow actions.booleanReturns true if the confirmation dialog should be shown before returning to the workplace.voidsetCloseLink(String closeLink) Sets the close link.voidsetShowConfirmation(boolean confirm) Enables or disables showing the confirmation dialog before returning to the workplace.
- 
Field Details- 
DICT_NAMEName of the used dictionary.- See Also:
 
 
- 
- 
Constructor Details
- 
CmsPublishDataprotected CmsPublishData()For serialization.
 
- 
Method Details- 
getCloseLinkGets the close link to open when the dialog is finished.- Returns:
- the close link
 
- 
getGroupsReturns the publish groups.- Returns:
- the publish groups
 
- 
getOptionsReturns the publish options.- Returns:
- the publish options
 
- 
getProjectsReturns the list of projects.- Returns:
- the list of projects
 
- 
getSelectedWorkflowIdReturns the selected workflow.- Returns:
- the selected workflow
 
- 
getWorkflowsReturns the available work flow actions.- Returns:
- the available work flow actions
 
- 
isShowConfirmationReturns true if the confirmation dialog should be shown before returning to the workplace.- Returns:
- true if the confirmation dialog is enabled
 
- 
setCloseLinkSets the close link.- Parameters:
- closeLink- the close link
 
- 
setShowConfirmationEnables or disables showing the confirmation dialog before returning to the workplace.- Parameters:
- confirm- true if the confirmation dialog should be shown
 
 
-