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
 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).
 

Method Detail

reResolveRole

void reResolveRole(DocumentType documentType,
                   String roleName)
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

void reResolveRole(DocumentRouteHeaderValue routeHeader,
                   String roleName)
Re-resolves the given role on the given document. This method executes synchronously.



Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.