Class GetChannelModelCmd
- java.lang.Object
-
- org.flowable.eventregistry.impl.cmd.GetChannelModelCmd
-
- All Implemented Interfaces:
Serializable,Command<ChannelModel>
public class GetChannelModelCmd extends Object implements Command<ChannelModel>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringchannelDefinitionIdprotected StringchannelDefinitionKeyprotected StringparentDeploymentIdprotected StringtenantId
-
Constructor Summary
Constructors Constructor Description GetChannelModelCmd(String channelDefinitionKey, String channelDefinitionId)GetChannelModelCmd(String channelDefinitionKey, String tenantId, String parentDeploymentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelModelexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public ChannelModel execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<ChannelModel>
-
-