Class EventSetup

    • Constructor Detail

      • EventSetup

        public EventSetup​(java.lang.String name,
                          java.lang.String description,
                          java.lang.String elementId,
                          Element.ElementType type,
                          java.lang.String processFlowId)
        It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the elements returned by the API.
        Parameters:
        name - The name of the element.
        description - The description of the element.
        elementId - The identifier of the element as it appears in the process flow definition.
        type - The type of the element.
        processFlowId - The identifier of the process flow that contains the element.