Obtain the list of process variables with Bonita API 6.2

Hi, is there a way of getting the list of all the process variables in the Bonita 6.2 java API ?

This did the job:

processAPI.getProcessDataDefinitions(processDefinitionId, startIndex, maxResults)