Uses of Class
org.openmetadata.service.formatter.util.FormatterUtil.CHANGE_TYPE
-
Packages that use FormatterUtil.CHANGE_TYPE Package Description org.openmetadata.service.formatter.entity org.openmetadata.service.formatter.field org.openmetadata.service.formatter.util -
-
Uses of FormatterUtil.CHANGE_TYPE in org.openmetadata.service.formatter.entity
Methods in org.openmetadata.service.formatter.entity with parameters of type FormatterUtil.CHANGE_TYPE Modifier and Type Method Description StringDefaultEntityFormatter. format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType)StringEntityFormatter. format(MessageDecorator<?> messageDecorator, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType)StringIngestionPipelineFormatter. format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType)StringKpiFormatter. format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType)StringQueryFormatter. format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType)StringTestCaseFormatter. format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, 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_TYPE Modifier and Type Method Description StringDefaultFieldFormatter. getFormattedMessage(FormatterUtil.CHANGE_TYPE changeType)StringFieldFormatter. 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_TYPE Modifier and Type Method Description static FormatterUtil.CHANGE_TYPEFormatterUtil.CHANGE_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static FormatterUtil.CHANGE_TYPE[]FormatterUtil.CHANGE_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openmetadata.service.formatter.util with parameters of type FormatterUtil.CHANGE_TYPE Modifier and Type Method Description static StringFormatterUtil. transformMessage(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType)
-