org.kuali.rice.kew.impl.action
Class DocumentOrchestrationQueueImpl
java.lang.Object
org.kuali.rice.kew.impl.action.DocumentOrchestrationQueueImpl
- All Implemented Interfaces:
- DocumentOrchestrationQueue
public class DocumentOrchestrationQueueImpl
- extends Object
- implements DocumentOrchestrationQueue
References implementation of the DocumentOrchestrationQueue
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentOrchestrationQueueImpl
public DocumentOrchestrationQueueImpl()
orchestrateDocument
public void orchestrateDocument(String documentId,
String principalId,
OrchestrationConfig orchestrationConfig,
DocumentProcessingOptions documentProcessingOptions)
- Description copied from interface:
DocumentOrchestrationQueue
- Orchestrates the document with the given id through the blanket approval process to the specified list of node
names. If the node names are empty, then the document will be orchestrated all the way to the end of its
workflow process.
This orchestration can also optional index search attributes after orchestration has complete if the value
for shouldSearchIndex
is "true".
- Specified by:
orchestrateDocument
in interface DocumentOrchestrationQueue
- Parameters:
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 performed
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.