Class BpmnExportSettingsViewModel
java.lang.Object
de.xima.fc.workflow.designer.bpmn.model.settings.ASettingsViewViewModel
de.xima.fc.workflow.designer.bpmn.model.settings.BpmnExportSettingsViewModel
- All Implemented Interfaces:
Serializable
Model for the flow graph BPMN editor component of the workflow designer.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyFromSettings(IWorkflowBpmnLayoutSettings settings) Applies the settings from the givenIWorkflowBpmnLayoutSettingsinstance to this view model.voidApplies the settings from the givenFlowchartToBpmnConverterSettingsinstance to this view model.voidApplies the settings from this view model to the givenWorkflowBpmnLayoutSettings.Builderinstance.voidApplies the settings from this view model to the givenFlowchartToBpmnConverterSettings.Builderinstance.static BpmnExportSettingsViewModelempty()getLane()getTask()
-
Constructor Details
-
BpmnExportSettingsViewModel
public BpmnExportSettingsViewModel()
-
-
Method Details
-
applyFromSettings
Description copied from class:ASettingsViewViewModelApplies the settings from the givenIWorkflowBpmnLayoutSettingsinstance to this view model.- Specified by:
applyFromSettingsin classASettingsViewViewModel- Parameters:
settings- The settings to apply.
-
applyFromSettings
Description copied from class:ASettingsViewViewModelApplies the settings from the givenFlowchartToBpmnConverterSettingsinstance to this view model.- Specified by:
applyFromSettingsin classASettingsViewViewModel- Parameters:
settings- The settings to apply.
-
applyToBuilder
Description copied from class:ASettingsViewViewModelApplies the settings from this view model to the givenWorkflowBpmnLayoutSettings.Builderinstance.- Specified by:
applyToBuilderin classASettingsViewViewModel- Parameters:
builder- The builder to apply settings to.
-
applyToBuilder
Description copied from class:ASettingsViewViewModelApplies the settings from this view model to the givenFlowchartToBpmnConverterSettings.Builderinstance.- Specified by:
applyToBuilderin classASettingsViewViewModel- Parameters:
builder- The builder to apply settings to.
-
getAssociation
-
getBoundaryEvent
-
getComplexGateway
-
getDataObject
-
getDataStore
-
getEndEvent
-
getEventBasedGateway
-
getExclusiveGateway
-
getGeneral
-
getInclusiveGateway
-
getIntermediateCatchEvent
-
getIntermediateThrowEvent
-
getInteroperability
-
getLane
-
getParallelGateway
-
getParticipant
-
getSequenceFlow
-
getStartEvent
-
getSubProcess
-
getTask
-
getTextAnnotation
-
empty
- Returns:
- A new empty model with the defaults.
-