Class GetFormDefinitionResourceCmd
java.lang.Object
com.flowable.form.engine.impl.cmd.GetFormDefinitionResourceCmd
- All Implemented Interfaces:
Serializable
,Command<InputStream>
public class GetFormDefinitionResourceCmd
extends Object
implements Command<InputStream>, Serializable
Gives access to a deployed form model, e.g., a Form JSON file, through a stream of bytes.
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
formDefinitionId
-
-
Constructor Details
-
GetFormDefinitionResourceCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<InputStream>
-