Enum Class HistoryEvent.AttributesCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<HistoryEvent.AttributesCase>,Constable
- Enclosing class:
HistoryEvent
public static enum HistoryEvent.AttributesCase
extends Enum<HistoryEvent.AttributesCase>
implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic HistoryEvent.AttributesCaseforNumber(int value) intstatic HistoryEvent.AttributesCasevalueOf(int value) Deprecated.static HistoryEvent.AttributesCaseReturns the enum constant of this class with the specified name.static HistoryEvent.AttributesCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WORKFLOW_EXECUTION_STARTED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_COMPLETED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_TIMED_OUT_EVENT_ATTRIBUTES
-
WORKFLOW_TASK_SCHEDULED_EVENT_ATTRIBUTES
-
WORKFLOW_TASK_STARTED_EVENT_ATTRIBUTES
-
WORKFLOW_TASK_COMPLETED_EVENT_ATTRIBUTES
-
WORKFLOW_TASK_TIMED_OUT_EVENT_ATTRIBUTES
-
WORKFLOW_TASK_FAILED_EVENT_ATTRIBUTES
-
ACTIVITY_TASK_SCHEDULED_EVENT_ATTRIBUTES
-
ACTIVITY_TASK_STARTED_EVENT_ATTRIBUTES
-
ACTIVITY_TASK_COMPLETED_EVENT_ATTRIBUTES
-
ACTIVITY_TASK_FAILED_EVENT_ATTRIBUTES
-
ACTIVITY_TASK_TIMED_OUT_EVENT_ATTRIBUTES
-
TIMER_STARTED_EVENT_ATTRIBUTES
-
TIMER_FIRED_EVENT_ATTRIBUTES
-
ACTIVITY_TASK_CANCEL_REQUESTED_EVENT_ATTRIBUTES
-
ACTIVITY_TASK_CANCELED_EVENT_ATTRIBUTES
-
TIMER_CANCELED_EVENT_ATTRIBUTES
-
MARKER_RECORDED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_SIGNALED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_TERMINATED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_CANCEL_REQUESTED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase WORKFLOW_EXECUTION_CANCEL_REQUESTED_EVENT_ATTRIBUTES -
WORKFLOW_EXECUTION_CANCELED_EVENT_ATTRIBUTES
-
REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED_EVENT_ATTRIBUTES -
REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES -
EXTERNAL_WORKFLOW_EXECUTION_CANCEL_REQUESTED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase EXTERNAL_WORKFLOW_EXECUTION_CANCEL_REQUESTED_EVENT_ATTRIBUTES -
WORKFLOW_EXECUTION_CONTINUED_AS_NEW_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase WORKFLOW_EXECUTION_CONTINUED_AS_NEW_EVENT_ATTRIBUTES -
START_CHILD_WORKFLOW_EXECUTION_INITIATED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase START_CHILD_WORKFLOW_EXECUTION_INITIATED_EVENT_ATTRIBUTES -
START_CHILD_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase START_CHILD_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES -
CHILD_WORKFLOW_EXECUTION_STARTED_EVENT_ATTRIBUTES
-
CHILD_WORKFLOW_EXECUTION_COMPLETED_EVENT_ATTRIBUTES
-
CHILD_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
-
CHILD_WORKFLOW_EXECUTION_CANCELED_EVENT_ATTRIBUTES
-
CHILD_WORKFLOW_EXECUTION_TIMED_OUT_EVENT_ATTRIBUTES
-
CHILD_WORKFLOW_EXECUTION_TERMINATED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase CHILD_WORKFLOW_EXECUTION_TERMINATED_EVENT_ATTRIBUTES -
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED_EVENT_ATTRIBUTES -
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES -
EXTERNAL_WORKFLOW_EXECUTION_SIGNALED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase EXTERNAL_WORKFLOW_EXECUTION_SIGNALED_EVENT_ATTRIBUTES -
UPSERT_WORKFLOW_SEARCH_ATTRIBUTES_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_UPDATE_ACCEPTED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_UPDATE_REJECTED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_UPDATE_COMPLETED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase WORKFLOW_EXECUTION_UPDATE_COMPLETED_EVENT_ATTRIBUTES -
WORKFLOW_PROPERTIES_MODIFIED_EXTERNALLY_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase WORKFLOW_PROPERTIES_MODIFIED_EXTERNALLY_EVENT_ATTRIBUTES -
ACTIVITY_PROPERTIES_MODIFIED_EXTERNALLY_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase ACTIVITY_PROPERTIES_MODIFIED_EXTERNALLY_EVENT_ATTRIBUTES -
WORKFLOW_PROPERTIES_MODIFIED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_UPDATE_ADMITTED_EVENT_ATTRIBUTES
-
NEXUS_OPERATION_SCHEDULED_EVENT_ATTRIBUTES
-
NEXUS_OPERATION_STARTED_EVENT_ATTRIBUTES
-
NEXUS_OPERATION_COMPLETED_EVENT_ATTRIBUTES
-
NEXUS_OPERATION_FAILED_EVENT_ATTRIBUTES
-
NEXUS_OPERATION_CANCELED_EVENT_ATTRIBUTES
-
NEXUS_OPERATION_TIMED_OUT_EVENT_ATTRIBUTES
-
NEXUS_OPERATION_CANCEL_REQUESTED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_OPTIONS_UPDATED_EVENT_ATTRIBUTES
-
NEXUS_OPERATION_CANCEL_REQUEST_COMPLETED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase NEXUS_OPERATION_CANCEL_REQUEST_COMPLETED_EVENT_ATTRIBUTES -
NEXUS_OPERATION_CANCEL_REQUEST_FAILED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase NEXUS_OPERATION_CANCEL_REQUEST_FAILED_EVENT_ATTRIBUTES -
WORKFLOW_EXECUTION_PAUSED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_UNPAUSED_EVENT_ATTRIBUTES
-
WORKFLOW_EXECUTION_TIME_SKIPPING_TRANSITIONED_EVENT_ATTRIBUTES
public static final HistoryEvent.AttributesCase WORKFLOW_EXECUTION_TIME_SKIPPING_TRANSITIONED_EVENT_ATTRIBUTES -
ATTRIBUTES_NOT_SET
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
-
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-