Uses of Interface
org.pentaho.platform.api.repository.IContentItem
Packages that use IContentItem
-
Uses of IContentItem in org.pentaho.platform.api.action
Methods in org.pentaho.platform.api.action that return types with arguments of type IContentItem -
Uses of IContentItem in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IContentItemModifier 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.Methods in org.pentaho.platform.api.engine that return types with arguments of type IContentItemModifier 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