org.camunda.bpm.engine.impl.cmd
Class SetPropertyCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.SetPropertyCmd
- All Implemented Interfaces:
- Command<Object>
public class SetPropertyCmd
- extends Object
- implements Command<Object>
Command which can be used for setting the value of a property
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
value
protected String value
SetPropertyCmd
public SetPropertyCmd(String name,
String value)
execute
public Object execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<Object>
Copyright © 2016 camunda services GmbH. All rights reserved.