Class BPMNTimerImpl

  • All Implemented Interfaces:
    org.activiti.api.process.model.BPMNElement, org.activiti.api.process.model.BPMNTimer

    public class BPMNTimerImpl
    extends BPMNElementImpl
    implements org.activiti.api.process.model.BPMNTimer
    • Constructor Detail

      • BPMNTimerImpl

        public BPMNTimerImpl()
      • BPMNTimerImpl

        public BPMNTimerImpl​(java.lang.String elementId)
    • Method Detail

      • getTimerPayload

        public org.activiti.api.process.model.payloads.TimerPayload getTimerPayload()
        Specified by:
        getTimerPayload in interface org.activiti.api.process.model.BPMNTimer
      • setTimerPayload

        public void setTimerPayload​(org.activiti.api.process.model.payloads.TimerPayload timerPayload)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object