Class RoleServiceImpl
java.lang.Object
org.kuali.rice.kew.role.service.impl.RoleServiceImpl
- All Implemented Interfaces:
RoleService
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrequeueDocument(DocumentRouteHeaderValue document) voidreResolveQualifiedRole(DocumentType documentType, String roleName, String qualifiedRoleNameLabel) Re-resolves the given qualified role for all documents for the given document type (including children).voidreResolveQualifiedRole(DocumentRouteHeaderValue routeHeader, String roleName, String qualifiedRoleNameLabel) route level and then filters in the approriate ones.voidreResolveRole(DocumentType documentType, String roleName) Re-resolves the given qualified role for all documents for the given document type (including children).voidreResolveRole(DocumentRouteHeaderValue routeHeader, String roleName) Re-resolves the given role on the given document.
-
Constructor Details
-
RoleServiceImpl
public RoleServiceImpl()
-
-
Method Details
-
reResolveRole
Description copied from interface:RoleServiceRe-resolves the given qualified role for all documents for the given document type (including children). This methods executes asynchronously.- Specified by:
reResolveRolein interfaceRoleService
-
reResolveQualifiedRole
public void reResolveQualifiedRole(DocumentType documentType, String roleName, String qualifiedRoleNameLabel) Description copied from interface:RoleServiceRe-resolves the given qualified role for all documents for the given document type (including children). This methods executes asynchronously.- Specified by:
reResolveQualifiedRolein interfaceRoleService
-
reResolveQualifiedRole
public void reResolveQualifiedRole(DocumentRouteHeaderValue routeHeader, String roleName, String qualifiedRoleNameLabel) route level and then filters in the approriate ones.- Specified by:
reResolveQualifiedRolein interfaceRoleService
-
reResolveRole
Description copied from interface:RoleServiceRe-resolves the given role on the given document. This method executes synchronously.- Specified by:
reResolveRolein interfaceRoleService
-
requeueDocument
-