public class GetContentItemStreamCmd extends Object implements Command<InputStream>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
contentItemId |
Constructor and Description |
---|
GetContentItemStreamCmd(String contentItemId) |
Modifier and Type | Method and Description |
---|---|
InputStream |
execute(CommandContext commandContext) |
protected String contentItemId
public GetContentItemStreamCmd(String contentItemId)
public InputStream execute(CommandContext commandContext)
execute
in interface Command<InputStream>