org.pentaho.platform.plugin.outputs
Class JcrCmsOutputHandler

java.lang.Object
  extended by org.pentaho.platform.engine.services.outputhandler.BaseOutputHandler
      extended by org.pentaho.platform.plugin.outputs.JcrCmsOutputHandler
All Implemented Interfaces:
IContentOutputHandler, IMimeTypeListener

public abstract class JcrCmsOutputHandler
extends BaseOutputHandler


Constructor Summary
JcrCmsOutputHandler()
           
 
Method Summary
 IContentItem getFileOutputContentItem()
          Returns a content item that can be used to stream content to a destination of some kind
abstract  javax.jcr.Session getJcrSession(javax.jcr.Repository repository)
           
abstract  javax.jcr.Repository getRepository()
           
 
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

JcrCmsOutputHandler

public JcrCmsOutputHandler()
Method Detail

getRepository

public abstract javax.jcr.Repository getRepository()

getJcrSession

public abstract javax.jcr.Session getJcrSession(javax.jcr.Repository repository)

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