public class AuditHistoryProcessModelOptions 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.util.Set<java.lang.Long> |
getProcessIds()
The process ids of process audit history to be searched for return.
|
java.lang.Long[] |
getProcessIdsInKafkaHistory() |
java.lang.Long[] |
getProcessIdsInKEngineHistory() |
java.lang.Long |
getProcessModelId() |
ServiceContext |
getServiceContext() |
public java.lang.Long getProcessModelId()
public java.util.Set<java.lang.Long> getProcessIds()
public ServiceContext getServiceContext()
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 java.lang.Long[] getProcessIdsInKafkaHistory()
public java.lang.Long[] getProcessIdsInKEngineHistory()
public long getMaxJsonByteSize()
getMaxJsonByteSize
in class AuditHistoryOptions
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.