Interface RoleService

All Known Implementing Classes:
RoleServiceImpl

public interface RoleService
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

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