Uses of Class
org.kuali.rice.kew.api.document.DocumentProcessingOptions
Packages that use DocumentProcessingOptions
-
Uses of DocumentProcessingOptions in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return DocumentProcessingOptionsModifier and TypeMethodDescriptionstatic DocumentProcessingOptionsDocumentProcessingOptions.create(boolean runPostProcessor, boolean indexSearchAttributes) static DocumentProcessingOptionsDocumentProcessingOptions.create(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications) static DocumentProcessingOptionsDocumentProcessingOptions.create(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications, boolean deactivateAcknowledgements, boolean deactivateFYIs) static DocumentProcessingOptionsDocumentProcessingOptions.createDefault()Methods in org.kuali.rice.kew.api.document with parameters of type DocumentProcessingOptionsModifier and TypeMethodDescriptionvoidDocumentOrchestrationQueue.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.voidDocumentProcessingQueue.processWithOptions(String documentId, DocumentProcessingOptions options)