Uses of Class
org.kuali.rice.kew.api.document.DocumentProcessingOptions

Packages that use DocumentProcessingOptions
org.kuali.rice.kew.actions   
org.kuali.rice.kew.api.document Copyright 2005-2014 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. 
org.kuali.rice.kew.impl.action   
org.kuali.rice.kew.impl.document   
 

Uses of DocumentProcessingOptions in org.kuali.rice.kew.actions
 

Methods in org.kuali.rice.kew.actions with parameters of type DocumentProcessingOptions
 void BlanketApproveAction.performDeferredBlanketApproveWork(ActionTakenValue actionTaken, DocumentProcessingOptions processingOptions)
           
 

Uses of DocumentProcessingOptions in org.kuali.rice.kew.api.document
 

Methods in org.kuali.rice.kew.api.document that return DocumentProcessingOptions
static DocumentProcessingOptions DocumentProcessingOptions.create(boolean runPostProcessor, boolean indexSearchAttributes)
           
static DocumentProcessingOptions DocumentProcessingOptions.create(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications)
           
static DocumentProcessingOptions DocumentProcessingOptions.createDefault()
           
 

Methods in org.kuali.rice.kew.api.document with parameters of type DocumentProcessingOptions
 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)
           
 

Uses of DocumentProcessingOptions in org.kuali.rice.kew.impl.action
 

Methods in org.kuali.rice.kew.impl.action with parameters of type DocumentProcessingOptions
 void DocumentOrchestrationQueueImpl.orchestrateDocument(String documentId, String principalId, OrchestrationConfig orchestrationConfig, DocumentProcessingOptions documentProcessingOptions)
           
 

Uses of DocumentProcessingOptions in org.kuali.rice.kew.impl.document
 

Methods in org.kuali.rice.kew.impl.document with parameters of type DocumentProcessingOptions
 void DocumentProcessingQueueImpl.processWithOptions(String documentId, DocumentProcessingOptions options)
           
 



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.