Class GetDeploymentResourceCmd
- java.lang.Object
-
- com.flowable.form.engine.impl.cmd.GetDeploymentResourceCmd
-
- All Implemented Interfaces:
Serializable
,Command<InputStream>
public class GetDeploymentResourceCmd extends Object implements Command<InputStream>, Serializable
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
deploymentId
protected String
resourceName
-
Constructor Summary
Constructors Constructor Description GetDeploymentResourceCmd(String deploymentId, String resourceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public InputStream execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<InputStream>
-
-