public class ResponsibilityChangeQueueImpl extends Object implements ResponsibilityChangeQueue
ResponsibilityChangeQueue
.Constructor and Description |
---|
ResponsibilityChangeQueueImpl() |
Modifier and Type | Method and Description |
---|---|
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.
|
public ResponsibilityChangeQueueImpl()
public void responsibilitiesChanged(Set<String> responsibilityIds)
ResponsibilityChangeQueue
responsibilitiesChanged
in interface ResponsibilityChangeQueue
responsibilityIds
- the set of ids of responsibilities which have been modified, if this is a null or
empty set then this method will do nothingCopyright © 2005–2014 The Kuali Foundation. All rights reserved.