Class DeleteDeploymentCmd

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

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

    • deploymentId

      protected String deploymentId
    • cascade

      protected boolean cascade
  • Constructor Details

    • DeleteDeploymentCmd

      public DeleteDeploymentCmd(String deploymentId, boolean cascade)
  • 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>