Class DeleteThemeCmd

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

public class DeleteThemeCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • themeId

      protected String themeId
  • Constructor Details

    • DeleteThemeCmd

      public DeleteThemeCmd(String themeId)
  • 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>