public class GetChannelModelCmd extends Object implements Command<ChannelModel>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
channelDefinitionId |
protected String |
channelDefinitionKey |
protected String |
parentDeploymentId |
protected String |
tenantId |
| Constructor and Description |
|---|
GetChannelModelCmd(String channelDefinitionKey,
String channelDefinitionId) |
GetChannelModelCmd(String channelDefinitionKey,
String tenantId,
String parentDeploymentId) |
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
execute(CommandContext commandContext) |
protected String channelDefinitionKey
protected String channelDefinitionId
protected String tenantId
protected String parentDeploymentId
public GetChannelModelCmd(String channelDefinitionKey, String channelDefinitionId)
public ChannelModel execute(CommandContext commandContext)
execute in interface Command<ChannelModel>Copyright © 2020 Flowable. All rights reserved.