public final class DocumentProcessingOptions extends AbstractDataTransferObject
| Modifier and Type | Method and Description |
|---|---|
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() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic static DocumentProcessingOptions create(boolean runPostProcessor, boolean indexSearchAttributes)
public static DocumentProcessingOptions create(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications)
public static DocumentProcessingOptions createDefault()
public boolean isRunPostProcessor()
public boolean isIndexSearchAttributes()
public boolean isSendNotifications()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.