Class SetDeploymentCategoryCmd

java.lang.Object
com.flowable.form.engine.impl.cmd.SetDeploymentCategoryCmd
All Implemented Interfaces:
Command<Void>

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

    • deploymentId

      protected String deploymentId
    • category

      protected String category
  • Constructor Details

    • SetDeploymentCategoryCmd

      public SetDeploymentCategoryCmd(String deploymentId, String category)
  • 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)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)