Class FileObject
java.lang.Object
com.vasoftware.sf.common.filestorage.FileObject
com.collabnet.ce.soap60.webservices.filestorage.FileObject
- All Implemented Interfaces:
Serializable
public class FileObject
extends com.vasoftware.sf.common.filestorage.FileObject
SOAP file object used for retaining current status (in upload, etc)
and associated item (document, frs file, etc.)
- See Also:
-
Field Summary
Fields inherited from class com.vasoftware.sf.common.filestorage.FileObject
FILE_IN_STORAGE, FILE_IN_UPLOAD, FILE_UPLOADED
-
Constructor Summary
ConstructorsConstructorDescriptionFileObject
(com.vasoftware.sf.server.types.GuidKey fileKey, int status) File object constructor. -
Method Summary
Methods inherited from class com.vasoftware.sf.common.filestorage.FileObject
appendData, endUpload, getFileKey, getId, getObjectId, getSize, getStatus, getViewOperation, readData, setObjectId, setStatus, setViewOperation
-
Constructor Details
-
FileObject
public FileObject(com.vasoftware.sf.server.types.GuidKey fileKey, int status) File object constructor.- Parameters:
fileKey
- File key.status
- File status.
-