Class GetChannelDefinitionResourceCmd
- java.lang.Object
-
- org.flowable.eventregistry.impl.cmd.GetChannelDefinitionResourceCmd
-
- All Implemented Interfaces:
Serializable,Command<InputStream>
public class GetChannelDefinitionResourceCmd extends Object implements Command<InputStream>, Serializable
Gives access to a deployed event model, e.g., an Event definition JSON file, through a stream of bytes.- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringchannelDefinitionId
-
Constructor Summary
Constructors Constructor Description GetChannelDefinitionResourceCmd(String channelDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamexecute(CommandContext commandContext)
-
-
-
Field Detail
-
channelDefinitionId
protected String channelDefinitionId
-
-
Constructor Detail
-
GetChannelDefinitionResourceCmd
public GetChannelDefinitionResourceCmd(String channelDefinitionId)
-
-
Method Detail
-
execute
public InputStream execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<InputStream>
-
-