org.jbpm.task.service
Interface UserGroupCallback

All Known Implementing Classes:
DefaultUserGroupCallbackImpl

public interface UserGroupCallback


Method Summary
 boolean existsGroup(String groupId)
           
 boolean existsUser(String userId)
           
 List<String> getGroupsForUser(String userId)
           
 List<String> getGroupsForUser(String userId, List<String> groupIds)
           
 List<String> getGroupsForUser(String userId, List<String> groupIds, List<String> allExistingGroupIds)
           
 

Method Detail

existsUser

boolean existsUser(String userId)

existsGroup

boolean existsGroup(String groupId)

getGroupsForUser

List<String> getGroupsForUser(String userId)

getGroupsForUser

List<String> getGroupsForUser(String userId,
                              List<String> groupIds)

getGroupsForUser

List<String> getGroupsForUser(String userId,
                              List<String> groupIds,
                              List<String> allExistingGroupIds)


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