Uses of Interface
org.kie.internal.task.api.model.Escalation
-
Packages that use Escalation Package Description org.kie.internal.task.api org.kie.internal.task.api.model -
-
Uses of Escalation in org.kie.internal.task.api
Methods in org.kie.internal.task.api that return Escalation Modifier and Type Method Description EscalationTaskModelFactory. newEscalation() -
Uses of Escalation in org.kie.internal.task.api.model
Methods in org.kie.internal.task.api.model that return types with arguments of type Escalation Modifier and Type Method Description List<Escalation>Deadline. getEscalations()Method parameters in org.kie.internal.task.api.model with type arguments of type Escalation Modifier and Type Method Description voidDeadline. setEscalations(List<Escalation> escalations)
-