Enum HistoryEvent.AttributesCase

    • Enum Constant Detail

      • WORKFLOW_EXECUTION_STARTED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase WORKFLOW_EXECUTION_STARTED_EVENT_ATTRIBUTES
      • WORKFLOW_EXECUTION_COMPLETED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase WORKFLOW_EXECUTION_COMPLETED_EVENT_ATTRIBUTES
      • WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
      • WORKFLOW_EXECUTION_TIMED_OUT_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase WORKFLOW_EXECUTION_TIMED_OUT_EVENT_ATTRIBUTES
      • ACTIVITY_TASK_CANCEL_REQUESTED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase ACTIVITY_TASK_CANCEL_REQUESTED_EVENT_ATTRIBUTES
      • WORKFLOW_EXECUTION_SIGNALED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase WORKFLOW_EXECUTION_SIGNALED_EVENT_ATTRIBUTES
      • WORKFLOW_EXECUTION_TERMINATED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase 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

        public static final HistoryEvent.AttributesCase 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

        public static final HistoryEvent.AttributesCase CHILD_WORKFLOW_EXECUTION_STARTED_EVENT_ATTRIBUTES
      • CHILD_WORKFLOW_EXECUTION_COMPLETED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase CHILD_WORKFLOW_EXECUTION_COMPLETED_EVENT_ATTRIBUTES
      • CHILD_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase CHILD_WORKFLOW_EXECUTION_FAILED_EVENT_ATTRIBUTES
      • CHILD_WORKFLOW_EXECUTION_CANCELED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase CHILD_WORKFLOW_EXECUTION_CANCELED_EVENT_ATTRIBUTES
      • CHILD_WORKFLOW_EXECUTION_TIMED_OUT_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase 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

        public static final HistoryEvent.AttributesCase UPSERT_WORKFLOW_SEARCH_ATTRIBUTES_EVENT_ATTRIBUTES
      • WORKFLOW_EXECUTION_UPDATE_ACCEPTED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase WORKFLOW_EXECUTION_UPDATE_ACCEPTED_EVENT_ATTRIBUTES
      • WORKFLOW_EXECUTION_UPDATE_REJECTED_EVENT_ATTRIBUTES

        public static final HistoryEvent.AttributesCase 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

        public static final HistoryEvent.AttributesCase WORKFLOW_PROPERTIES_MODIFIED_EVENT_ATTRIBUTES
    • Method Detail

      • values

        public static HistoryEvent.AttributesCase[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (HistoryEvent.AttributesCase c : HistoryEvent.AttributesCase.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static HistoryEvent.AttributesCase valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • valueOf

        @Deprecated
        public static HistoryEvent.AttributesCase valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite