Uses of Class
de.xima.fc.workflow.designer.bpmn.model.settings.BpmnExportSettingsViewModel
-
Packages that use BpmnExportSettingsViewModel Package Description de.xima.fc.workflow.designer.bpmn.bean de.xima.fc.workflow.designer.bpmn.helper de.xima.fc.workflow.designer.bpmn.model.settings -
-
Uses of BpmnExportSettingsViewModel in de.xima.fc.workflow.designer.bpmn.bean
Methods in de.xima.fc.workflow.designer.bpmn.bean that return BpmnExportSettingsViewModel Modifier and Type Method Description BpmnExportSettingsViewModelWorkflowBpmnExportBean. getExportSettings()Gets the view model with the settings for the BPMN export. -
Uses of BpmnExportSettingsViewModel in de.xima.fc.workflow.designer.bpmn.helper
Methods in de.xima.fc.workflow.designer.bpmn.helper with parameters of type BpmnExportSettingsViewModel Modifier and Type Method Description static voidBpmnExportViewHelper. applyPreset(EFlowchartToBpmnConverterSettingsPreset preset, BpmnExportSettingsViewModel exportSettings)Applies the given preset to the export settings.static FlowchartToBpmnConverterSettingsBpmnExportViewHelper. createBpmnXmlSettings(BpmnExportSettingsViewModel exportSettings, Locale locale, boolean forVisualization) -
Uses of BpmnExportSettingsViewModel in de.xima.fc.workflow.designer.bpmn.model.settings
Methods in de.xima.fc.workflow.designer.bpmn.model.settings that return BpmnExportSettingsViewModel Modifier and Type Method Description static BpmnExportSettingsViewModelBpmnExportSettingsViewModel. empty()
-