org.jbpm.services.task.identity
Class MvelUserGroupCallbackImpl
java.lang.Object
org.jbpm.services.task.identity.MvelUserGroupCallbackImpl
- All Implemented Interfaces:
- org.kie.internal.task.api.UserGroupCallback
public class MvelUserGroupCallbackImpl
- extends Object
- implements org.kie.internal.task.api.UserGroupCallback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MvelUserGroupCallbackImpl
public MvelUserGroupCallbackImpl()
existsUser
public boolean existsUser(String userId)
- Specified by:
existsUser
in interface org.kie.internal.task.api.UserGroupCallback
existsGroup
public boolean existsGroup(String groupId)
- Specified by:
existsGroup
in interface org.kie.internal.task.api.UserGroupCallback
getGroupsForUser
public List<String> getGroupsForUser(String userId,
List<String> groupIds)
getGroupsForUser
public List<String> getGroupsForUser(String userId,
List<String> groupIds,
List<String> allExistingGroupIds)
- Specified by:
getGroupsForUser
in interface org.kie.internal.task.api.UserGroupCallback
getGroupsForUser
public List<String> getGroupsForUser(String userId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.