Uses of Class
de.xima.fc.workflow.converter.bpmn.FlowchartToBpmnConverterInput.Builder
Packages that use FlowchartToBpmnConverterInput.Builder
-
Uses of FlowchartToBpmnConverterInput.Builder in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return FlowchartToBpmnConverterInput.BuilderModifier and TypeMethodDescriptionFlowchartToBpmnConverterInput.builder(Mandant client, Projekt project, WorkflowProcess process, IMessageLocalizer localizer) Creates a newFlowchartToBpmnConverterInput.Builderfor constructing aFlowchartToBpmnConverterInput.Sets the clock used for date and time operations.FlowchartToBpmnConverterInput.Builder.exporterName(String exporterName) Sets the name of the exporter that creates the BPMN XML file.FlowchartToBpmnConverterInput.Builder.exporterVersion(String exporterVersion) Sets the version of the exporter that creates the BPMN XML file.FlowchartToBpmnConverterInput.Builder.states(List<WorkflowState> states) Sets the list of workflow states available for the process being converted.FlowchartToBpmnConverterInput.Builder.taskFilter(Predicate<WorkflowTask> taskFilter) Sets the filter for workflow tasks.FlowchartToBpmnConverterInput.Builder.temporalFormatter(IPresetTemporalFormatter temporalFormatter) Sets the temporal formatter used for formatting date and time values in the BPMN diagram.Sets the system zone ID used for date and time operations.