Class SetAnnotationForOperationLog

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

public class SetAnnotationForOperationLog extends Object implements Command<Void>
  • Field Details

    • operationId

      protected String operationId
    • annotation

      protected String annotation
  • Constructor Details

    • SetAnnotationForOperationLog

      public SetAnnotationForOperationLog(String operationId, String annotation)
  • Method Details