|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface IContentItemFile
There is no access to this class outside of this package.
| Method Summary | |
|---|---|
long |
copyToFile(String newFileName)
Deprecated. Copies the latest file to another location |
boolean |
deleteOsFile()
Deprecated. Deletes the file in the Operating System |
String |
getActionName()
Deprecated. |
Date |
getFileDateTime()
Deprecated. |
long |
getFileSize()
Deprecated. |
String |
getId()
Deprecated. |
InputStream |
getInputStream()
Deprecated. |
String |
getOsFileName()
Deprecated. |
String |
getOsPath()
Deprecated. |
OutputStream |
getOutputStream(boolean overWriteOk)
Deprecated. |
OutputStream |
getOutputStream(boolean overWriteOk,
boolean append)
Deprecated. |
Reader |
getReader()
Deprecated. |
| Method Detail |
|---|
String getOsFileName()
String getOsPath()
String getActionName()
String getId()
long getFileSize()
Date getFileDateTime()
InputStream getInputStream()
throws ContentException
ContentException
Reader getReader()
throws ContentException
ContentException
OutputStream getOutputStream(boolean overWriteOk)
throws ContentException
overWriteOk - Indicates whether overwriting the file on disk is ok.
(determined by the write mode of the containing ContentItem).
ContentException
OutputStream getOutputStream(boolean overWriteOk,
boolean append)
throws ContentException
overWriteOk - Indicates whether overwriting the file on disk is ok.
(determined by the write mode of the containing ContentItem).append - Indicates whether to append to the file.
ContentException
long copyToFile(String newFileName)
throws ContentException
newFileName - File name to copy to. Must be fully qualified.
ContentExceptionboolean deleteOsFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||