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
Modifier and Type Method Description TranslationEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
translationId
protected java.lang.String translationId -
translationValue
protected java.lang.String translationValue
-
-
Constructor Details
-
UpdateTranslationValueCmd
public UpdateTranslationValueCmd(java.lang.String translationId, java.lang.String translationValue)
-
-
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>
-