All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.task.service.EscalatedDeadlineHandler Maven / Gradle / Ivy

There is a newer version: 5.1.1
Show newest version
/**
 * 
 */
package org.drools.task.service;

import javax.persistence.EntityManager;

import org.drools.task.Deadline;
import org.drools.task.Task;

public interface EscalatedDeadlineHandler {
    public void executeEscalatedDeadline(Task task, Deadline deadline, EntityManager em, TaskService service);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy