org.camunda.bpm.engine.impl.cmd
Class SetJobDuedateCmd
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetJobDuedateCmd
public SetJobDuedateCmd(String jobId,
Date newDuedate)
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<Void>
Copyright © 2016 camunda services GmbH. All rights reserved.