Package org.kuali.rice.kew.impl.action
Class DocumentOrchestrationQueueImpl
java.lang.Object
org.kuali.rice.kew.impl.action.DocumentOrchestrationQueueImpl
- All Implemented Interfaces:
DocumentOrchestrationQueue,AsyncWrappable<DocumentOrchestrationQueue>
public class DocumentOrchestrationQueueImpl
extends Object
implements DocumentOrchestrationQueue, AsyncWrappable<DocumentOrchestrationQueue>
References implementation of the
DocumentOrchestrationQueue.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorchestrateDocument(String documentId, String principalId, OrchestrationConfig orchestrationConfig, DocumentProcessingOptions documentProcessingOptions) voidsetAsyncCapableService(AsyncCapableService asyncCapableService)
-
Constructor Details
-
DocumentOrchestrationQueueImpl
public DocumentOrchestrationQueueImpl()
-
-
Method Details
-
orchestrateDocument
public void orchestrateDocument(String documentId, String principalId, OrchestrationConfig orchestrationConfig, DocumentProcessingOptions documentProcessingOptions) - Specified by:
orchestrateDocumentin interfaceDocumentOrchestrationQueue
-
wrap
- Specified by:
wrapin interfaceAsyncWrappable<DocumentOrchestrationQueue>
-
getAsyncCapableService
-
setAsyncCapableService
-