Uses of Interface
org.pentaho.platform.api.repository.IContentItem

Packages that use IContentItem
org.pentaho.platform.api.engine   
org.pentaho.platform.api.repository   
org.pentaho.platform.engine.core.output   
org.pentaho.platform.engine.services.outputhandler   
org.pentaho.platform.engine.services.runtime   
org.pentaho.platform.plugin.action.jfreereport.repository   
org.pentaho.platform.plugin.outputs   
org.pentaho.platform.repository.content   
org.pentaho.platform.repository.subscription   
org.pentaho.platform.scheduler   
org.pentaho.platform.web.http   
org.pentaho.test.platform.engine.core   
 

Uses of IContentItem in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IContentItem
 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 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 solution, String instanceId, String mimeType)
          Retrieve the ContentItem that describes the output from this request's component execution.
 IContentItem IOutputHandler.getOutputContentItem(String objectName, String contentName, String title, String url, String solution, 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.
 

Methods in org.pentaho.platform.api.engine that return types with arguments of type IContentItem
 List<IContentItem> IBackgroundExecution.getBackgroundExecutedContentList(IPentahoSession userSession)
          Gets a list of content GUIDs of background executed jobs
 

Methods in org.pentaho.platform.api.engine with parameters of type IContentItem
 String IRuntimeContext.getContentUrl(IContentItem contentItem)
          Returns a url to the passed in content item that can be used to retrieve the content.
 void IOutputHandler.setContentItem(IContentItem content, String objectName, String contentName)
          Sets the output ContentItem for this handler.
 

Uses of IContentItem in org.pentaho.platform.api.repository
 

Methods in org.pentaho.platform.api.repository that return IContentItem
 IContentItem ISubscriptionRepository.getContentItem(String subscriptionName, IPentahoSession session)
           
 IContentItem IContentLocation.getContentItemById(String contentItemId)
          Gets a content item by its Id - this is the most efficient way to get a content item from a location
 IContentItem IContentRepository.getContentItemById(String theId)
          Gets a content item by id.
 IContentItem IContentLocation.getContentItemByName(String name)
          Gets a child content item by name.
 IContentItem IContentLocation.getContentItemByPath(String path)
          Returns the contentitem with the specified path
 IContentItem IContentRepository.getContentItemByPath(String thePath)
          Gets a content item by path
 IContentItem IContentLocation.newContentItem(String name, String title, String extension, String mimeType, String url, int writeMode)
          Create a new ContentItem parented to this content location.
 IContentItem IContentLocation.newContentItem(String contentId, String name, String title, String extension, String mimeType, String url, int writeMode)
          Create a new ContentItem parented to this content location.
 

Uses of IContentItem in org.pentaho.platform.engine.core.output
 

Classes in org.pentaho.platform.engine.core.output that implement IContentItem
 class BufferedContentItem
           
 class MultiContentItem
           
 class SimpleContentItem
           
 

Methods in org.pentaho.platform.engine.core.output that return IContentItem
 IContentItem SimpleOutputHandler.getFeedbackContentItem()
           
 IContentItem SimpleOutputHandler.getOutputContentItem(String outputName, String contentName, String solution, String instanceId, String localMimeType)
           
 IContentItem SimpleOutputHandler.getOutputContentItem(String objectName, String contentName, String title, String url, String solution, String instanceId, String localMimeType)
           
 

Methods in org.pentaho.platform.engine.core.output with parameters of type IContentItem
 void MultiContentItem.addContentItem(IContentItem contentItem)
           
 void SimpleOutputHandler.setContentItem(IContentItem content, String objectName, String contentName)
           
 

Constructors in org.pentaho.platform.engine.core.output with parameters of type IContentItem
SimpleOutputHandler(IContentItem contentItem, boolean allowFeedback)
          Creates a SimpleContentItem copy of an IContentItem
 

Uses of IContentItem in org.pentaho.platform.engine.services.outputhandler
 

Methods in org.pentaho.platform.engine.services.outputhandler that return IContentItem
abstract  IContentItem BaseOutputHandler.getFileOutputContentItem()
           
 IContentItem ZipOutputHandler.getFileOutputContentItem()
           
 

Uses of IContentItem in org.pentaho.platform.engine.services.runtime
 

Methods in org.pentaho.platform.engine.services.runtime that return IContentItem
 IContentItem RuntimeContext.getFeedbackContentItem()
           
 IContentItem RuntimeContext.getOutputContentItem(String mimeType)
           
 IContentItem RuntimeContext.getOutputContentItem(String outputName, String mimeType)
           
 IContentItem RuntimeContext.getOutputItem(String outputName, String mimeType, String extension)
           
 

Methods in org.pentaho.platform.engine.services.runtime with parameters of type IContentItem
 String RuntimeContext.getContentUrl(IContentItem contentItem)
           
 

Uses of IContentItem in org.pentaho.platform.plugin.action.jfreereport.repository
 

Constructors in org.pentaho.platform.plugin.action.jfreereport.repository with parameters of type IContentItem
ReportContentItem(IContentItem backend, ReportContentLocation parent)
           
 

Uses of IContentItem in org.pentaho.platform.plugin.outputs
 

Methods in org.pentaho.platform.plugin.outputs that return IContentItem
 IContentItem ApacheVFSOutputHandler.getFileOutputContentItem()
           
 IContentItem FileOutputHandler.getFileOutputContentItem()
           
 IContentItem JcrCmsOutputHandler.getFileOutputContentItem()
           
 

Uses of IContentItem in org.pentaho.platform.repository.content
 

Classes in org.pentaho.platform.repository.content that implement IContentItem
 class ContentItem
           
 

Methods in org.pentaho.platform.repository.content that return IContentItem
 IContentItem ContentLocation.getContentItemById(String itemId)
           
 IContentItem ContentRepository.getContentItemById(String theId)
           
 IContentItem ContentLocation.getContentItemByName(String itemName)
           
 IContentItem ContentLocation.getContentItemByPath(String path)
           
 IContentItem ContentRepository.getContentItemByPath(String thePath)
           
 IContentItem CoreContentRepositoryOutputHandler.getFeedbackContentItem()
           
 IContentItem ContentRepositoryOutputHandler.getFileOutputContentItem()
           
 IContentItem CoreContentRepositoryOutputHandler.getOutputContentItem(String objectName, String contentName, String solution, String instanceId, String inMimeType)
           
 IContentItem CoreContentRepositoryOutputHandler.getOutputContentItem(String objectName, String contentName, String title, String url, String solution, String instanceId, String inMimeType)
           
 IContentItem ContentLocation.newContentItem(String itemName, String title, String extension, String mType, String url, int writeMode)
           
 IContentItem ContentLocation.newContentItem(String cntId, String itemName, String title, String extension, String mType, String url, int writeMode)
           
 

Methods in org.pentaho.platform.repository.content with parameters of type IContentItem
 void CoreContentRepositoryOutputHandler.setContentItem(IContentItem content, String objectName, String contentName)
           
 

Uses of IContentItem in org.pentaho.platform.repository.subscription
 

Methods in org.pentaho.platform.repository.subscription that return IContentItem
 IContentItem SubscriptionRepository.getContentItem(String subscriptionName, IPentahoSession session)
           
 IContentItem SubscriptionRepository.getContentItem(String contentName, String subscriptionName, String mimeType, String extension, IPentahoSession session, String solutionName, String solutionPath, boolean allowCreate)
           
 

Uses of IContentItem in org.pentaho.platform.scheduler
 

Methods in org.pentaho.platform.scheduler that return IContentItem
 IContentItem QuartzBackgroundExecutionHelper.getBackgroundContent(String contentGUID, IPentahoSession userSession)
           
 

Uses of IContentItem in org.pentaho.platform.web.http
 

Classes in org.pentaho.platform.web.http that implement IContentItem
 class HttpContentItem
           
 

Methods in org.pentaho.platform.web.http that return IContentItem
 IContentItem HttpOutputHandler.getFeedbackContentItem()
           
 IContentItem HttpOutputHandler.getOutputContent()
          Deprecated. use HttpOutputHandler.getOutputContentItem(String, String, String, String, String)
 IContentItem HttpOutputHandler.getOutputContentItem(String objectName, String contentName, String solution, String instanceId, String mimeType)
           
 IContentItem HttpOutputHandler.getOutputContentItem(String objectName, String contentName, String title, String url, String solution, String instanceId, String mimeType)
           
 

Methods in org.pentaho.platform.web.http with parameters of type IContentItem
 void HttpOutputHandler.setContentItem(IContentItem content, String objectName, String contentName)
           
 

Uses of IContentItem in org.pentaho.test.platform.engine.core
 

Methods in org.pentaho.test.platform.engine.core with parameters of type IContentItem
 IOutputHandler BaseTest.getOutputHandler(IContentItem contentItem)