Class DeleteClientRegistrationInfoByIdCmd

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

public class DeleteClientRegistrationInfoByIdCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
  • Field Details

    • id

      protected final String id
  • Constructor Details

    • DeleteClientRegistrationInfoByIdCmd

      public DeleteClientRegistrationInfoByIdCmd(String id)
  • 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>