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)
                   throws WorkflowException
Re-resolves the given qualified role for all documents for the given document type (including children). This methods executes asynchronously.

Throws:
WorkflowException

reResolveQualifiedRole

void reResolveQualifiedRole(DocumentType documentType,
                            String roleName,
                            String qualifiedRoleNameLabel)
                            throws WorkflowException
Re-resolves the given qualified role for all documents for the given document type (including children). This methods executes asynchronously.

Throws:
WorkflowException

reResolveQualifiedRole

void reResolveQualifiedRole(DocumentRouteHeaderValue routeHeader,
                            String roleName,
                            String qualifiedRoleNameLabel)
                            throws WorkflowException
Re-resolves the given qualified role on the given document. This method executes synchronously.

Throws:
WorkflowException

reResolveRole

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

Throws:
WorkflowException


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