Class RegisterDeploymentCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.RegisterDeploymentCmd
All Implemented Interfaces:
Command<Void>

public class RegisterDeploymentCmd extends Object implements Command<Void>
Author:
Thorben Lindhauer
  • Field Details

    • deploymentId

      protected String deploymentId
  • Constructor Details

    • RegisterDeploymentCmd

      public RegisterDeploymentCmd(String deploymentId)
  • Method Details