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
public class BpmnExportSettingsViewModel extends ASettingsViewViewModel
Model for the flow graph BPMN editor component of the workflow designer.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BpmnExportSettingsViewModel()
-
Method Summary
-
-
-
Method Detail
-
applyFromSettings
public void applyFromSettings(IWorkflowBpmnLayoutSettings settings)
Description copied from class:ASettingsViewViewModel
Applies the settings from the givenIWorkflowBpmnLayoutSettings
instance to this view model.- Specified by:
applyFromSettings
in classASettingsViewViewModel
- Parameters:
settings
- The settings to apply.
-
applyFromSettings
public void applyFromSettings(FlowchartToBpmnConverterSettings settings)
Description copied from class:ASettingsViewViewModel
Applies the settings from the givenFlowchartToBpmnConverterSettings
instance to this view model.- Specified by:
applyFromSettings
in classASettingsViewViewModel
- Parameters:
settings
- The settings to apply.
-
applyToBuilder
public void applyToBuilder(WorkflowBpmnLayoutSettings.Builder builder)
Description copied from class:ASettingsViewViewModel
Applies the settings from this view model to the givenWorkflowBpmnLayoutSettings.Builder
instance.- Specified by:
applyToBuilder
in classASettingsViewViewModel
- Parameters:
builder
- The builder to apply settings to.
-
applyToBuilder
public void applyToBuilder(FlowchartToBpmnConverterSettings.Builder builder)
Description copied from class:ASettingsViewViewModel
Applies the settings from this view model to the givenFlowchartToBpmnConverterSettings.Builder
instance.- Specified by:
applyToBuilder
in classASettingsViewViewModel
- Parameters:
builder
- The builder to apply settings to.
-
getAssociation
public AssociationSettingsViewModel getAssociation()
-
getBoundaryEvent
public BoundaryEventSettingsViewModel getBoundaryEvent()
-
getComplexGateway
public ComplexGatewaySettingsViewModel getComplexGateway()
-
getDataObject
public DataObjectSettingsViewModel getDataObject()
-
getDataStore
public DataStoreSettingsViewModel getDataStore()
-
getEndEvent
public EndEventSettingsViewModel getEndEvent()
-
getEventBasedGateway
public EventBasedGatewaySettingsViewModel getEventBasedGateway()
-
getExclusiveGateway
public ExclusiveGatewaySettingsViewModel getExclusiveGateway()
-
getGeneral
public GeneralSettingsViewModel getGeneral()
-
getInclusiveGateway
public InclusiveGatewaySettingsViewModel getInclusiveGateway()
-
getIntermediateCatchEvent
public IntermediateCatchEventSettingsViewModel getIntermediateCatchEvent()
-
getIntermediateThrowEvent
public IntermediateThrowEventSettingsViewModel getIntermediateThrowEvent()
-
getInteroperability
public InteroperabilitySettingsViewModel getInteroperability()
-
getLane
public LaneSettingsViewModel getLane()
-
getParallelGateway
public ParallelGatewaySettingsViewModel getParallelGateway()
-
getParticipant
public ParticipantSettingsViewModel getParticipant()
-
getSequenceFlow
public SequenceFlowSettingsViewModel getSequenceFlow()
-
getStartEvent
public StartEventSettingsViewModel getStartEvent()
-
getSubProcess
public SubProcessSettingsViewModel getSubProcess()
-
getTask
public TaskExportSettingsViewModel getTask()
-
getTextAnnotation
public TextAnnotationSettingsViewModel getTextAnnotation()
-
empty
public static BpmnExportSettingsViewModel empty()
- Returns:
- A new empty model with the defaults.
-
-