org.kuali.rice.kew.impl.Responsibility
Class ResponsibilityChangeQueueImpl
java.lang.Object
org.kuali.rice.kew.impl.Responsibility.ResponsibilityChangeQueueImpl
- All Implemented Interfaces:
- ResponsibilityChangeQueue
public class ResponsibilityChangeQueueImpl
- extends Object
- implements ResponsibilityChangeQueue
Reference implementation of the ResponsibilityChangeQueue
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponsibilityChangeQueueImpl
public ResponsibilityChangeQueueImpl()
responsibilitiesChanged
public void responsibilitiesChanged(Set<String> responsibilityIds)
- Description copied from interface:
ResponsibilityChangeQueue
- 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.
- Specified by:
responsibilitiesChanged
in interface ResponsibilityChangeQueue
- 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-2012 The Kuali Foundation. All Rights Reserved.