org.camunda.bpm.engine.impl.cmd.DeleteJobCmd Maven / Gradle / Ivy
package org.camunda.bpm.engine.impl.cmd;
import static org.camunda.bpm.engine.impl.util.EnsureUtil.ensureNotNull;
import java.io.Serializable;
import org.camunda.bpm.engine.ProcessEngineException;
import org.camunda.bpm.engine.impl.cfg.CommandChecker;
import org.camunda.bpm.engine.impl.interceptor.Command;
import org.camunda.bpm.engine.impl.interceptor.CommandContext;
import org.camunda.bpm.engine.impl.persistence.entity.JobEntity;
/**
* @author Saeid Mirzaei
* @author Joram Barrez
*/
public class DeleteJobCmd implements Command
© 2015 - 2025 Weber Informatics LLC | Privacy Policy