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)
RoleService
reResolveRole
in interface RoleService
public void reResolveQualifiedRole(DocumentType documentType, String roleName, String qualifiedRoleNameLabel)
RoleService
reResolveQualifiedRole
in interface RoleService
public void reResolveQualifiedRole(DocumentRouteHeaderValue routeHeader, String roleName, String qualifiedRoleNameLabel)
reResolveQualifiedRole
in interface RoleService
public void reResolveRole(DocumentRouteHeaderValue routeHeader, String roleName)
RoleService
reResolveRole
in interface RoleService
protected void requeueDocument(DocumentRouteHeaderValue document)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.