org.kuali.rice.kew.api.document
Class DocumentProcessingOptions
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.document.DocumentProcessingOptions
- All Implemented Interfaces:
- Serializable, ModelObjectBasic, ModelObjectComplete
public final class DocumentProcessingOptions
- extends AbstractDataTransferObject
- See Also:
- Serialized Form
create
public static DocumentProcessingOptions create(boolean runPostProcessor,
boolean indexSearchAttributes)
create
public static DocumentProcessingOptions create(boolean runPostProcessor,
boolean indexSearchAttributes,
boolean sendNotifications)
createDefault
public static DocumentProcessingOptions createDefault()
isRunPostProcessor
public boolean isRunPostProcessor()
isIndexSearchAttributes
public boolean isIndexSearchAttributes()
isSendNotifications
public boolean isSendNotifications()
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.