Class SignalEventDefinition

    • Constructor Detail

      • SignalEventDefinition

        public SignalEventDefinition​(java.lang.String elementId,
                                     java.lang.String name,
                                     java.lang.String description,
                                     Element.ElementType type,
                                     java.lang.String parentId,
                                     SignalDefinition signal)
        It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the signal event definitions returned by the API.
        Parameters:
        elementId - The id of the signal event element as it appears in the process flow definition.
        name - The name of the signal event as it appears in the process flow definition.
        description - The description of the signal event as it appears in the process flow definition.
        type - The type of the signal event that is associated with the type in the process flow definition.
        parentId - The identifier of the flow definition that is the parent of this signal event.
        signal - The signal definition for the signal event.