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