Class UpdateTranslationValueCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.UpdateTranslationValueCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<TranslationEntity>
public class UpdateTranslationValueCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<TranslationEntity>
- Author:
- Filip Hrisafov
-
Field Details
-
translationId
-
translationValue
-
-
Constructor Details
-
UpdateTranslationValueCmd
-
-
Method Details
-
execute
public TranslationEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<TranslationEntity>
-