Uses of Class
es.caib.bpm.vo.RolGrup
- 
Packages that use RolGrup Package Description com.soffid.iam.bpm.api es.caib.bpm.vo  - 
- 
Uses of RolGrup in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api with parameters of type RolGrup Modifier and Type Method Description static RoleGroupRoleGroup. toRoleGroup(RolGrup vo)Creates a RoleGroup value object based on a RolGrup object.static voidRoleGroup. toRoleGroup(RolGrup source, RoleGroup target)Updates a RoleGroup value object based on a RolGrup object.static RoleGroup[]RoleGroup. toRoleGroupArray(RolGrup[] source)Creates a RoleGroup array on a RolGrup array.Method parameters in com.soffid.iam.bpm.api with type arguments of type RolGrup Modifier and Type Method Description static AsyncList<RoleGroup>RoleGroup. toRoleGroupAsyncList(AsyncList<RolGrup> source)Creates a RoleGroup asynclist on a RolGrup collection.static PagedResult<RoleGroup>RoleGroup. toRoleGroupList(PagedResult<RolGrup> source)Creates a RoleGroup pagedResult on a RolGrup collection.static List<RoleGroup>RoleGroup. toRoleGroupList(Collection<RolGrup> source)Creates a RoleGroup list on a RolGrup collection. - 
Uses of RolGrup in es.caib.bpm.vo
Methods in es.caib.bpm.vo that return RolGrup Modifier and Type Method Description static RolGrupRolGrup. toRolGrup(RoleGroup vo)Creates a RolGrup value object based on a RoleGroup object.static RolGrup[]RolGrup. toRolGrupArray(RoleGroup[] source)Creates a RolGrup array on a RoleGroup array.Methods in es.caib.bpm.vo that return types with arguments of type RolGrup Modifier and Type Method Description static AsyncList<RolGrup>RolGrup. toRolGrupAsyncList(AsyncList<RoleGroup> source)Creates a RolGrup asynclist on a RoleGroup collection.static PagedResult<RolGrup>RolGrup. toRolGrupList(PagedResult<RoleGroup> source)Creates a RolGrup pagedResult on a RoleGroup collection.static List<RolGrup>RolGrup. toRolGrupList(Collection<RoleGroup> source)Creates a RolGrup list on a RoleGroup collection.Methods in es.caib.bpm.vo with parameters of type RolGrup Modifier and Type Method Description static voidRolGrup. toRolGrup(RoleGroup source, RolGrup target)Updates a RolGrup value object based on a RoleGroup object.Constructors in es.caib.bpm.vo with parameters of type RolGrup Constructor Description RolGrup(RolGrup otherBean) 
 -