Class DeletePropertyCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.DeletePropertyCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<Void>

public class DeletePropertyCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
See Also:
  • Field Details

    • name

      protected String name
  • Constructor Details

    • DeletePropertyCmd

      public DeletePropertyCmd(String name)
  • 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>