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

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

Constructor Detail

DeleteJobsCmd

public DeleteJobsCmd(List<String> jobIds)

DeleteJobsCmd

public DeleteJobsCmd(String jobId)
Method Detail

execute

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


Copyright © 2014 camunda services GmbH. All rights reserved.