Class GetDeploymentSequenceDefinitionCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractNeedsSequenceDefinitionCmd
com.flowable.platform.engine.impl.cmd.GetDeploymentSequenceDefinitionCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<SequenceDefinition>
public class GetDeploymentSequenceDefinitionCmd
extends AbstractNeedsSequenceDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<SequenceDefinition>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetDeploymentSequenceDefinitionCmd
(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.AbstractNeedsSequenceDefinitionCmd
resolveSequenceDefinition
-
Field Details
-
definitionId
-
definitionKey
-
tenantId
-
-
Constructor Details
-
GetDeploymentSequenceDefinitionCmd
-
-
Method Details
-
execute
public SequenceDefinition execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<SequenceDefinition>
-