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 Details

    • scopeId

      protected String scopeId
    • scopeType

      protected String scopeType
    • key

      protected String key
    • locale

      protected String locale
    • value

      protected String value
  • Constructor Details

  • Method Details

    • execute

      public Translation execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Translation>