Class DeleteDeploymentCmd

java.lang.Object
com.flowable.policy.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
  • Constructor Details

    • DeleteDeploymentCmd

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