Class DeleteRenditionItemCmd

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

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

    • renditionItemId

      protected String renditionItemId
  • Constructor Details

    • DeleteRenditionItemCmd

      public DeleteRenditionItemCmd(String renditionItemId)
  • 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>