update

[SOLVED] How to update user with API Identity

Hi ,
I can not update a user's data with the API Identity .
Here is my code :

import org.bonitasoft.engine.api.IdentityAPI;
import org.bonitasoft.engine.identity.User;
import org.bonitasoft.engine.identity.UserUpdater;

...
aUser instanciation...
...

UserUpdater updateDescriptor = new UserUpdater();
updateDescriptor.setJobTitle("test");

try {

Update a row in a business object

Hi,

I would like to update a row in my business object. How can I do that ? If i use transient data I modify the list but not the actual object.

I'm using the default h2 database.

Thanks for your answers,

Pauline

Notifications