org.jbpm.task.service
Interface UserGroupCallback
- All Known Implementing Classes:
- DefaultUserGroupCallbackImpl
public interface UserGroupCallback
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-2012 JBoss by Red Hat. All Rights Reserved.