Class GetChannelModelCmd
java.lang.Object
org.flowable.eventregistry.impl.cmd.GetChannelModelCmd
- All Implemented Interfaces:
Serializable
,Command<ChannelModel>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetChannelModelCmd
(String channelDefinitionKey, String channelDefinitionId) GetChannelModelCmd
(String channelDefinitionKey, String tenantId, String parentDeploymentId) -
Method Summary
-
Field Details
-
channelDefinitionKey
-
channelDefinitionId
-
tenantId
-
parentDeploymentId
-
-
Constructor Details
-
GetChannelModelCmd
-
GetChannelModelCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<ChannelModel>
-