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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetDeploymentSlaDefinitionCmd
(String definitionId, String definitionKey, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class com.flowable.platform.engine.impl.cmd.AbstractNeedsSlaDefinitionCmd
resolveSlaDefinition
-
Field Details
-
definitionId
-
definitionKey
-
tenantId
-
-
Constructor Details
-
GetDeploymentSlaDefinitionCmd
-
-
Method Details
-
execute
public SlaDefinition execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<SlaDefinition>
-