org.pentaho.platform.repository.content
Class ContentRepositoryOutputHandler

java.lang.Object
  extended by org.pentaho.platform.engine.services.outputhandler.BaseOutputHandler
      extended by org.pentaho.platform.repository.content.ContentRepositoryOutputHandler
All Implemented Interfaces:
IContentOutputHandler, IMimeTypeListener

public class ContentRepositoryOutputHandler
extends BaseOutputHandler


Constructor Summary
ContentRepositoryOutputHandler()
           
 
Method Summary
 IContentItem getFileOutputContentItem()
          Returns a content item that can be used to stream content to a destination of some kind
 
Methods inherited from class org.pentaho.platform.engine.services.outputhandler.BaseOutputHandler
getActionName, getContentRef, getHandlerId, getInstanceId, getMimeType, getSession, getSolutionName, getSolutionPath, setActionName, setContentRef, setHandlerId, setInstanceId, setMimeType, setName, setSession, setSolutionName, setSolutionPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentRepositoryOutputHandler

public ContentRepositoryOutputHandler()
Method Detail

getFileOutputContentItem

public IContentItem getFileOutputContentItem()
Description copied from interface: IContentOutputHandler
Returns a content item that can be used to stream content to a destination of some kind

Specified by:
getFileOutputContentItem in interface IContentOutputHandler
Specified by:
getFileOutputContentItem in class BaseOutputHandler