Class SetDeploymentParentDeploymentIdCmd

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

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

    • deploymentId

      protected String deploymentId
    • newParentDeploymentId

      protected String newParentDeploymentId
  • Constructor Details

    • SetDeploymentParentDeploymentIdCmd

      public SetDeploymentParentDeploymentIdCmd(String deploymentId, String newParentDeploymentId)
  • 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>