From ffa4e578d5db45374b768e6094be48e6a09789bd Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Mon, 13 Aug 2012 18:18:46 -0400 Subject: [PATCH] PM Rest: Renaming Application to => Case class rest api --- workflow/engine/services/rest/{Application.php => Case.php} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename workflow/engine/services/rest/{Application.php => Case.php} (52%) 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');