Class SignalEventDefinition

java.lang.Object
com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
com.sas.lsaf.workflow.processdefinition.SignalEventDefinition
All Implemented Interfaces:
IntermediateEventDefinition, Serializable

public class SignalEventDefinition extends FlowElementDefinition implements IntermediateEventDefinition
The class that represents a signal event definition.
Since:
2.4
See Also:
  • Constructor Details

    • SignalEventDefinition

      public SignalEventDefinition(String elementId, String name, String description, Element.ElementType type, 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.
  • Method Details