org.jbpm.userprofile
Interface UserProfileRepository


public interface UserProfileRepository


Method Summary
 String[] getGroupIds()
           
 List<Group> getGroups()
           
 String[] getUserIds()
           
 UserProfile getUserProfile(String userName)
           
 List<User> getUsers()
           
 void setUserProfile(UserProfile info)
           
 

Method Detail

getUserProfile

UserProfile getUserProfile(String userName)

setUserProfile

void setUserProfile(UserProfile info)

getUsers

List<User> getUsers()

getUserIds

String[] getUserIds()

getGroups

List<Group> getGroups()

getGroupIds

String[] getGroupIds()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.