Package 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
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentProcessingOptionscreate(boolean runPostProcessor, boolean indexSearchAttributes) static DocumentProcessingOptionscreate(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications) static DocumentProcessingOptionscreate(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications, boolean deactivateAcknowledgements, boolean deactivateFYIs) static DocumentProcessingOptionsbooleanbooleanbooleanbooleanbooleanMethods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
create
public static DocumentProcessingOptions create(boolean runPostProcessor, boolean indexSearchAttributes) -
create
public static DocumentProcessingOptions create(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications) -
create
public static DocumentProcessingOptions create(boolean runPostProcessor, boolean indexSearchAttributes, boolean sendNotifications, boolean deactivateAcknowledgements, boolean deactivateFYIs) -
createDefault
-
isRunPostProcessor
public boolean isRunPostProcessor() -
isIndexSearchAttributes
public boolean isIndexSearchAttributes() -
isSendNotifications
public boolean isSendNotifications() -
isDeactivateAcknowledgements
public boolean isDeactivateAcknowledgements() -
isDeactivateFYIs
public boolean isDeactivateFYIs()
-