Class ListTimersCommand

    • Constructor Detail

      • ListTimersCommand

        public ListTimersCommand​(long processInstanceId)
    • Method Detail

      • execute

        public List<TimerInstance> execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<List<TimerInstance>>
      • resolveVariable

        protected String resolveVariable​(String s,
                                         org.kie.api.runtime.process.NodeInstance pi)
      • setProcessInstanceId

        public void setProcessInstanceId​(Long procInstId)
        Specified by:
        setProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommand
      • getProcessInstanceId

        public Long getProcessInstanceId()
        Specified by:
        getProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommand