Class DeleteContentItemsByScopeCmd

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

public class DeleteContentItemsByScopeCmd extends Object implements Command<Void>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • scopeId

      protected String scopeId
    • scopeType

      protected String scopeType
  • Constructor Details

    • DeleteContentItemsByScopeCmd

      public DeleteContentItemsByScopeCmd(String scopeId, String scopeType)
  • Method Details