Changes for page TQL - metody (funkce)

Last modified by Jiří Gazárek on 2025/02/04 09:44

From version 3.1
edited by Jan Klůfa
on 2024/12/05 11:36
Change comment: There is no comment for this version
To version 4.1
edited by Jiří Gazárek
on 2025/02/04 09:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.klufa
1 +XWiki.gazarek
Content
... ... @@ -238,5 +238,12 @@
238 238  
239 239   Long invoiceItemDefinitionId();
240 240  
241 +  boolean workHasAnyLabelIds(int ... labelIds);
242 +
243 +  boolean workHasNotAnyLabelIds(int ... labelIds);
244 +
241 241   Double userDebt(long departmentId);
242 242  }}}
247 +
248 +
249 +