Uses of Class
de.xima.fc.workflow.converter.bpmn.FlowchartToBpmnConverterSettings
-
Packages that use FlowchartToBpmnConverterSettings Package Description de.xima.fc.workflow.converter.bpmn de.xima.fc.workflow.designer.bpmn.helper de.xima.fc.workflow.designer.bpmn.model.settings -
-
Uses of FlowchartToBpmnConverterSettings in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return FlowchartToBpmnConverterSettings Modifier and Type Method Description FlowchartToBpmnConverterSettings
FlowchartToBpmnConverterSettings.Builder. build()
Build the settings object.Methods in de.xima.fc.workflow.converter.bpmn with parameters of type FlowchartToBpmnConverterSettings Modifier and Type Method Description static de.xima.bpmn_model.api.xml.BpmnXmlConversionResult<String>
FlowchartToBpmnConverter. convertFlowchartToBpmnAndWriteToString(IEntityContext ec, FlowchartToBpmnConverterInput input, FlowchartToBpmnConverterSettings settings)
Creates aBpmnModel
for aWorkflowProcess
and returns the BPMN diagram as a serialized XML string. -
Uses of FlowchartToBpmnConverterSettings in de.xima.fc.workflow.designer.bpmn.helper
Methods in de.xima.fc.workflow.designer.bpmn.helper that return FlowchartToBpmnConverterSettings Modifier and Type Method Description static FlowchartToBpmnConverterSettings
BpmnExportViewHelper. createBpmnXmlSettings(BpmnExportSettingsViewModel exportSettings, Locale locale, boolean forVisualization)
-
Uses of FlowchartToBpmnConverterSettings in de.xima.fc.workflow.designer.bpmn.model.settings
Methods in de.xima.fc.workflow.designer.bpmn.model.settings with parameters of type FlowchartToBpmnConverterSettings Modifier and Type Method Description abstract void
ASettingsViewViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
Applies the settings from the givenFlowchartToBpmnConverterSettings
instance to this view model.void
AssociationSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
BoundaryEventSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
BpmnExportSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
ComplexGatewaySettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
DataObjectSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
DataStoreSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
EndEventSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
EventBasedGatewaySettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
abstract void
EventSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
ExclusiveGatewaySettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
abstract void
GatewaySettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
GeneralSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
InclusiveGatewaySettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
IntermediateCatchEventSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
IntermediateThrowEventSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
InteroperabilitySettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
LaneSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
ParallelGatewaySettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
ParticipantSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
SequenceFlowSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
StartEventSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
SubProcessSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
TaskExportSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
TextAnnotationSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
void
TextSettingsViewModel. applyFromSettings(FlowchartToBpmnConverterSettings settings)
-