Gets all users found in all assignments for the given tasks.
When allUsers is non-null, adds users to the provided set.
Otherwise creates a new set.
Returns the set of all users.
Example
${task:getAllUsers(allUsers, tasks)}Function Information
| Function Class: | com.pragmatickm.task.servlet.TaskUtil |
|---|---|
| Function Signature: | java.util.SortedSet<java.lang.String> getAllUsers(java.util.SortedSet<java.lang.String>, java.lang.Iterable<? extends com.pragmatickm.task.model.Task>) |
| Display Name: | None |