| Modifier and Type | Method and Description |
|---|---|
protected UIParsingRule |
ParsingRuleController._newInstanceTClass(org.qubership.automation.itf.core.model.jpa.message.parser.ParsingRule object) |
UIParsingRule |
ParsingRuleController.create(String parentId,
UUID projectUuid,
Class<? extends org.qubership.automation.itf.core.model.common.Storable> type) |
UIParsingRule |
ParsingRuleController.getById(String id,
UUID projectUuid) |
UIParsingRule |
ParsingRuleController.update(UIParsingRule parsingRule,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
protected org.qubership.automation.itf.core.model.jpa.message.parser.ParsingRule |
ParsingRuleController._beforeUpdate(UIParsingRule uiParsingRule,
org.qubership.automation.itf.core.model.jpa.message.parser.ParsingRule parsingRule) |
UIParsingRule |
ParsingRuleController.update(UIParsingRule parsingRule,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
Set<UIParsingRule> |
SituationController.getParsingRules(String id,
UUID projectUuid)
Get situation's parsing rules.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ControllerHelper.validateParsingRule(UIParsingRule uiParsingRule,
org.qubership.automation.itf.core.model.jpa.message.parser.ParsingRule parsingRule) |
| Modifier and Type | Method and Description |
|---|---|
UIWrapper<Set<UIParsingRule>> |
UISituation.getParsingRules() |
UIWrapper<Set<UIParsingRule>> |
UISystem.getParsingRules() |
UIWrapper<List<UIParsingRule>> |
UIOperation.getParsingRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIOperation.setParsingRules(UIWrapper<List<UIParsingRule>> parsingRules) |
void |
UISituation.setParsingRules(UIWrapper<Set<UIParsingRule>> parsingRules) |
void |
UISystem.setParsingRules(UIWrapper<Set<UIParsingRule>> parsingRules) |
Copyright © 2025. All rights reserved.