Uses of Interface
org.pentaho.platform.api.repository.IContentItem
-
Uses of IContentItem in org.pentaho.platform.api.action
-
Uses of IContentItem in org.pentaho.platform.api.engine
Modifier and TypeMethodDescriptionIBackgroundExecution.getBackgroundContent
(String contentGUID, IPentahoSession userSession) Gets the content generated by background executionIOutputHandler.getFeedbackContentItem()
Retrieve the ContentItem that describes the request interface for additional or missing information (missing from the original request)IRuntimeContext.getFeedbackContentItem()
Interfaces to the current output handler to get the content item that is handling feedback (i.e.IContentOutputHandler.getFileOutputContentItem()
Returns a content item that can be used to stream content to a destination of some kindIOutputHandler.getOutputContentItem
(String objectName, String contentName, String instanceId, String mimeType) Retrieve the ContentItem that describes the output from this request's component execution.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.IRuntimeContext.getOutputContentItem
(String outputName, String mimeType) Interfaces to the current output handler to get the named content item from this request's component execution.IRuntimeContext.getOutputItem
(String outputName, String mimeType, String extension) Returns an output stream for writing.Modifier and TypeMethodDescriptionIBackgroundExecution.getBackgroundExecutedContentList
(IPentahoSession userSession) Gets a list of content GUIDs of background executed jobsIRuntimeContext.getOutputContentItems()
Interfaces to the current context to get the content items which was generated