Class UpdateTranslationValueCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.cmd.UpdateTranslationValueCmd
-
- All Implemented Interfaces:
Command<TranslationEntity>
public class UpdateTranslationValueCmd extends Object implements Command<TranslationEntity>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
translationId
protected String
translationValue
-
Constructor Summary
Constructors Constructor Description UpdateTranslationValueCmd(String translationId, String translationValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TranslationEntity
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public TranslationEntity execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<TranslationEntity>
-
-