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

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.document.DocumentProcessingOptions
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete

public final class DocumentProcessingOptions
extends AbstractDataTransferObject

See Also:
Serialized Form

Method Summary
static DocumentProcessingOptions create(boolean runPostProcessor, boolean indexSearchAttributes)
           
static DocumentProcessingOptions create(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications)
           
static DocumentProcessingOptions createDefault()
           
 boolean isIndexSearchAttributes()
           
 boolean isRunPostProcessor()
           
 boolean isSendNotifications()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.