public class GetDeploymentActionDefinitionCmd extends AbstractNeedsActionDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<ActionDefinition>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionDefinitionId |
protected String |
actionDefinitionKey |
protected String |
tenantId |
| Constructor and Description |
|---|
GetDeploymentActionDefinitionCmd(String actionDefinitionId,
String actionDefinitionKey,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
resolveActionDefinitionprotected String actionDefinitionId
protected String actionDefinitionKey
protected String tenantId
public ActionDefinition execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<ActionDefinition>Copyright © 2019. All rights reserved.