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 java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<Translation>
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description SaveTranslationCmd(java.lang.String scopeId, java.lang.String scopeType, java.lang.String key, java.lang.String locale, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Translation
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
execute
public Translation execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Translation>
-
-