public interface UserMembership extends BonitaObject
User and Role and Group inside the organization.
A User can be associated with a Group or a Role or both.
If a User is associated with a Group only, the
Role methods of this class will return null or 0. If a user is associated with a Role only, the Group methods of this class will return null or 0.
| Modifier and Type | Method and Description |
|---|---|
long |
getAssignedBy() |
String |
getAssignedByName() |
Date |
getAssignedDate() |
long |
getGroupId() |
String |
getGroupName() |
String |
getGroupParentPath() |
long |
getId() |
long |
getRoleId() |
String |
getRoleName() |
long |
getUserId() |
String |
getUsername() |
long getId()
long getUserId()
long getRoleId()
Rolelong getGroupId()
Grouplong getAssignedBy()
Date getAssignedDate()
String getGroupName()
GroupString getRoleName()
GroupString getUsername()
String getAssignedByName()
String getGroupParentPath()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.