static FlowchartToBpmnConverterInput.Builder |
FlowchartToBpmnConverterInput.builder(Mandant client,
Projekt project,
WorkflowProcess process,
IMessageLocalizer localizer) |
|
FlowchartToBpmnConverterInput.Builder |
FlowchartToBpmnConverterInput.Builder.clock(Clock clock) |
Sets the clock used for date and time operations.
|
FlowchartToBpmnConverterInput.Builder |
FlowchartToBpmnConverterInput.Builder.exporterName(String exporterName) |
Sets the name of the exporter that creates the BPMN XML file.
|
FlowchartToBpmnConverterInput.Builder |
FlowchartToBpmnConverterInput.Builder.exporterVersion(String exporterVersion) |
Sets the version of the exporter that creates the BPMN XML file.
|
FlowchartToBpmnConverterInput.Builder |
FlowchartToBpmnConverterInput.Builder.states(List<WorkflowState> states) |
Sets the list of workflow states available for the process being converted.
|
FlowchartToBpmnConverterInput.Builder |
FlowchartToBpmnConverterInput.Builder.taskFilter(Predicate<WorkflowTask> taskFilter) |
Sets the filter for workflow tasks.
|
FlowchartToBpmnConverterInput.Builder |
FlowchartToBpmnConverterInput.Builder.temporalFormatter(IPresetTemporalFormatter temporalFormatter) |
Sets the temporal formatter used for formatting date and time values in the BPMN diagram.
|
FlowchartToBpmnConverterInput.Builder |
FlowchartToBpmnConverterInput.Builder.zone(ZoneId zone) |
Sets the system zone ID used for date and time operations.
|