Class DeleteContentItemCmd

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

public class DeleteContentItemCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • contentItemId

      protected String contentItemId
  • Constructor Details

    • DeleteContentItemCmd

      public DeleteContentItemCmd(String contentItemId)
  • 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>
    • deleteContentItemsInCascade

      protected static void deleteContentItemsInCascade(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ContentItemEntity contentItem)
    • deleteRenditions

      protected static void deleteRenditions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ContentItemEntity contentItem)