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

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

public class SetJobDuedateCmd
extends Object
implements Command<Void>, Serializable

Author:
Kristin Polenz
See Also:
Serialized Form

Constructor Summary
SetJobDuedateCmd(String jobId, Date newDuedate)
           
 
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

SetJobDuedateCmd

public SetJobDuedateCmd(String jobId,
                        Date newDuedate)
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.