public interface DocumentOrchestrationQueue
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.
|
void orchestrateDocument(String documentId, String principalId, OrchestrationConfig orchestrationConfig, DocumentProcessingOptions documentProcessingOptions) throws RiceIllegalArgumentException
This orchestration can also optional index search attributes after orchestration has complete if the value
for shouldSearchIndex
is "true".
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 performedRiceIllegalArgumentException
- if documentId is a null or blank valueRiceIllegalArgumentException
- if principalId is a null or blank valueRiceIllegalArgumentException
- if orchestrationConfig is nullCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.