Class AlertsRuleEvaluator
java.lang.Object
org.openmetadata.service.events.subscription.AlertsRuleEvaluator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilterByTableNameTestCaseBelongsTo(List<String> tableNameList) static EntityInterfacegetEntity(ChangeEvent event) booleangetTestCaseStatusIfInTestSuite(List<String> testResults, List<String> testSuiteList) static ThreadgetThread(ChangeEvent event) booleanmatchAnyDomain(List<String> fieldChangeUpdate) booleanmatchAnyEntityFqn(List<String> entityNames) booleanmatchAnyEntityId(List<String> entityIds) booleanmatchAnyEventType(List<String> eventTypesList) booleanmatchAnyFieldChange(List<String> fieldChangeUpdate) booleanmatchAnyOwnerName(List<String> ownerNameList) booleanmatchAnySource(List<String> originEntities) booleanmatchConversationUser(List<String> usersOrTeamName) booleanmatchIngestionPipelineState(List<String> pipelineState) booleanmatchPipelineState(List<String> pipelineState) booleanmatchTestResult(List<String> testResults) booleanmatchUpdatedBy(List<String> updatedByUserList)
-
Constructor Details
-
AlertsRuleEvaluator
-
-
Method Details
-
matchAnySource
-
matchAnyOwnerName
-
matchAnyEntityFqn
-
matchAnyEntityId
-
matchAnyEventType
-
matchTestResult
-
filterByTableNameTestCaseBelongsTo
-
getTestCaseStatusIfInTestSuite
-
matchUpdatedBy
-
matchIngestionPipelineState
-
matchPipelineState
-
matchAnyFieldChange
-
matchAnyDomain
-
getEntity
-
matchConversationUser
-
getThread
-