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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.ksb.api.messaging.AsyncCapableServicevoidresponsibilitiesChanged(Set<String> responsibilityIds) voidsetAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService) org.kuali.rice.kew.api.responsibility.ResponsibilityChangeQueue
-
Constructor Details
-
ResponsibilityChangeQueueImpl
public ResponsibilityChangeQueueImpl()
-
-
Method Details
-
responsibilitiesChanged
- Specified by:
responsibilitiesChangedin interfaceorg.kuali.rice.kew.api.responsibility.ResponsibilityChangeQueue
-
wrap
public org.kuali.rice.kew.api.responsibility.ResponsibilityChangeQueue wrap(QName qname, String applicationId) - Specified by:
wrapin interfaceorg.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)
-