Class DeleteUserOperationLogEntryCmd

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

public class DeleteUserOperationLogEntryCmd extends Object implements Command<Void>
Author:
Thorben Lindhauer
  • Field Details

    • entryId

      protected String entryId
  • Constructor Details

    • DeleteUserOperationLogEntryCmd

      public DeleteUserOperationLogEntryCmd(String entryId)
  • Method Details