Class RelativeUpdateTimerCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<Void>, org.kie.api.command.ExecutableCommand<Void>, org.kie.internal.command.ProcessInstanceIdCommand

    public class RelativeUpdateTimerCommand
    extends UpdateTimerCommand
    See Also:
    Serialized Form
    • Constructor Detail

      • RelativeUpdateTimerCommand

        public RelativeUpdateTimerCommand​(long processInstanceId,
                                          String timerName,
                                          long delay)
      • RelativeUpdateTimerCommand

        public RelativeUpdateTimerCommand​(long processInstanceId,
                                          String timerName,
                                          long period,
                                          int repeatLimit)
      • RelativeUpdateTimerCommand

        public RelativeUpdateTimerCommand​(long processInstanceId,
                                          String timerName,
                                          long delay,
                                          long period,
                                          int repeatLimit)
      • RelativeUpdateTimerCommand

        public RelativeUpdateTimerCommand​(long processInstanceId,
                                          long timerId,
                                          long period,
                                          int repeatLimit)
      • RelativeUpdateTimerCommand

        public RelativeUpdateTimerCommand​(long processInstanceId,
                                          long timerId,
                                          long delay,
                                          long period,
                                          int repeatLimit)
      • RelativeUpdateTimerCommand

        public RelativeUpdateTimerCommand​(long processInstanceId,
                                          long timerId,
                                          long delay)