Uses of Class
com.ads.api.beans.rsm.Role
Packages that use Role
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
-
Uses of Role in com.ads.api.util
Methods in com.ads.api.util that return RoleModifier and TypeMethodDescriptionReturns the Role object for the specified roleName i.e all the respective details regarding the role,such as roleName, roleId ,roleDescription and auditHistory.Returns the Role object for the specified roleName i.e all the respective details regarding the role,such as roleName,roleId, roleDescription, auditHistory and also returns list of permissions that the role has based on the fillOptions parameter value passed with reference ofAPIConstants.RSMFillOptions.Methods in com.ads.api.util that return types with arguments of type RoleModifier and TypeMethodDescriptionResourceManagerUtil.getRoles()Returns the list of Role objects where each Role object contains details like roleName,roleId,roleDescription and auditHistory.ResourceManagerUtil.getRoles(int fillOptions) Returns the list of Role objects where each Role object contains details like roleName,roleId,roleDescription,auditHistory and list of permissions that the role has based on the fillOptions parameter value passed with reference ofAPIConstants.RSMFillOptions.ResourceManagerUtil.getUserRoles(String userId) Returns the list of Role objects for the specified userId where each Role object contains all the respective details such as id,name, description, auditHistory etc..