Package org.jbpm.test.services
Class TestUserGroupCallbackImpl
- java.lang.Object
-
- org.jbpm.test.services.TestUserGroupCallbackImpl
-
- All Implemented Interfaces:
org.kie.api.task.UserGroupCallback
public class TestUserGroupCallbackImpl extends Object implements org.kie.api.task.UserGroupCallback
-
-
Constructor Summary
Constructors Constructor Description TestUserGroupCallbackImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexistsGroup(String group)booleanexistsUser(String user)List<String>getGroupsForUser(String user)voidsetUserGroups(String user, List<String> groups)
-