Class GetDeploymentSlaDefinitionCmd

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

public class GetDeploymentSlaDefinitionCmd extends AbstractNeedsSlaDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<SlaDefinition>
  • Field Details

    • definitionId

      protected String definitionId
    • definitionKey

      protected String definitionKey
    • tenantId

      protected String tenantId
  • Constructor Details

    • GetDeploymentSlaDefinitionCmd

      public GetDeploymentSlaDefinitionCmd(String definitionId, String definitionKey, String tenantId)
  • Method Details

    • execute

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