Interface ResponsibilityChangeQueue


public interface ResponsibilityChangeQueue
  • Method Summary

    Modifier and Type
    Method
    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.
  • Method Details

    • 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