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