Uses of Interface
org.openmetadata.service.formatter.decorators.MessageDecorator
-
-
Uses of MessageDecorator in org.openmetadata.service.formatter.decorators
Classes in org.openmetadata.service.formatter.decorators that implement MessageDecorator Modifier and Type Class Description classEmailMessageDecoratorclassFeedMessageDecoratorclassGChatMessageDecoratorclassMSTeamsMessageDecoratorclassSlackMessageDecorator -
Uses of MessageDecorator in org.openmetadata.service.formatter.entity
Methods in org.openmetadata.service.formatter.entity with parameters of type MessageDecorator 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 MessageDecorator in org.openmetadata.service.formatter.factory
Methods in org.openmetadata.service.formatter.factory with parameters of type MessageDecorator Modifier and Type Method Description static 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 MessageDecorator Modifier and Type Method Description MessageDecorator<?>DefaultFieldFormatter. getMessageDecorator()MessageDecorator<?>FieldFormatter. getMessageDecorator()Constructors in org.openmetadata.service.formatter.field with parameters of type MessageDecorator Constructor Description DefaultFieldFormatter(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 MessageDecorator Modifier and Type Method Description static 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)
-