Package org.kuali.rice.kim.impl.jaxb
Class RolePermissionXmlDTO.WithinRole
- java.lang.Object
-
- org.kuali.rice.kim.impl.jaxb.RolePermissionXmlDTO
-
- org.kuali.rice.kim.impl.jaxb.RolePermissionXmlDTO.WithinRole
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RolePermissionXmlDTO
public static class RolePermissionXmlDTO.WithinRole extends RolePermissionXmlDTO
This class represents a <rolePermission> element that is a descendant of a <role> element.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kuali.rice.kim.impl.jaxb.RolePermissionXmlDTO
RolePermissionXmlDTO.OutsideOfRole, RolePermissionXmlDTO.WithinRole
-
-
Constructor Summary
Constructors Constructor Description WithinRole()WithinRole(org.kuali.rice.kim.api.permission.PermissionContract permission, boolean populateIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRoleId()Retrieves the ID of the role that the permission is assigned to.-
Methods inherited from class org.kuali.rice.kim.impl.jaxb.RolePermissionXmlDTO
getPermissionId, getPermissionName, getPermissionNameAndNamespace, getPermissionNamespaceCode, setPermissionId, setPermissionNameAndNamespace
-
-
-
-
Method Detail
-
getRoleId
public String getRoleId()
Description copied from class:RolePermissionXmlDTORetrieves the ID of the role that the permission is assigned to. Subclasses are responsible for implementing this method so that it does so.- Specified by:
getRoleIdin classRolePermissionXmlDTO- Returns:
- The role ID of the role that the permission is assigned to.
- See Also:
RolePermissionXmlDTO.getRoleId()
-
-