public enum AuditHistoryRowConstants extends java.lang.Enum<AuditHistoryRowConstants>
Enum Constant and Description |
---|
PROCESS_PROPERTY_ADDED_ATTACHMENTS
Added attachment ids to the process
|
PROCESS_PROPERTY_ADDED_NOTES
Added note ids to the process
|
PROCESS_PROPERTY_ADDED_VARIABLE
Added a variable with given name to the process dynamically
The process variable row being added is ALSO associated with this, but this cannot be expressed with a
constant here.
|
PROCESS_PROPERTY_ARCHIVED_TO_FOLDER
Archived the process (generated archive.l file) to the given archive folder id
|
PROCESS_PROPERTY_CANCELED
Process is canceled
BOOLEAN currently, earlier could be TIMESTAMP (treat TIMESTAMP as BOOLEAN true)
|
PROCESS_PROPERTY_COMPLETED_AT
Process was completed at given timestamp
|
PROCESS_PROPERTY_MIGRATED_PROCESS_HISTORY_TO_KAFKA_AT
Process history was migrated to Kafka at the given timestamp (only present for migrated history)
|
PROCESS_PROPERTY_NAME
Process is now named the given name
|
PROCESS_PROPERTY_PAUSED_AT
Process was paused at the given timestamp
|
PROCESS_PROPERTY_PRIORITY
Priority of the process being set
direction STRING
newPriority STRING
|
PROCESS_PROPERTY_PRIORITY_NAME
Name of the priority that process was set to, in com.appiancorp.suiteapi.common.LocaleString form which
contains the name in various locales
|
PROCESS_PROPERTY_PROCESS_ID_CHAIN
This process is a subprocess belonging to the given chain of process ids, listed from parent through
child id.
|
PROCESS_PROPERTY_RECORDING
Is the process recording to audit process history?
|
PROCESS_PROPERTY_REMOVED_ATTACHMENTS
Removed the given attachment ids from the process
|
PROCESS_PROPERTY_REMOVED_NOTES
Removed the given note ids from the process
|
PROCESS_PROPERTY_RESUMED_AT
Resumed the process at the given timestamp
|
PROCESS_PROPERTY_RUNNING
Is the process currently running?
|
PROCESS_PROPERTY_SECURED_TO
This process has been secured to the given map, only written when process is deleted.
|
PROCESS_PROPERTY_START_SUB_PROCESS_ID
This process started a subprocess at given process id
|
PROCESS_PROPERTY_STARTED_AT
The process was started at the given timestamp
|
PROCESS_PROPERTY_STARTED_BY_PARENT_PROCESS_ID
This process was started as a subprocess by the given process id
|
PROCESS_PROPERTY_TERMINATED_AT
Timestamp at which the process was terminated.
|
PROCESS_PROPERTY_UPGRADE_PROCESS
Process has been upgraded via in flight modification.
|
PROCESS_PROPERTY_UUID
Process has UUID (unique identifier)
|
PROCESS_PROPERTY_VERSION
Version string for updated process
|
TASK_PROPERTY_ADDED_ATTACHMENTS
Added attachment ids to the task
|
TASK_PROPERTY_ADDED_NOTES
Added note ids to the task
|
TASK_PROPERTY_ASSIGNEE
Set for either initial ASSIGNED or REASSIGNED
|
TASK_PROPERTY_ASSIGNEE_ASSIGNED
Set for the initial assignment
|
TASK_PROPERTY_ASSIGNEE_REASSIGNED
Set if the task is reassigned
|
TASK_PROPERTY_CANCELED
Task is canceled
|
TASK_PROPERTY_COMPLETED_AT
Task was completed at given timestamp
|
TASK_PROPERTY_ESCALATED
Set when the task is escalated
|
TASK_PROPERTY_ESCALATED_NOTIFICATION
Escalated notification
|
TASK_PROPERTY_NAME
Task is now named the given name
|
TASK_PROPERTY_PAUSED_AT
Task was paused at the given timestamp
|
TASK_PROPERTY_PRIORITY
Priority of the task being set
direction STRING
newPriority STRING
|
TASK_PROPERTY_PRIORITY_NAME
Name of the priority that task was set to, in com.appiancorp.suiteapi.common.LocaleString form which
contains the name in various locales
|
TASK_PROPERTY_REMOVED_ATTACHMENTS
Removed the given attachment ids from the task
|
TASK_PROPERTY_REMOVED_NOTES
Removed the given note ids from the task
|
TASK_PROPERTY_RESUMED_AT
Resumed the task at the given timestamp
|
TASK_PROPERTY_RUNNING
Is the task currently running?
|
TASK_PROPERTY_SCHEDULED_AT
Timer task scheduled at given timestamp
|
TASK_PROPERTY_STARTED_AT
Deprecated.
see tp!startedIn for newer data
|
TASK_PROPERTY_STARTED_IN
Task started in the given task model template (tp!
|
TASK_PROPERTY_TERMINATED_AT
Timestamp at which the task was terminated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAssociatedDomKeys()
Associated domain!
|
java.lang.String |
getDisplayString()
dom!
|
java.lang.String |
getDom() |
java.lang.String |
getDomKey() |
java.lang.String |
getKey() |
int |
getLegacyHistoryObjectType() |
java.util.Optional<java.lang.Integer> |
getLegacyHistoryType() |
java.lang.Long |
getTypeId() |
static AuditHistoryRowConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuditHistoryRowConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditHistoryRowConstants PROCESS_PROPERTY_ADDED_ATTACHMENTS
public static final AuditHistoryRowConstants PROCESS_PROPERTY_ADDED_NOTES
public static final AuditHistoryRowConstants PROCESS_PROPERTY_ADDED_VARIABLE
public static final AuditHistoryRowConstants PROCESS_PROPERTY_CANCELED
public static final AuditHistoryRowConstants PROCESS_PROPERTY_COMPLETED_AT
public static final AuditHistoryRowConstants PROCESS_PROPERTY_NAME
public static final AuditHistoryRowConstants PROCESS_PROPERTY_PAUSED_AT
public static final AuditHistoryRowConstants PROCESS_PROPERTY_PRIORITY
public static final AuditHistoryRowConstants PROCESS_PROPERTY_PRIORITY_NAME
public static final AuditHistoryRowConstants PROCESS_PROPERTY_REMOVED_ATTACHMENTS
public static final AuditHistoryRowConstants PROCESS_PROPERTY_REMOVED_NOTES
public static final AuditHistoryRowConstants PROCESS_PROPERTY_RESUMED_AT
public static final AuditHistoryRowConstants PROCESS_PROPERTY_ARCHIVED_TO_FOLDER
public static final AuditHistoryRowConstants PROCESS_PROPERTY_UUID
public static final AuditHistoryRowConstants PROCESS_PROPERTY_MIGRATED_PROCESS_HISTORY_TO_KAFKA_AT
public static final AuditHistoryRowConstants PROCESS_PROPERTY_START_SUB_PROCESS_ID
public static final AuditHistoryRowConstants PROCESS_PROPERTY_STARTED_BY_PARENT_PROCESS_ID
public static final AuditHistoryRowConstants PROCESS_PROPERTY_PROCESS_ID_CHAIN
public static final AuditHistoryRowConstants PROCESS_PROPERTY_RUNNING
public static final AuditHistoryRowConstants PROCESS_PROPERTY_STARTED_AT
public static final AuditHistoryRowConstants PROCESS_PROPERTY_SECURED_TO
public static final AuditHistoryRowConstants PROCESS_PROPERTY_RECORDING
public static final AuditHistoryRowConstants PROCESS_PROPERTY_TERMINATED_AT
public static final AuditHistoryRowConstants PROCESS_PROPERTY_VERSION
public static final AuditHistoryRowConstants PROCESS_PROPERTY_UPGRADE_PROCESS
public static final AuditHistoryRowConstants TASK_PROPERTY_ADDED_ATTACHMENTS
public static final AuditHistoryRowConstants TASK_PROPERTY_ADDED_NOTES
public static final AuditHistoryRowConstants TASK_PROPERTY_ASSIGNEE
public static final AuditHistoryRowConstants TASK_PROPERTY_ASSIGNEE_ASSIGNED
public static final AuditHistoryRowConstants TASK_PROPERTY_ASSIGNEE_REASSIGNED
public static final AuditHistoryRowConstants TASK_PROPERTY_CANCELED
public static final AuditHistoryRowConstants TASK_PROPERTY_COMPLETED_AT
public static final AuditHistoryRowConstants TASK_PROPERTY_ESCALATED
public static final AuditHistoryRowConstants TASK_PROPERTY_ESCALATED_NOTIFICATION
public static final AuditHistoryRowConstants TASK_PROPERTY_NAME
public static final AuditHistoryRowConstants TASK_PROPERTY_PAUSED_AT
public static final AuditHistoryRowConstants TASK_PROPERTY_PRIORITY
public static final AuditHistoryRowConstants TASK_PROPERTY_PRIORITY_NAME
public static final AuditHistoryRowConstants TASK_PROPERTY_REMOVED_ATTACHMENTS
public static final AuditHistoryRowConstants TASK_PROPERTY_REMOVED_NOTES
public static final AuditHistoryRowConstants TASK_PROPERTY_RESUMED_AT
public static final AuditHistoryRowConstants TASK_PROPERTY_RUNNING
public static final AuditHistoryRowConstants TASK_PROPERTY_SCHEDULED_AT
@Deprecated public static final AuditHistoryRowConstants TASK_PROPERTY_STARTED_AT
public static final AuditHistoryRowConstants TASK_PROPERTY_STARTED_IN
public static final AuditHistoryRowConstants TASK_PROPERTY_TERMINATED_AT
public static AuditHistoryRowConstants[] values()
for (AuditHistoryRowConstants c : AuditHistoryRowConstants.values()) System.out.println(c);
public static AuditHistoryRowConstants valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDomKey()
public java.lang.Long getTypeId()
public java.lang.String getDom()
public java.lang.String getKey()
public java.lang.String getDisplayString()
public int getLegacyHistoryObjectType()
public java.util.Optional<java.lang.Integer> getLegacyHistoryType()
public java.util.List<java.lang.String> getAssociatedDomKeys()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.