org.kuali.rice.kew.rule
Class RolePokerProcessor

java.lang.Object
  extended by org.kuali.rice.kew.rule.RolePokerProcessor
All Implemented Interfaces:
RolePoker

public class RolePokerProcessor
extends Object
implements RolePoker

RolePoker implementation which handles initiating refresh of the "poked" role.

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

Constructor Summary
RolePokerProcessor()
           
 
Method Summary
private  String[] parseParameters(String parameters)
           
 void reResolveRole(String documentId, String roleName)
           
 void reResolveRole(String documentId, String roleName, String qualifiedRoleNameLabel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolePokerProcessor

public RolePokerProcessor()
Method Detail

reResolveRole

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

reResolveRole

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

parseParameters

private String[] parseParameters(String parameters)


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