es.udc.mypersonalizer.admin.model.tasks |
|
Java Source File Name | Type | Comment |
DeleteUsersByLoginNameTask.java | Class | Deletes users given its login name, except for the special users
"mypersonalizer" and "anonymous". |
NoOpTask.java | Class | This is an empty task that performs no operation on the given properties. |
SampleMailTask.java | Class | Sample task that sends an e-mail to a user, aplying the following
substitutions:
${name} : The user's name. |