Package org.kuali.rice.kew.impl.action
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.ksb.api.messaging.AsyncCapableServicevoidorchestrateDocument(String documentId, String principalId, org.kuali.rice.kew.api.document.OrchestrationConfig orchestrationConfig, org.kuali.rice.kew.api.document.DocumentProcessingOptions documentProcessingOptions) voidsetAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService) org.kuali.rice.kew.api.document.DocumentOrchestrationQueue
-
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:
orchestrateDocumentin interfaceorg.kuali.rice.kew.api.document.DocumentOrchestrationQueue
-
wrap
public org.kuali.rice.kew.api.document.DocumentOrchestrationQueue wrap(QName qname, String applicationId) - Specified by:
wrapin interfaceorg.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)
-