User

[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 {

Information about Users interested in bonitasoft

Can someone list the benefits a user with no technology knowledge can obtain from using bonitasoft for their bpm's?

LDAP authentication

Hi, I'm a newbie. I would like create a process where I will define more groups, where I will insert some user find out from LDAP server. How can I do that? Is it possible? Is there a tutorial?

Thanks Francesco

how can i get user's name assigned to specific task

hello ,

i have four task

task1 service task2 human : only one user assigned task3 human : only one user assigned . task 4 service

i want to store that both task's user's name into two variable at service task . pl give me way to do that . provide me code . thanks

getUsersInMembership()

Hi.

Can I get the list of all the users in a Membership with Bonita 6.3.1 ? I search in the IdentityApi but there is only getUsersInRole() and getUsersInGroup(). I need something like getUsersInMembership(roleId, groupId), or getUsersInMembership(membershipId) + getMembership(roleId, groupId) or getUsersInRoleAndGroup(roleId, groupId).

If you know where I can find something like this, it will help me a lot.

Thanks in advance.

PS : I can combine getUsersInRole() and getUsersInGroup() like this :

[Résolu] Organisation par défaut (active)

Bonjour,

J'utilise la version 6.3 de Bonita Community. Je cherche désespérement comment mettre ma propre organisation par défaut. Je n'arrive pas à changer ACME (active). J'ai cherché sur le forum et la doc en anglais, sans réponses.

Quelqu'un a une idée ?

Merci!

How to get Some basic Detail of Current process ? when user use it Like ::::: LOGGED USER ID , CURRENT PROCESS ID , etc

in community version , pl provide how to get following values

  1. logged user id
  2. logged user name
  3. current process id
  4. current task id
  5. current task name
  6. current case id

pl suggest how to get following

Is there any way to control user to switch to administrator profile in community

hello ,

i m using community version of Bonita . there are all user have default both profile ,they can switch between user and admin profile . i want to restrict user to switching admin profile

can i achieve ? in community ? \ how ? pl suggest thanks kandarp

How to Get UserId of selected user in form .

I create one form with select field , and add initial value is list of user in that select field .

Comment récupérer l'adresse mail d'un utilisateur et le stocker dans un champs d'un formulaire?

Comment récupérer l'adresse mail d'un utilisateur et le mettre dans un champs d'un formulaire ?

Notifications