org.kuali.rice.kew.impl.action
Class RolePokerQueueImpl

java.lang.Object
  extended by org.kuali.rice.kew.impl.action.RolePokerQueueImpl
All Implemented Interfaces:
RolePokerQueue

public class RolePokerQueueImpl
extends Object
implements RolePokerQueue

Reference implementation of the RokePokerQueue which handle re-resolution of action requests which use roles.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
RolePokerQueueImpl()
           
 
Method Summary
 void reResolveQualifiedRole(String documentId, String roleName, String qualifiedRoleNameLabel)
           
 void reResolveRole(String documentId, String roleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolePokerQueueImpl

public RolePokerQueueImpl()
Method Detail

reResolveQualifiedRole

public void reResolveQualifiedRole(String documentId,
                                   String roleName,
                                   String qualifiedRoleNameLabel)
Specified by:
reResolveQualifiedRole in interface RolePokerQueue

reResolveRole

public void reResolveRole(String documentId,
                          String roleName)
Specified by:
reResolveRole in interface RolePokerQueue


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