Uses of Class
org.jbpm.workflow.core.node.Trigger
-
Packages that use Trigger Package Description org.jbpm.workflow.core.node -
-
Uses of Trigger in org.jbpm.workflow.core.node
Subclasses of Trigger in org.jbpm.workflow.core.node Modifier and Type Class Description classConstraintTriggerclassEventTriggerMethods in org.jbpm.workflow.core.node that return types with arguments of type Trigger Modifier and Type Method Description List<Trigger>StartNode. getTriggers()Methods in org.jbpm.workflow.core.node with parameters of type Trigger Modifier and Type Method Description voidStartNode. addTrigger(Trigger trigger)voidStartNode. removeTrigger(Trigger trigger)Method parameters in org.jbpm.workflow.core.node with type arguments of type Trigger Modifier and Type Method Description voidStartNode. setTriggers(List<Trigger> triggers)
-