Uses of Interface
org.openmetadata.service.formatter.decorators.MessageDecorator
Packages that use MessageDecorator
Package
Description
-
Uses of MessageDecorator in org.openmetadata.service.formatter.decorators
Classes in org.openmetadata.service.formatter.decorators that implement MessageDecoratorModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of MessageDecorator in org.openmetadata.service.formatter.entity
Methods in org.openmetadata.service.formatter.entity with parameters of type MessageDecoratorModifier and TypeMethodDescriptionDefaultEntityFormatter.format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType) EntityFormatter.format(MessageDecorator<?> messageDecorator, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType) IngestionPipelineFormatter.format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType) KpiFormatter.format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType) PipelineFormatter.format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType) QueryFormatter.format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType) TestCaseFormatter.format(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType) -
Uses of MessageDecorator in org.openmetadata.service.formatter.factory
Methods in org.openmetadata.service.formatter.factory with parameters of type MessageDecoratorModifier and TypeMethodDescriptionstatic DefaultFieldFormatterParserFactory.getFieldParserObject(MessageDecorator<?> decorator, String fieldOldValue, String fieldNewValue, String fieldChangeName, MessageParser.EntityLink entityLink) -
Uses of MessageDecorator in org.openmetadata.service.formatter.field
Methods in org.openmetadata.service.formatter.field that return MessageDecoratorModifier and TypeMethodDescriptionDefaultFieldFormatter.getMessageDecorator()FieldFormatter.getMessageDecorator()Constructors in org.openmetadata.service.formatter.field with parameters of type MessageDecoratorModifierConstructorDescriptionDefaultFieldFormatter(MessageDecorator<?> messageDecorator, String fieldOldValue, String fieldNewValue, String fieldChangeName, MessageParser.EntityLink entityLink) FollowersFormatter(MessageDecorator<?> messageDecorator, String fieldOldValue, String fieldNewValue, String fieldChangeName, MessageParser.EntityLink entityLink) OwnerFormatter(MessageDecorator<?> messageDecorator, String fieldOldValue, String fieldNewValue, String fieldChangeName, MessageParser.EntityLink entityLink) TagFormatter(MessageDecorator<?> messageDecorator, String fieldOldValue, String fieldNewValue, String fieldChangeName, MessageParser.EntityLink entityLink) -
Uses of MessageDecorator in org.openmetadata.service.formatter.util
Methods in org.openmetadata.service.formatter.util with parameters of type MessageDecoratorModifier and TypeMethodDescriptionstatic Map<MessageParser.EntityLink,String> FormatterUtil.getFormattedMessages(MessageDecorator<?> messageFormatter, ChangeDescription changeDescription, EntityInterface entity) static StringFormatterUtil.transformMessage(MessageDecorator<?> messageFormatter, FieldChange fieldChange, EntityInterface entity, FormatterUtil.CHANGE_TYPE changeType) -
Uses of MessageDecorator in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type MessageDecoratorModifier and TypeMethodDescriptionFeedUtils.getThreadWithMessage(MessageDecorator<?> messageDecorator, ChangeEvent changeEvent, String loggedInUserName)