Class DeleteAuthorizationCmd

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

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

    • authorizationId

      protected String authorizationId
  • Constructor Details

    • DeleteAuthorizationCmd

      public DeleteAuthorizationCmd(String authorizationId)
  • Method Details