Class ResponsibilityChangeQueueImpl

java.lang.Object
org.kuali.rice.kew.impl.Responsibility.ResponsibilityChangeQueueImpl
All Implemented Interfaces:
org.kuali.rice.kew.api.responsibility.ResponsibilityChangeQueue, org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.responsibility.ResponsibilityChangeQueue>

public class ResponsibilityChangeQueueImpl extends Object implements org.kuali.rice.kew.api.responsibility.ResponsibilityChangeQueue, org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.responsibility.ResponsibilityChangeQueue>
Reference implementation of the ResponsibilityChangeQueue.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • ResponsibilityChangeQueueImpl

      public ResponsibilityChangeQueueImpl()
  • Method Details

    • responsibilitiesChanged

      public void responsibilitiesChanged(Set<String> responsibilityIds)
      Specified by:
      responsibilitiesChanged in interface org.kuali.rice.kew.api.responsibility.ResponsibilityChangeQueue
    • wrap

      public org.kuali.rice.kew.api.responsibility.ResponsibilityChangeQueue wrap(QName qname, String applicationId)
      Specified by:
      wrap in interface org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.responsibility.ResponsibilityChangeQueue>
    • getAsyncCapableService

      public org.kuali.rice.ksb.api.messaging.AsyncCapableService getAsyncCapableService()
    • setAsyncCapableService

      public void setAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService)