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 Object implements org.flowable.common.engine.impl.interceptor.Command<TranslationEntity>
Author:
Filip Hrisafov
  • Field Details

    • translationId

      protected String translationId
    • translationValue

      protected String translationValue
  • Constructor Details

    • UpdateTranslationValueCmd

      public UpdateTranslationValueCmd(String translationId, String translationValue)
  • Method Details

    • execute

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