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, 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) static StringIngestionPipelineFormatter.getIngestionPipelineUrl(MessageDecorator<?> formatter, String entityType, EntityInterface entityInterface) -
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, Thread thread, FieldChange fieldChange, String fieldChangeName) -
Uses of MessageDecorator in org.openmetadata.service.formatter.field
Fields in org.openmetadata.service.formatter.field declared as MessageDecoratorModifier and TypeFieldDescriptionprotected final MessageDecorator<?>DefaultFieldFormatter.messageDecoratorMethods 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 MessageDecoratorModifierConstructorDescriptionAssetsFieldFormatter(MessageDecorator<?> messageDecorator, Thread thread, FieldChange fieldChange) CustomPropertiesFormatter(MessageDecorator<?> messageDecorator, Thread thread, FieldChange fieldChange) DefaultFieldFormatter(MessageDecorator<?> messageDecorator, Thread thread, FieldChange fieldChange) DescriptionFormatter(MessageDecorator<?> messageDecorator, Thread thread, FieldChange fieldChange) DomainFormatter(MessageDecorator<?> messageDecorator, Thread thread, FieldChange fieldChange) FollowersFormatter(MessageDecorator<?> messageDecorator, Thread thread, FieldChange fieldChange) OwnerFormatter(MessageDecorator<?> messageDecorator, Thread thread, FieldChange fieldChange) TagFormatter(MessageDecorator<?> messageDecorator, Thread thread, FieldChange fieldChange) TestCaseResultFormatter(MessageDecorator<?> messageDecorator, Thread thread, FieldChange fieldChange) -
Uses of MessageDecorator in org.openmetadata.service.formatter.util
Methods in org.openmetadata.service.formatter.util with parameters of type MessageDecoratorModifier and TypeMethodDescriptionFormatterUtil.getFormattedMessages(MessageDecorator<?> messageFormatter, Thread thread, ChangeDescription changeDescription) FormatterUtil.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) -
Uses of MessageDecorator in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type MessageDecoratorModifier and TypeMethodDescriptionstatic ThreadFeedUtils.getThread(MessageDecorator<?> decorator, EntityInterface entityInterface, String linkString, String entityType, String loggedInUserName) FeedUtils.getThreadWithMessage(MessageDecorator<?> messageDecorator, ChangeEvent changeEvent)