Remove not needed JpaDistributionSetType.compatibleToTargetTypes (#2193)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-01-10 12:58:26 +02:00
committed by GitHub
parent e1f43c8705
commit 0e4efe0987
5 changed files with 15 additions and 70 deletions

View File

@@ -99,19 +99,10 @@ public interface DistributionSetType extends Type {
return getOptionalModuleTypes().stream().anyMatch(element -> element.getId().equals(softwareModuleTypeId));
}
/**
* Compares the modules of this {@link DistributionSetType} and the given
* one.
*
* @param dsType to compare with
* @return <code>true</code> if the lists are identical.
*/
boolean areModuleEntriesIdentical(DistributionSetType dsType);
/**
* @param distributionSet to check for completeness
* @return <code>true</code> if the all mandatory software module types are
* in the system.
*/
boolean checkComplete(DistributionSet distributionSet);
}
}