Class DeletePropertyCmd

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

public class DeletePropertyCmd extends Object implements Command<Void>, Serializable
See Also:
  • Field Details

    • name

      protected String name
  • Constructor Details

    • DeletePropertyCmd

      public DeletePropertyCmd(String name)
  • Method Details