Uses of Class
org.pentaho.platform.api.repository.ContentException

Packages that use ContentException
org.pentaho.platform.api.repository   
org.pentaho.platform.engine.core.output   
org.pentaho.platform.repository.content   
org.pentaho.platform.web.http   
 

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

Methods in org.pentaho.platform.api.repository that throw ContentException
 long IContentItemFile.copyToFile(String newFileName)
          Copies the latest file to another location
 InputStream IContentItem.getInputStream()
          Gets an input stream from the Content item.
 InputStream IContentItemFile.getInputStream()
           
 OutputStream IContentItemFile.getOutputStream(boolean overWriteOk)
           
 OutputStream IContentItemFile.getOutputStream(boolean overWriteOk, boolean append)
           
 Reader IContentItem.getReader()
           
 Reader IContentItemFile.getReader()
           
 File IContentLocation.makeSubdirectory(String subDirName)
          Creates a subdirectory in the content location.
 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 ContentException in org.pentaho.platform.engine.core.output
 

Methods in org.pentaho.platform.engine.core.output that throw ContentException
 InputStream SimpleContentItem.getInputStream()
           
 Reader SimpleContentItem.getReader()
           
 

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

Methods in org.pentaho.platform.repository.content that throw ContentException
 long ContentItemFile.copyToFile(String newFileName)
           
 InputStream ContentItem.getInputStream()
           
 InputStream ContentItemFile.getInputStream()
           
 OutputStream ContentItemFile.getOutputStream(boolean overWriteOk)
           
 OutputStream ContentItemFile.getOutputStream(boolean overWriteOk, boolean append)
           
 Reader ContentItem.getReader()
           
 Reader ContentItemFile.getReader()
           
 File ContentLocation.makeSubdirectory(String subDirName)
          Creates a subdirectory in the content location.
 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)
           
 

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

Methods in org.pentaho.platform.web.http that throw ContentException
 InputStream HttpContentItem.getInputStream()
           
 Reader HttpContentItem.getReader()