Class TimerNode

All Implemented Interfaces:
Serializable, Mappable, Contextable, ContextResolver, Node, org.kie.api.definition.process.Node, org.kie.api.definition.process.WorkflowElement, KogitoNode

public class TimerNode extends ExtendedNodeImpl
See Also:
  • Constructor Details

    • TimerNode

      public TimerNode()
  • Method Details

    • setTimer

      public void setTimer(Timer timer)
    • getTimer

      public Timer getTimer()
    • validateAddIncomingConnection

      public void validateAddIncomingConnection(String type, org.kie.api.definition.process.Connection connection)
      Overrides:
      validateAddIncomingConnection in class NodeImpl
    • validateAddOutgoingConnection

      public void validateAddOutgoingConnection(String type, org.kie.api.definition.process.Connection connection)
      Overrides:
      validateAddOutgoingConnection in class NodeImpl