rule chain: fixed conflict after cherry-pick. removed createRelation and deleteRelation. It moved to the AbstractEntityService before
This commit is contained in:
parent
8b653d7065
commit
e17ba0531d
@ -699,16 +699,6 @@ public class BaseRuleChainService extends AbstractEntityService implements RuleC
|
|||||||
ruleNodeDao.removeById(tenantId, entityId.getId());
|
ruleNodeDao.removeById(tenantId, entityId.getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void createRelation(TenantId tenantId, EntityRelation relation) {
|
|
||||||
log.debug("Creating relation: {}", relation);
|
|
||||||
relationService.saveRelation(tenantId, relation);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void deleteRelation(TenantId tenantId, EntityRelation relation) {
|
|
||||||
log.debug("Deleting relation: {}", relation);
|
|
||||||
relationService.deleteRelation(tenantId, relation);
|
|
||||||
}
|
|
||||||
|
|
||||||
private DataValidator<RuleChain> ruleChainValidator =
|
private DataValidator<RuleChain> ruleChainValidator =
|
||||||
new DataValidator<RuleChain>() {
|
new DataValidator<RuleChain>() {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user