Uses of Class
com.netgrif.application.engine.workflow.domain.triggers.Trigger.Type
-
Packages that use Trigger.Type Package Description com.netgrif.application.engine.workflow.domain.triggers -
-
Uses of Trigger.Type in com.netgrif.application.engine.workflow.domain.triggers
Methods in com.netgrif.application.engine.workflow.domain.triggers that return Trigger.Type Modifier and Type Method Description static Trigger.TypeTrigger.Type. fromString(java.lang.String name)static Trigger.TypeTrigger.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Trigger.Type[]Trigger.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-