Class UpdateStringCommand
- java.lang.Object
-
- org.jbpm.shared.services.impl.commands.UpdateStringCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Integer>
,org.kie.api.command.ExecutableCommand<Integer>
public class UpdateStringCommand extends Object implements org.kie.api.command.ExecutableCommand<Integer>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateStringCommand(String updateString)
UpdateStringCommand(String updateString, Map<String,Object> parameters)
-