public class RoleServiceImpl extends Object implements RoleService
| Constructor and Description |
|---|
RoleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
requeueDocument(DocumentRouteHeaderValue document) |
void |
reResolveQualifiedRole(DocumentRouteHeaderValue routeHeader,
String roleName,
String qualifiedRoleNameLabel)
route level and then filters in the approriate ones.
|
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).
|
public RoleServiceImpl()
public void reResolveRole(DocumentType documentType, String roleName)
RoleServicereResolveRole in interface RoleServicepublic void reResolveQualifiedRole(DocumentType documentType, String roleName, String qualifiedRoleNameLabel)
RoleServicereResolveQualifiedRole in interface RoleServicepublic void reResolveQualifiedRole(DocumentRouteHeaderValue routeHeader, String roleName, String qualifiedRoleNameLabel)
reResolveQualifiedRole in interface RoleServicepublic void reResolveRole(DocumentRouteHeaderValue routeHeader, String roleName)
RoleServicereResolveRole in interface RoleServiceprotected void requeueDocument(DocumentRouteHeaderValue document)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.