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 |
create(boolean runPostProcessor,
boolean indexSearchAttributes,
boolean sendNotifications,
boolean deactivateAcknowledgements,
boolean deactivateFYIs) |
static DocumentProcessingOptions |
createDefault() |
boolean |
isDeactivateAcknowledgements() |
boolean |
isDeactivateFYIs() |
boolean |
isIndexSearchAttributes() |
boolean |
isRunPostProcessor() |
boolean |
isSendNotifications() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public static DocumentProcessingOptions create(boolean runPostProcessor, boolean indexSearchAttributes)
public static DocumentProcessingOptions create(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications)
public static DocumentProcessingOptions create(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications, boolean deactivateAcknowledgements, boolean deactivateFYIs)
public static DocumentProcessingOptions createDefault()
public boolean isRunPostProcessor()
public boolean isIndexSearchAttributes()
public boolean isSendNotifications()
public boolean isDeactivateAcknowledgements()
public boolean isDeactivateFYIs()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.