[jboss-user] [jBPM] - IdentityService implementation

Sebastian Herbst do-not-reply at jboss.com
Tue Jun 8 04:27:03 EDT 2010


Sebastian Herbst [http://community.jboss.org/people/Herbst] replied to the discussion

"IdentityService implementation"

To view the discussion, visit: http://community.jboss.org/message/546681#546681

--------------------------------------------------------------
Hello,

thanks to all of you for your great help !

Just to complete the discussion I'm adding the code use to get the candidate-groups/-users:

List<Participation> participations = TaskService().getTaskParticipations(task.getId());
                for (Participation participation : participations) {
                    System.out.println(
                            "type: " + participation.getType()
                            + " user: " + participation.getUserId()
                            + " group: " + participation.getGroupId());
                }


It's nearly the same as mentioned before.

Thanks a lot
Sebastian Herbst

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/546681#546681]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100608/449e6113/attachment.html 


More information about the jboss-user mailing list