Class DocumentOrchestrationQueueImpl

java.lang.Object
org.kuali.rice.kew.impl.action.DocumentOrchestrationQueueImpl
All Implemented Interfaces:
org.kuali.rice.kew.api.document.DocumentOrchestrationQueue, org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.document.DocumentOrchestrationQueue>

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

    • DocumentOrchestrationQueueImpl

      public DocumentOrchestrationQueueImpl()
  • Method Details

    • orchestrateDocument

      public void orchestrateDocument(String documentId, String principalId, org.kuali.rice.kew.api.document.OrchestrationConfig orchestrationConfig, org.kuali.rice.kew.api.document.DocumentProcessingOptions documentProcessingOptions)
      Specified by:
      orchestrateDocument in interface org.kuali.rice.kew.api.document.DocumentOrchestrationQueue
    • wrap

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

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

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