diff --git a/workflow/engine/services/rest/Application.php b/workflow/engine/services/rest/Case.php similarity index 52% rename from workflow/engine/services/rest/Application.php rename to workflow/engine/services/rest/Case.php index 5a7af0e07..51557fba4 100644 --- a/workflow/engine/services/rest/Application.php +++ b/workflow/engine/services/rest/Case.php @@ -1,8 +1,8 @@ getAll($userUid, $start, $limit, $type); + return $app->getAll($userUid, $start, $limit, $type, $filter, $search, $process, $user, $status, $typeResource, $dateFrom, $dateTo); } else { // get a specific record. G::loadClass('wsBase');