Class BatchCreateTranslationsCmd

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

public class BatchCreateTranslationsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Creates multiple translations in a single command, avoiding per-translation command overhead.
  • Field Details

  • Constructor Details

  • Method Details

    • execute

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