public class GetActionDefinitionLinksCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<ActionDefinitionLink>>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionDefinitionId |
| Constructor and Description |
|---|
GetActionDefinitionLinksCmd(String actionDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<ActionDefinitionLink> |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected String actionDefinitionId
public GetActionDefinitionLinksCmd(String actionDefinitionId)
public List<ActionDefinitionLink> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<List<ActionDefinitionLink>>Copyright © 2019. All rights reserved.