org.jbpm.task.impl
Class TaskIdentityServiceImpl
java.lang.Object
org.jbpm.task.impl.TaskIdentityServiceImpl
- All Implemented Interfaces:
- TaskIdentityService
@ApplicationScoped
public class TaskIdentityServiceImpl
- extends Object
- implements TaskIdentityService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskIdentityServiceImpl
public TaskIdentityServiceImpl()
addUser
public void addUser(User user)
- Specified by:
addUser
in interface TaskIdentityService
addGroup
public void addGroup(Group group)
- Specified by:
addGroup
in interface TaskIdentityService
removeGroup
public void removeGroup(String groupId)
- Specified by:
removeGroup
in interface TaskIdentityService
removeUser
public void removeUser(String userId)
- Specified by:
removeUser
in interface TaskIdentityService
getUsers
public List<User> getUsers()
- Specified by:
getUsers
in interface TaskIdentityService
getGroups
public List<Group> getGroups()
- Specified by:
getGroups
in interface TaskIdentityService
getUserById
public User getUserById(String userId)
- Specified by:
getUserById
in interface TaskIdentityService
getGroupById
public Group getGroupById(String groupId)
- Specified by:
getGroupById
in interface TaskIdentityService
getOrganizationalEntityById
public OrganizationalEntity getOrganizationalEntityById(String entityId)
- Specified by:
getOrganizationalEntityById
in interface TaskIdentityService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.