Package org.kuali.rice.kew.role.service
Interface RoleService
- All Known Implementing Classes:
RoleServiceImpl
public interface RoleService
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidreResolveQualifiedRole(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) Re-resolves the given qualified role on the given document.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.
-
Method Details
-
reResolveRole
Re-resolves the given qualified role for all documents for the given document type (including children). This methods executes asynchronously. -
reResolveQualifiedRole
void reResolveQualifiedRole(DocumentType documentType, String roleName, String qualifiedRoleNameLabel) Re-resolves the given qualified role for all documents for the given document type (including children). This methods executes asynchronously. -
reResolveQualifiedRole
void reResolveQualifiedRole(DocumentRouteHeaderValue routeHeader, String roleName, String qualifiedRoleNameLabel) Re-resolves the given qualified role on the given document. This method executes synchronously. -
reResolveRole
Re-resolves the given role on the given document. This method executes synchronously.
-