org.kuali.rice.kew.api.responsibility
Interface ResponsibilityChangeQueue

All Known Implementing Classes:
ResponsibilityChangeQueueImpl

public interface ResponsibilityChangeQueue


Method Summary
 void responsibilitiesChanged(Set<String> responsibilityIds)
          Notifies the workflow system that the given set of responsibility ids were updated in such a way that might affect routing.
 

Method Detail

responsibilitiesChanged

void responsibilitiesChanged(Set<String> responsibilityIds)
Notifies the workflow system that the given set of responsibility ids were updated in such a way that might affect routing. Implementation of this method should re-resolve enroute documents as neccessary in this case.

Parameters:
responsibilityIds - the set of ids of responsibilities which have been modified, if this is a null or empty set then this method will do nothing


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