BUG 6210 Request for web service to retrieve all the case variables SOLVED

- The getVariables() web service is not very useful, if you don't know which case variables have been defined.
- Changed name from getAllVariables to getVariablesNames.
This commit is contained in:
Hector Cortez
2012-10-08 09:09:01 -04:00
parent ad86b56293
commit f8268dc6e4
3 changed files with 15 additions and 15 deletions

View File

@@ -1659,7 +1659,7 @@ class wsBase
*
* @return $result will return an object
*/
public function getAllVariables($caseId)
public function getVariablesNames($caseId)
{
try {