public interface RoleService
| Modifier and Type | Method and Description | 
|---|---|
| void | reResolveQualifiedRole(DocumentRouteHeaderValue routeHeader,
                                            String roleName,
                                            String qualifiedRoleNameLabel)Re-resolves the given qualified role on the given document. | 
| void | reResolveQualifiedRole(DocumentType documentType,
                                            String roleName,
                                            String qualifiedRoleNameLabel)Re-resolves the given qualified role for all documents for the given document type (including children). | 
| void | reResolveRole(DocumentRouteHeaderValue routeHeader,
                          String roleName)Re-resolves the given role on the given document. | 
| void | reResolveRole(DocumentType documentType,
                          String roleName)Re-resolves the given qualified role for all documents for the given document type (including children). | 
void reResolveRole(DocumentType documentType, String roleName)
void reResolveQualifiedRole(DocumentType documentType, String roleName, String qualifiedRoleNameLabel)
void reResolveQualifiedRole(DocumentRouteHeaderValue routeHeader, String roleName, String qualifiedRoleNameLabel)
void reResolveRole(DocumentRouteHeaderValue routeHeader, String roleName)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.