Class SetAppDefinitionCategoryCmd

java.lang.Object
com.flowable.app.engine.impl.cmd.SetAppDefinitionCategoryCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class SetAppDefinitionCategoryCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Tijs Rademakers
  • Field Details

    • appDefinitionId

      protected String appDefinitionId
    • category

      protected String category
  • Constructor Details

    • SetAppDefinitionCategoryCmd

      public SetAppDefinitionCategoryCmd(String appDefinitionId, String category)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>