Class TimeTrigger

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.netgrif.application.engine.workflow.domain.triggers.Trigger

        Trigger.Type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.time.LocalDateTime startDate  
      protected java.lang.String timeString  
      • Fields inherited from class com.netgrif.application.engine.workflow.domain.triggers.Trigger

        _id
      • Fields inherited from class com.netgrif.application.engine.petrinet.domain.Imported

        importId
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TimeTrigger​(java.lang.String timeString)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startDate

        protected java.time.LocalDateTime startDate
      • timeString

        protected java.lang.String timeString
    • Constructor Detail

      • TimeTrigger

        protected TimeTrigger​(java.lang.String timeString)