Class TimeTrigger
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.Imported
-
- com.netgrif.application.engine.workflow.domain.triggers.Trigger
-
- com.netgrif.application.engine.workflow.domain.triggers.TimeTrigger
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DateTimeTrigger
,DelayTimeTrigger
public abstract class TimeTrigger extends Trigger
- See Also:
- Serialized Form
-
-
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
-
Constructor Summary
Constructors Modifier Constructor Description protected
TimeTrigger(java.lang.String timeString)
-
Method Summary
-
Methods inherited from class com.netgrif.application.engine.workflow.domain.triggers.Trigger
clone, get_id, set_id
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.Imported
getImportId, setImportId
-
-