IContentItem |
IBackgroundExecution.getBackgroundContent(String contentGUID,
IPentahoSession userSession) |
Gets the content generated by background execution
|
IContentItem |
IOutputHandler.getFeedbackContentItem() |
Retrieve the ContentItem that describes the request interface for additional or missing information (missing
from the original request)
|
IContentItem |
IRuntimeContext.getFeedbackContentItem() |
Interfaces to the current output handler to get the content item that is handling feedback (i.e.
|
IContentItem |
IContentOutputHandler.getFileOutputContentItem() |
Returns a content item that can be used to stream content to a destination of some kind
|
IContentItem |
IOutputHandler.getOutputContentItem(String objectName,
String contentName,
String instanceId,
String mimeType) |
Retrieve the ContentItem that describes the output from this request's component execution.
|
IContentItem |
IRuntimeContext.getOutputContentItem(String mimeType) |
Interfaces to the current output handler to get the content item that describes the output from this request's
component execution.
|
IContentItem |
IRuntimeContext.getOutputContentItem(String outputName,
String mimeType) |
Interfaces to the current output handler to get the named content item from this request's component
execution.
|
IContentItem |
IRuntimeContext.getOutputItem(String outputName,
String mimeType,
String extension) |
Returns an output stream for writing.
|