Class DeletePropertyCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.DeletePropertyCmd
All Implemented Interfaces:
Command<Object>

public class DeletePropertyCmd extends Object implements Command<Object>
Author:
Daniel Meyer
  • Field Details

    • name

      protected String name
  • Constructor Details

    • DeletePropertyCmd

      public DeletePropertyCmd(String name)
      Parameters:
      name -
  • Method Details