org.camunda.bpm.engine.impl.cmd
Class DeleteJobsCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.DeleteJobsCmd
All Implemented Interfaces:
Command<Void>

public class DeleteJobsCmd
extends Object
implements Command<Void>

Author:
Tom Baeyens

Field Summary
protected  boolean cascade
           
protected  List<String> jobIds
           
 
Constructor Summary
DeleteJobsCmd(List<String> jobIds)
           
DeleteJobsCmd(List<String> jobIds, boolean cascade)
           
DeleteJobsCmd(String jobId)
           
DeleteJobsCmd(String jobId, boolean cascade)
           
 
Method Summary
 Void execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobIds

protected List<String> jobIds

cascade

protected boolean cascade
Constructor Detail

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)
Method Detail

execute

public Void execute(CommandContext commandContext)
Specified by:
execute in interface Command<Void>


Copyright © 2016 camunda services GmbH. All rights reserved.