public class AuditHistoryProcessOptions extends AuditHistoryOptions
DEFAULT_SIZE_FOR_MAX_JSON_BYTE_SIZE, DEFAULT_SIZE_FOR_MAXIMUM_TRANSIENT_BATCH_SIZE, MINIMUM_SIZE_FOR_MAX_JSON_BYTE_SIZE, MINIMUM_SIZE_FOR_MAXIMUM_TRANSIENT_BATCH_SIZE
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getLocale() |
java.sql.Timestamp |
getMaximum() |
int |
getMaximumTransientBatchSize() |
long |
getMaxJsonByteSize()
Maximum JSON byte size helps prevent creating row data with excessively large payloads (e.g., a process
variable array with excessively large size) from throwing OOM in being created.
|
java.sql.Timestamp |
getMinimum() |
java.lang.Long |
getProcessId() |
ServiceContext |
getServiceContext() |
public ServiceContext getServiceContext()
public java.lang.Long getProcessId()
public java.util.Locale getLocale()
getLocale
in class AuditHistoryOptions
public java.sql.Timestamp getMinimum()
getMinimum
in class AuditHistoryOptions
public java.sql.Timestamp getMaximum()
getMaximum
in class AuditHistoryOptions
public int getMaximumTransientBatchSize()
getMaximumTransientBatchSize
in class AuditHistoryOptions
public long getMaxJsonByteSize()
AuditHistoryOptions
getMaxJsonByteSize
in class AuditHistoryOptions
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.