Uses of Class
de.xima.fc.workflow.converter.bpmn.FlowchartToBpmnConversionException
Packages that use FlowchartToBpmnConversionException
-
Uses of FlowchartToBpmnConversionException in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return FlowchartToBpmnConversionExceptionModifier and TypeMethodDescriptionWraps the given exception in aFlowchartToBpmnConversionExceptionif it is not already one.Methods in de.xima.fc.workflow.converter.bpmn that throw FlowchartToBpmnConversionExceptionModifier and TypeMethodDescriptionstatic de.xima.bpmn_model.api.xml.BpmnXmlConversionResult<String> FlowchartToBpmnConverter.convertFlowchartToBpmnAndWriteToString(IEntityContext ec, FlowchartToBpmnConverterInput input, FlowchartToBpmnConverterSettings settings) Creates aBpmnModelfor aWorkflowProcessand returns the BPMN diagram as a serialized XML string.