Class DeleteSecretByNameAndTenantCmd

java.lang.Object
com.flowable.platform.engine.impl.cmd.DeleteSecretByNameAndTenantCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class DeleteSecretByNameAndTenantCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • secretName

      protected final String secretName
    • tenantId

      protected final String tenantId
  • Constructor Details

    • DeleteSecretByNameAndTenantCmd

      public DeleteSecretByNameAndTenantCmd(String secretName, String tenantId)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>