Class SaveTranslationCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.SaveTranslationCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Translation>
public class SaveTranslationCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Translation>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
scopeId
-
scopeType
-
key
-
locale
-
value
-
-
Constructor Details
-
SaveTranslationCmd
-
-
Method Details
-
execute
public Translation execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Translation>
-