Uses of Interface
de.xima.fc.common.time.IPresetTemporalFormatter
Packages that use IPresetTemporalFormatter
-
Uses of IPresetTemporalFormatter in de.xima.fc.common.time
Classes in de.xima.fc.common.time that implement IPresetTemporalFormatterModifier and TypeClassDescriptionfinal classDefault implementation ofIPresetTemporalFormatterthat provides a builder for formatting temporal objects (like dates and times) into localized strings using predefined styles.Methods in de.xima.fc.common.time that return IPresetTemporalFormatterModifier and TypeMethodDescriptionstatic IPresetTemporalFormatterDefaultPresetTemporalFormatter.rootUtc()Gets a preset formatter that uses the root locale and UTC as a fallback.static IPresetTemporalFormatterDefaultPresetTemporalFormatter.system()Gets a preset formatter that uses the system default locale and zone as a fallback. -
Uses of IPresetTemporalFormatter in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return IPresetTemporalFormatterModifier and TypeMethodDescriptionFlowchartToBpmnConverterInput.temporalFormatter()The temporal formatter used for formatting date and time values in the BPMN diagram.Methods in de.xima.fc.workflow.converter.bpmn with parameters of type IPresetTemporalFormatterModifier and TypeMethodDescriptionFlowchartToBpmnConverterInput.Builder.temporalFormatter(IPresetTemporalFormatter temporalFormatter) Sets the temporal formatter used for formatting date and time values in the BPMN diagram.