| 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. | 
 
| 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)
 
            |