Class GetSlaDefinitionModelCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractNeedsSlaDefinitionCmd
com.flowable.platform.engine.impl.cmd.GetSlaDefinitionModelCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<SlaDefinitionModel>
public class GetSlaDefinitionModelCmd
extends AbstractNeedsSlaDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<SlaDefinitionModel>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetSlaDefinitionModelCmd
(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
-
GetSlaDefinitionModelCmd
-
-
Method Details
-
execute
public SlaDefinitionModel execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<SlaDefinitionModel>
-