Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • translationId

        protected java.lang.String translationId
      • translationValue

        protected java.lang.String translationValue
    • Constructor Detail

      • UpdateTranslationValueCmd

        public UpdateTranslationValueCmd​(java.lang.String translationId,
                                         java.lang.String translationValue)
    • Method Detail

      • 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>