org.jbpm.task.service
Class DefaultUserGroupCallbackImpl
java.lang.Object
org.jbpm.task.service.DefaultUserGroupCallbackImpl
- All Implemented Interfaces:
- UserGroupCallback
public class DefaultUserGroupCallbackImpl
- extends Object
- implements UserGroupCallback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultUserGroupCallbackImpl
public DefaultUserGroupCallbackImpl()
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.