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