Class 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:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.vasoftware.sf.common.filestorage.FileObject

        FILE_IN_STORAGE, FILE_IN_UPLOAD, FILE_UPLOADED
    • Constructor Summary

      Constructors 
      Constructor Description
      FileObject​(com.vasoftware.sf.server.types.GuidKey fileKey, int status)
      File object constructor.
    • Constructor Detail

      • FileObject

        public FileObject​(com.vasoftware.sf.server.types.GuidKey fileKey,
                          int status)
        File object constructor.
        Parameters:
        fileKey - File key.
        status - File status.