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

    Fields 
    Modifier and Type Field Description
    protected java.lang.String translationId  
    protected java.lang.String translationValue  
  • Constructor Summary

    Constructors 
    Constructor Description
    UpdateTranslationValueCmd​(java.lang.String translationId, java.lang.String translationValue)  
  • Method Summary

    Modifier and Type Method Description
    TranslationEntity execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • UpdateTranslationValueCmd

      public UpdateTranslationValueCmd​(java.lang.String translationId, java.lang.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>