|
RULE unique_product_version_id FOR (product); WHERE wr1: SIZEOF ( QUERY ( p <* product | ( SIZEOF ( QUERY ( pv1 <* USEDIN ( p , 'product_view_definition_xim.product_definition_formation.of_product' ) | ( SIZEOF ( QUERY ( pv2 <* USEDIN ( p , 'product_view_definition_xim.product_definition_formation.of_product' ) | pv1 . id = pv2 . id ) ) > 1 ) ) ) > 0 ) ) ) = 0 ; END_RULE; -- unique_product_version_id |
|
public class RUnique_product_version_id public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |