Uses of Interface
org.jbpm.api.identity.User

Packages that use User
org.jbpm.api the primary facade interfaces to the process repository, the execution repository and the management functionalities
 

Uses of User in org.jbpm.api
 

Methods in org.jbpm.api that return User
 User IdentityService.findUserById(java.lang.String userId)
          lookup a user
 

Methods in org.jbpm.api that return types with arguments of type User
 java.util.List<User> IdentityService.findUsers()
          get all the users in the system.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.