public class DocumentOrchestrationQueueImpl extends Object implements DocumentOrchestrationQueue
DocumentOrchestrationQueue
.Constructor and Description |
---|
DocumentOrchestrationQueueImpl() |
Modifier and Type | Method and Description |
---|---|
void |
orchestrateDocument(String documentId,
String principalId,
OrchestrationConfig orchestrationConfig,
DocumentProcessingOptions documentProcessingOptions)
Orchestrates the document with the given id through the blanket approval process to the specified list of node
names.
|
public DocumentOrchestrationQueueImpl()
public void orchestrateDocument(String documentId, String principalId, OrchestrationConfig orchestrationConfig, DocumentProcessingOptions documentProcessingOptions)
DocumentOrchestrationQueue
This orchestration can also optional index search attributes after orchestration has complete if the value
for shouldSearchIndex
is "true".
orchestrateDocument
in interface DocumentOrchestrationQueue
documentId
- the id of the document to orchestrate through the blanket approval processprincipalId
- the id of the principal who initiated the blanket approvalorchestrationConfig
- contains configuration for how the orchestration should be performedCopyright © 2005–2014 The Kuali Foundation. All rights reserved.