Package org.activiti.engine.impl.cmd
Class GetAttachmentContentCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetAttachmentContentCmd
-
- All Implemented Interfaces:
Serializable,Command<InputStream>
public class GetAttachmentContentCmd extends Object implements Command<InputStream>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattachmentId
-
Constructor Summary
Constructors Constructor Description GetAttachmentContentCmd(String attachmentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamexecute(CommandContext commandContext)
-
-
-
Field Detail
-
attachmentId
protected String attachmentId
-
-
Constructor Detail
-
GetAttachmentContentCmd
public GetAttachmentContentCmd(String attachmentId)
-
-
Method Detail
-
execute
public InputStream execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<InputStream>
-
-