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 java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<TranslationEntity>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
translationId
protected java.lang.String
translationValue
-
Constructor Summary
Constructors Constructor Description UpdateTranslationValueCmd(java.lang.String translationId, java.lang.String translationValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TranslationEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
execute
public TranslationEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<TranslationEntity>
-
-