Interface ITimerNodeDefinition

All Superinterfaces:
IProcessNodeDefinition, IProcessStepDefinition, IWaitNodeDefinition
All Known Implementing Classes:
TimerNodeDefinition

public interface ITimerNodeDefinition extends IWaitNodeDefinition
This interface represents the definition of a timer node from a process. The timer node is used to delay the execution of a branch in the process until a certain time has expired.
Since:
7.1
Author:
O. Kerpershoek
  • Method Details

    • getExpirationExpression

      IExpression getExpirationExpression()
      This method returns the expression that should be evaluated to determine the expiration time.
      Returns:
      the expression that should be evaluated to determine the expiration time.
    • getReevaluationEvent

      ReevaluationEvent getReevaluationEvent()
      This method returns the reevaluation event
      Returns:
      The reevaluation event