Class SetDeploymentKeyCmd

java.lang.Object
org.activiti.engine.impl.cmd.SetDeploymentKeyCmd
All Implemented Interfaces:
Command<Void>

public class SetDeploymentKeyCmd extends Object implements Command<Void>
  • Field Details

    • deploymentId

      protected String deploymentId
    • key

      protected String key
  • Constructor Details

    • SetDeploymentKeyCmd

      public SetDeploymentKeyCmd(String deploymentId, String key)
  • Method Details