Export: add a "filter activity by creator job" filter

This commit is contained in:
2023-11-07 16:06:22 +01:00
parent abebb79e8b
commit 83fe3ec3fc
7 changed files with 225 additions and 4 deletions

View File

@@ -28,6 +28,13 @@ interface UserJobRepositoryInterface extends ObjectRepository
*/
public function findAllActive(): array;
/**
* a list of UserJob ordered by name.
*
* @return array<UserJob>
*/
public function findAllOrderedByName(): array;
/**
* @param mixed|null $limit
* @param mixed|null $offset