Class DeleteRenditionItemsByTaskIdCmd

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

public class DeleteRenditionItemsByTaskIdCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • taskId

      protected final String taskId
  • Constructor Details

    • DeleteRenditionItemsByTaskIdCmd

      public DeleteRenditionItemsByTaskIdCmd(String taskId)
  • 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>