Class CreateTranslationCmd

java.lang.Object
com.flowable.platform.engine.impl.cmd.CreateTranslationCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Translation>

public class CreateTranslationCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Translation>
Creates a new translation without checking for existing ones. Use this when you know the translation does not exist yet (e.g., for newly created entities).
  • 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>