|
RULE restrict_class_system_assignment_for_class FOR (class); WHERE wr1: SIZEOF ( QUERY ( c <* class | SIZEOF ( QUERY ( aca <* USEDIN ( c , 'catalog_data_information_mim' + '.classification_assignment.assigned_class' ) | ( ( aca . role . name = 'class system membership' ) AND ( 'catalog_data_information_mim' + '.applied_classification_assignment' IN TYPEOF ( aca ) ) ) ) ) > 1 ) ) = 0 ; END_RULE; -- restrict_class_system_assignment_for_class |
|
public class RRestrict_class_system_assignment_for_class public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |