org.camunda.bpm.engine.impl.cmd
Class DeleteJobsCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.DeleteJobsCmd
- All Implemented Interfaces:
- Command<Void>
public class DeleteJobsCmd
- extends Object
- implements Command<Void>
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobIds
protected List<String> jobIds
cascade
protected boolean cascade
DeleteJobsCmd
public DeleteJobsCmd(List<String> jobIds)
DeleteJobsCmd
public DeleteJobsCmd(List<String> jobIds,
boolean cascade)
DeleteJobsCmd
public DeleteJobsCmd(String jobId)
DeleteJobsCmd
public DeleteJobsCmd(String jobId,
boolean cascade)
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Void>
Copyright © 2015 camunda services GmbH. All rights reserved.