Uses of Enum Class
org.openmetadata.service.formatter.util.FormatterUtil.CHANGE_TYPE
Packages that use FormatterUtil.CHANGE_TYPE
Package
Description
-
Uses of FormatterUtil.CHANGE_TYPE in org.openmetadata.service.formatter.entity
Methods in org.openmetadata.service.formatter.entity with parameters of type FormatterUtil.CHANGE_TYPEModifier and TypeMethodDescriptionDefaultEntityFormatter.format(MessageDecorator<?> messageFormatter, Thread thread, FieldChange fieldChange, FormatterUtil.CHANGE_TYPE changeType) EntityFormatter.format(MessageDecorator<?> messageDecorator, Thread thread, FieldChange fieldChange, FormatterUtil.CHANGE_TYPE changeType) IngestionPipelineFormatter.format(MessageDecorator<?> messageFormatter, Thread thread, FieldChange fieldChange, FormatterUtil.CHANGE_TYPE changeType) KpiFormatter.format(MessageDecorator<?> messageFormatter, Thread thread, FieldChange fieldChange, FormatterUtil.CHANGE_TYPE changeType) PipelineFormatter.format(MessageDecorator<?> messageFormatter, Thread thread, FieldChange fieldChange, FormatterUtil.CHANGE_TYPE changeType) QueryFormatter.format(MessageDecorator<?> messageFormatter, Thread thread, FieldChange fieldChange, FormatterUtil.CHANGE_TYPE changeType) -
Uses of FormatterUtil.CHANGE_TYPE in org.openmetadata.service.formatter.field
Methods in org.openmetadata.service.formatter.field with parameters of type FormatterUtil.CHANGE_TYPEModifier and TypeMethodDescriptionDefaultFieldFormatter.getFormattedMessage(FormatterUtil.CHANGE_TYPE changeType) FieldFormatter.getFormattedMessage(FormatterUtil.CHANGE_TYPE changeType) -
Uses of FormatterUtil.CHANGE_TYPE in org.openmetadata.service.formatter.util
Methods in org.openmetadata.service.formatter.util that return FormatterUtil.CHANGE_TYPEModifier and TypeMethodDescriptionstatic FormatterUtil.CHANGE_TYPEReturns the enum constant of this class with the specified name.static FormatterUtil.CHANGE_TYPE[]FormatterUtil.CHANGE_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openmetadata.service.formatter.util with parameters of type FormatterUtil.CHANGE_TYPEModifier and TypeMethodDescriptionFormatterUtil.getFormattedMessagesForAllFieldChange(MessageDecorator<?> messageFormatter, Thread thread, List<FieldChange> fields, FormatterUtil.CHANGE_TYPE changeType) static StringFormatterUtil.transformMessage(MessageDecorator<?> messageFormatter, Thread thread, FieldChange fieldChange, FormatterUtil.CHANGE_TYPE changeType)