| Package | Description | 
|---|---|
| org.pentaho.platform.api.action | |
| org.pentaho.platform.api.engine | 
| Modifier and Type | Method and Description | 
|---|---|
List<IContentItem> | 
IPostProcessingAction.getActionOutputContents()  | 
| Modifier and Type | Method and Description | 
|---|---|
IContentItem | 
IBackgroundExecution.getBackgroundContent(String contentGUID,
                    IPentahoSession userSession)
Gets the content generated by background execution 
 | 
IContentItem | 
IRuntimeContext.getFeedbackContentItem()
Interfaces to the current output handler to get the content item that is handling feedback (i.e. 
 | 
IContentItem | 
IOutputHandler.getFeedbackContentItem()
Retrieve the ContentItem that describes the request interface for additional or missing information (missing
 from the original request) 
 | 
IContentItem | 
IContentOutputHandler.getFileOutputContentItem()
Returns a content item that can be used to stream content to a destination of some kind 
 | 
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 | 
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.getOutputItem(String outputName,
             String mimeType,
             String extension)
Returns an output stream for writing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<IContentItem> | 
IBackgroundExecution.getBackgroundExecutedContentList(IPentahoSession userSession)
Gets a list of content GUIDs of background executed jobs 
 | 
List<IContentItem> | 
IRuntimeContext.getOutputContentItems()
Interfaces to the current context to get the content items which was generated 
 | 
Copyright © 2020 Hitachi Vantara. All rights reserved.