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:
  • Field Details

    • channelDefinitionKey

      protected String channelDefinitionKey
    • channelDefinitionId

      protected String channelDefinitionId
    • tenantId

      protected String tenantId
    • parentDeploymentId

      protected String parentDeploymentId
  • Constructor Details

    • GetChannelModelCmd

      public GetChannelModelCmd(String channelDefinitionKey, String channelDefinitionId)
    • GetChannelModelCmd

      public GetChannelModelCmd(String channelDefinitionKey, String tenantId, String parentDeploymentId)
  • Method Details