org.jbpm.task.api
Interface TaskIdentityService
- All Known Implementing Classes:
- TaskIdentityServiceImpl
public interface TaskIdentityService
The Task Identity Service provides all the
functionality related with the Organizational Entities
that will be handled internally by jBPM. This methods
will allow us to create the Mappings against external
identity directories to the internal inforamtion required
by jBPM.
addUser
void addUser(User user)
addGroup
void addGroup(Group group)
removeGroup
void removeGroup(String groupId)
removeUser
void removeUser(String userId)
getUsers
List<User> getUsers()
getGroups
List<Group> getGroups()
getUserById
User getUserById(String userId)
getGroupById
Group getGroupById(String groupId)
getOrganizationalEntityById
OrganizationalEntity getOrganizationalEntityById(String entityId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.