Class DeleteRenditionItemsByScopeCmd

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

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

    • scopeId

      protected String scopeId
    • scopeType

      protected String scopeType
  • Constructor Details

    • DeleteRenditionItemsByScopeCmd

      public DeleteRenditionItemsByScopeCmd(String scopeId, String scopeType)
  • 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>