Class DeleteContentItemsByProcessInstanceIdCmd

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

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

    • processInstanceId

      protected final String processInstanceId
  • Constructor Details

    • DeleteContentItemsByProcessInstanceIdCmd

      public DeleteContentItemsByProcessInstanceIdCmd(String processInstanceId)
  • 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>