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