Class SetDeploymentCategoryCmd

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

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

    • deploymentId

      protected String deploymentId
    • category

      protected String category
  • Constructor Details

    • SetDeploymentCategoryCmd

      public SetDeploymentCategoryCmd(String deploymentId, String category)
  • Method Details