Uses of Class
com.netgrif.application.engine.workflow.domain.triggers.TimeTrigger
-
Packages that use TimeTrigger Package Description com.netgrif.application.engine.workflow.domain.triggers -
-
Uses of TimeTrigger in com.netgrif.application.engine.workflow.domain.triggers
Subclasses of TimeTrigger in com.netgrif.application.engine.workflow.domain.triggers Modifier and Type Class Description classDateTimeTriggerTime trigger that will execute task at specified date and time in specified format (e.g.classDelayTimeTriggerTime trigger that will execute task after specified delay (e.g.Constructor parameters in com.netgrif.application.engine.workflow.domain.triggers with type arguments of type TimeTrigger Constructor Description QTimeTrigger(com.querydsl.core.types.Path<? extends TimeTrigger> path)QTimeTrigger(java.lang.Class<? extends TimeTrigger> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-