Package com.microstrategy.web.objects
Class WebSecurityRoleRecord
- java.lang.Object
-
- com.microstrategy.web.objects.WebSecurityRoleRecord
-
public class WebSecurityRoleRecord extends java.lang.Object
This class is record represents the role is granted to specific user. It is a high level representation of linked items Created by tachen on 4/11/2017.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebUserEntity
getAncestor()
WebSecurityRole
getRole()
-
-
-
Method Detail
-
getRole
public WebSecurityRole getRole()
-
getAncestor
public WebUserEntity getAncestor()
-
-