Uses of Class
com.aeontronix.enhancedmule.tools.role.RoleGroup
| Package | Description |
|---|---|
| com.aeontronix.enhancedmule.tools.anypoint | |
| com.aeontronix.enhancedmule.tools.role |
-
Uses of RoleGroup in com.aeontronix.enhancedmule.tools.anypoint
Methods in com.aeontronix.enhancedmule.tools.anypoint that return RoleGroup Modifier and Type Method Description RoleGroupOrganization. createRoleGroup(String name, String description)RoleGroupOrganization. findRoleGroupById(String roleId)RoleGroupOrganization. findRoleGroupByName(String name) -
Uses of RoleGroup in com.aeontronix.enhancedmule.tools.role
Methods in com.aeontronix.enhancedmule.tools.role that return RoleGroup Modifier and Type Method Description static RoleGroupRoleGroup. findById(Organization organization, HttpHelper httpHelper, JsonHelper jsonHelper, String id)RoleGroupRoleGroup. update()Methods in com.aeontronix.enhancedmule.tools.role that return types with arguments of type RoleGroup Modifier and Type Method Description List<RoleGroup>RoleGroupList. getRoleGroups()Method parameters in com.aeontronix.enhancedmule.tools.role with type arguments of type RoleGroup Modifier and Type Method Description voidRoleGroupList. setRoleGroups(List<RoleGroup> roleGroups)Constructors in com.aeontronix.enhancedmule.tools.role with parameters of type RoleGroup Constructor Description RoleAssignmentList(RoleGroup rg)RoleAssignmentList(RoleGroup rg, int limit)