| Methods in org.pentaho.platform.api.repository that throw ContentException | 
 long | 
IContentItemFile.copyToFile(java.lang.String newFileName)
 
          Copies the latest file to another location | 
 java.io.InputStream | 
IContentItem.getInputStream()
 
          Gets an input stream from the Content item. | 
 java.io.InputStream | 
IContentItemFile.getInputStream()
 
            | 
 java.io.OutputStream | 
IContentItemFile.getOutputStream(boolean overWriteOk)
 
            | 
 java.io.OutputStream | 
IContentItemFile.getOutputStream(boolean overWriteOk,
                boolean append)
 
            | 
 java.io.Reader | 
IContentItem.getReader()
 
            | 
 java.io.Reader | 
IContentItemFile.getReader()
 
            | 
 java.io.File | 
IContentLocation.makeSubdirectory(java.lang.String subDirName)
 
          Creates a subdirectory in the content location. | 
 IContentItem | 
IContentLocation.newContentItem(java.lang.String name,
               java.lang.String title,
               java.lang.String extension,
               java.lang.String mimeType,
               java.lang.String url,
               int writeMode)
 
          Create a new ContentItem parented to this content location. | 
 IContentItem | 
IContentLocation.newContentItem(java.lang.String contentId,
               java.lang.String name,
               java.lang.String title,
               java.lang.String extension,
               java.lang.String mimeType,
               java.lang.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(java.lang.String newFileName)
 
            | 
 java.io.InputStream | 
ContentItem.getInputStream()
 
            | 
 java.io.InputStream | 
ContentItemFile.getInputStream()
 
            | 
 java.io.OutputStream | 
ContentItemFile.getOutputStream(boolean overWriteOk)
 
            | 
 java.io.OutputStream | 
ContentItemFile.getOutputStream(boolean overWriteOk,
                boolean append)
 
            | 
 java.io.Reader | 
ContentItem.getReader()
 
            | 
 java.io.Reader | 
ContentItemFile.getReader()
 
            | 
 java.io.File | 
ContentLocation.makeSubdirectory(java.lang.String subDirName)
 
          Creates a subdirectory in the content location. | 
 IContentItem | 
ContentLocation.newContentItem(java.lang.String itemName,
               java.lang.String title,
               java.lang.String extension,
               java.lang.String mType,
               java.lang.String url,
               int writeMode)
 
            | 
 IContentItem | 
ContentLocation.newContentItem(java.lang.String cntId,
               java.lang.String itemName,
               java.lang.String title,
               java.lang.String extension,
               java.lang.String mType,
               java.lang.String url,
               int writeMode)
 
            |