| Package | Description |
|---|---|
| org.kuali.rice.kew.api.document |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentProcessingOptions |
DocumentProcessingOptions.create(boolean runPostProcessor,
boolean indexSearchAttributes) |
static DocumentProcessingOptions |
DocumentProcessingOptions.create(boolean runPostProcessor,
boolean indexSearchAttributes,
boolean sendNotifications) |
static DocumentProcessingOptions |
DocumentProcessingOptions.create(boolean runPostProcessor,
boolean indexSearchAttributes,
boolean sendNotifications,
boolean deactivateAcknowledgements,
boolean deactivateFYIs) |
static DocumentProcessingOptions |
DocumentProcessingOptions.createDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentOrchestrationQueue.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 |
DocumentProcessingQueue.processWithOptions(String documentId,
DocumentProcessingOptions options) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.