User Tools

Site Tools


stats:proc:revokeassistantrights

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
stats:proc:revokeassistantrights [2011/09/28 23:50]
Patrick Michel
stats:proc:revokeassistantrights [2012/05/29 16:38]
Patrick Michel
Line 2: Line 2:
  
 <code xcend> <code xcend>
-revokeAssistantRights(ident username, ident exerciseId) { +revokeAssistantRights(ident uid, ident username, ident exerciseId) { 
-  assume exists //​accounts/​account[username]/exercise[exerciseId];​ # implies the account exists, which is implicitly true anyway +  assume exists //​accounts/​account[uid]/admin;
-  assume exists //​exercises/​exercise[exerciseId]/​assistant[account]# implied by integrity and the assumption before+
  
-  ​remove ​//​accounts/​account[username]/​exercise[exerciseId];​ +  ​assume exists ​//​accounts/​account[username]/​assistant[exerciseId];​ # implies the account exists, which is implicitly true anyway 
-  remove //​exercises/​exercise[exerciseId]/​assistant[account]; +  assume exists //exercises/exercise[exerciseId]/​assistant[username];​ # implied by integrity and the assumption before 
-# roles: admin+ 
 +  remove //​accounts/​account[username]/​assistant[exerciseId];​ 
 +  remove //​exercises/​exercise[exerciseId]/​assistant[username]; 
 +}
 </​code>​ </​code>​
  
stats/proc/revokeassistantrights.txt · Last modified: 2013/07/10 12:32 (external edit)