public class TestUserGroupCallbackImpl extends Object implements org.kie.api.task.UserGroupCallback
Constructor and Description |
---|
TestUserGroupCallbackImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
existsGroup(String group) |
boolean |
existsUser(String user) |
List<String> |
getGroupsForUser(String user) |
void |
setUserGroups(String user,
List<String> groups) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.