org.jbpm.task.service
Class DefaultUserGroupCallbackImpl

java.lang.Object
  extended by org.jbpm.task.service.DefaultUserGroupCallbackImpl
All Implemented Interfaces:
UserGroupCallback

public class DefaultUserGroupCallbackImpl
extends Object
implements UserGroupCallback


Constructor Summary
DefaultUserGroupCallbackImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUserGroupCallbackImpl

public DefaultUserGroupCallbackImpl()
Method Detail

existsUser

public boolean existsUser(String userId)
Specified by:
existsUser in interface UserGroupCallback

existsGroup

public boolean existsGroup(String groupId)
Specified by:
existsGroup in interface UserGroupCallback

getGroupsForUser

public List<String> getGroupsForUser(String userId,
                                     List<String> groupIds)
Specified by:
getGroupsForUser in interface UserGroupCallback

getGroupsForUser

public List<String> getGroupsForUser(String userId)
Specified by:
getGroupsForUser in interface UserGroupCallback

getGroupsForUser

public List<String> getGroupsForUser(String userId,
                                     List<String> groupIds,
                                     List<String> allExistingGroupIds)
Specified by:
getGroupsForUser in interface UserGroupCallback


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