Uses of Class
org.kuali.rice.kim.api.role.Role

Packages that use Role
org.kuali.rice.kew.actionrequest   
org.kuali.rice.kew.role   
org.kuali.rice.kew.rule.web   
org.kuali.rice.kim.api.role Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.impl.role   
org.kuali.rice.kim.service   
org.kuali.rice.kim.service.impl   
org.kuali.rice.kim.web.struts.action   
 

Uses of Role in org.kuali.rice.kew.actionrequest
 

Methods in org.kuali.rice.kew.actionrequest with parameters of type Role
 void ActionRequestFactory.addKimRoleRequest(String actionRequestedCode, Integer priority, Role role, List<RoleMembership> memberships, String description, String responsibilityId, boolean forceAction, String actionRequestPolicyCode, String requestLabel)
          Generates an ActionRequest graph for the given KIM Responsibilities.
 

Uses of Role in org.kuali.rice.kew.role
 

Methods in org.kuali.rice.kew.role that return Role
 Role KimRoleRecipient.getRole()
           
 

Constructors in org.kuali.rice.kew.role with parameters of type Role
KimRoleRecipient(Role role)
           
 

Uses of Role in org.kuali.rice.kew.rule.web
 

Fields in org.kuali.rice.kew.rule.web with type parameters of type Role
protected  Map<String,List<Role>> DocumentConfigurationViewForm.permissionRoles
           
protected  Map<String,List<Role>> DocumentConfigurationViewForm.responsibilityRoles
           
 

Methods in org.kuali.rice.kew.rule.web that return types with arguments of type Role
 Map<String,List<Role>> DocumentConfigurationViewForm.getPermissionRoles()
           
 Map<String,List<Role>> DocumentConfigurationViewForm.getResponsibilityRoles()
           
 

Method parameters in org.kuali.rice.kew.rule.web with type arguments of type Role
 void DocumentConfigurationViewForm.setPermissionRoles(Map<String,List<Role>> permissionRoles)
           
 void DocumentConfigurationViewForm.setResponsibilityRoles(Map<String,List<Role>> responsibilityRoles)
           
 

Uses of Role in org.kuali.rice.kim.api.role
 

Methods in org.kuali.rice.kim.api.role that return Role
 Role Role.Builder.build()
           
 Role RoleService.createRole(Role role)
          This will create a Role exactly like the role passed in.
 Role RoleService.getRole(String id)
          Get the KIM Role object with the given ID.
 Role RoleService.getRoleByNamespaceCodeAndName(String namespaceCode, String name)
          Get the KIM Role object with the unique combination of namespace, component, and role name.
 Role RoleService.updateRole(Role role)
          This will update a Role.
 

Methods in org.kuali.rice.kim.api.role that return types with arguments of type Role
 List<Role> RoleQueryResults.getResults()
           
 List<Role> RoleService.getRoles(List<String> ids)
          Get the KIM Role objects for the role IDs in the given List.
 

Methods in org.kuali.rice.kim.api.role with parameters of type Role
 Role RoleService.createRole(Role role)
          This will create a Role exactly like the role passed in.
 Role RoleService.updateRole(Role role)
          This will update a Role.
 

Uses of Role in org.kuali.rice.kim.impl.role
 

Methods in org.kuali.rice.kim.impl.role that return Role
 Role RoleServiceImpl.createRole(Role role)
           
 Role RoleServiceImpl.getRole(String roleId)
           
 Role RoleServiceImpl.getRoleByNamespaceCodeAndName(String namespaceCode, String roleName)
           
protected  Role RoleServiceImpl.getRoleFromCache(String id)
           
protected  Role RoleServiceImpl.getRoleFromCache(String namespaceCode, String name)
           
protected  Role RoleServiceImpl.loadRole(String roleId)
          Loads the role with the given id, leveraging the cache where possible and querying the database if role not already in the cache.
protected  Role RoleServiceImpl.loadRoleByName(String namespaceCode, String roleName)
          Loads the role with the given name, leveraging the cache where possible and querying the database if role not already in the cache.
 Role RoleServiceImpl.updateRole(Role role)
           
 

Methods in org.kuali.rice.kim.impl.role that return types with arguments of type Role
 List<Role> RoleServiceImpl.getRoles(List<String> roleIds)
           
protected  List<Role> RoleServiceImpl.loadRoles(List<String> roleIds)
          Loads the roles with the given ids, leveraging the cache where possible and querying the database for role ids not already in the cache.
 

Methods in org.kuali.rice.kim.impl.role with parameters of type Role
 Role RoleServiceImpl.createRole(Role role)
           
protected  void RoleServiceImpl.putRoleInCache(Role role)
           
 Role RoleServiceImpl.updateRole(Role role)
           
 

Uses of Role in org.kuali.rice.kim.service
 

Methods in org.kuali.rice.kim.service with parameters of type Role
 void UiDocumentService.loadRoleDoc(IdentityManagementRoleDocument identityManagementRoleDocument, Role kimRole)
          This method loads a role document
 

Uses of Role in org.kuali.rice.kim.service.impl
 

Methods in org.kuali.rice.kim.service.impl with parameters of type Role
 void UiDocumentServiceImpl.loadRoleDoc(IdentityManagementRoleDocument identityManagementRoleDocument, Role role)
           
 

Uses of Role in org.kuali.rice.kim.web.struts.action
 

Methods in org.kuali.rice.kim.web.struts.action with parameters of type Role
protected  boolean IdentityManagementRoleDocumentAction.validateRole(String roleId, Role role, String propertyName, String message)
          This method overrides validateRole() from IdentityManagementDocumentActionBase.
protected  boolean IdentityManagementDocumentActionBase.validateRole(String roleId, Role role, String propertyName, String message)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.