how can i set a document content using java API

Hi,

the java API offers the 

apiAccessor.getProcessAPI().setDocumentList(processInstanceId, name, documentsValues)

method, but not the setDocumentValue() to just update a single doc content.

How can I update this value ?