Class GetEventDefinitionResourceCmd
java.lang.Object
org.flowable.eventregistry.impl.cmd.GetEventDefinitionResourceCmd
- All Implemented Interfaces:
Serializable
,Command<InputStream>
public class GetEventDefinitionResourceCmd
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
eventDefinitionId
-
-
Constructor Details
-
GetEventDefinitionResourceCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<InputStream>
-