public static enum HistoryEvent._Fields extends java.lang.Enum<HistoryEvent._Fields> implements org.apache.thrift.TFieldIdEnum
Modifier and Type | Method and Description |
---|---|
static HistoryEvent._Fields |
findByName(java.lang.String name)
Find the _Fields constant that matches name, or null if its not found.
|
static HistoryEvent._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static HistoryEvent._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
java.lang.String |
getFieldName() |
short |
getThriftFieldId() |
static HistoryEvent._Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HistoryEvent._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryEvent._Fields EVENT_ID
public static final HistoryEvent._Fields TIMESTAMP
public static final HistoryEvent._Fields EVENT_TYPE
EventType
public static final HistoryEvent._Fields VERSION
public static final HistoryEvent._Fields TASK_ID
public static final HistoryEvent._Fields WORKFLOW_EXECUTION_STARTED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields WORKFLOW_EXECUTION_COMPLETED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields WORKFLOW_EXECUTION_TIMED_OUT_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields DECISION_TASK_SCHEDULED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields DECISION_TASK_STARTED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields DECISION_TASK_COMPLETED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields DECISION_TASK_TIMED_OUT_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields DECISION_TASK_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields ACTIVITY_TASK_SCHEDULED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields ACTIVITY_TASK_STARTED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields ACTIVITY_TASK_COMPLETED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields ACTIVITY_TASK_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields ACTIVITY_TASK_TIMED_OUT_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields TIMER_STARTED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields TIMER_FIRED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields ACTIVITY_TASK_CANCEL_REQUESTED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields REQUEST_CANCEL_ACTIVITY_TASK_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields ACTIVITY_TASK_CANCELED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields TIMER_CANCELED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields CANCEL_TIMER_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields MARKER_RECORDED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields WORKFLOW_EXECUTION_SIGNALED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields WORKFLOW_EXECUTION_TERMINATED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields WORKFLOW_EXECUTION_CANCEL_REQUESTED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields WORKFLOW_EXECUTION_CANCELED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields EXTERNAL_WORKFLOW_EXECUTION_CANCEL_REQUESTED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields WORKFLOW_EXECUTION_CONTINUED_AS_NEW_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields START_CHILD_WORKFLOW_EXECUTION_INITIATED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields START_CHILD_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields CHILD_WORKFLOW_EXECUTION_STARTED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields CHILD_WORKFLOW_EXECUTION_COMPLETED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields CHILD_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields CHILD_WORKFLOW_EXECUTION_CANCELED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields CHILD_WORKFLOW_EXECUTION_TIMED_OUT_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields CHILD_WORKFLOW_EXECUTION_TERMINATED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields EXTERNAL_WORKFLOW_EXECUTION_SIGNALED_EVENT_ATTRIBUTES
public static final HistoryEvent._Fields UPSERT_WORKFLOW_SEARCH_ATTRIBUTES_EVENT_ATTRIBUTES
public static HistoryEvent._Fields[] values()
for (HistoryEvent._Fields c : HistoryEvent._Fields.values()) System.out.println(c);
public static HistoryEvent._Fields 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 static HistoryEvent._Fields findByThriftId(int fieldId)
public static HistoryEvent._Fields findByThriftIdOrThrow(int fieldId)
public static HistoryEvent._Fields findByName(java.lang.String name)
public short getThriftFieldId()
getThriftFieldId
in interface org.apache.thrift.TFieldIdEnum
public java.lang.String getFieldName()
getFieldName
in interface org.apache.thrift.TFieldIdEnum