Class SetDeploymentKeyCmd

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

public class SetDeploymentKeyCmd extends Object implements Command<Void>
Author:
Tijs Rademakers
  • Field Details

    • deploymentId

      protected String deploymentId
    • key

      protected String key
  • Constructor Details

    • SetDeploymentKeyCmd

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

    • execute

      public Void execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<Void>
    • getDeploymentId

      public String getDeploymentId()
    • setDeploymentId

      public void setDeploymentId(String deploymentId)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)