|
RULE restrict_multi_language_for_contract FOR (contract); WHERE wr1: SIZEOF ( QUERY ( ent <* contract | NOT allowed_translations ( ent , [ 'purpose' ] ) ) ) = 0 ; END_RULE; -- restrict_multi_language_for_contract |
|
public class RRestrict_multi_language_for_contract public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |