Part of Reportek.Document View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 189 | Method | __init__ | Initialize a new instance of Document |
| 208 | Method | __str__ | Undocumented |
| 210 | Method | __len__ | Undocumented |
| 212 | Method | upload_time | Return the upload time |
| 217 | Method | get_accept_time | Undocumented |
| 224 | Method | set_accept_time | Undocumented |
| 231 | Method | HEAD | Undocumented |
| 244 | Method | __setstate__ | Undocumented |
| 257 | Method | getMyOwner | Undocumented |
| 264 | Method | logUpload | Log file upload and reupload in the envelope history |
| 272 | Method | update_schema | Undocumented |
| 280 | Method | index_html | Returns the contents of the file. Also, sets the |
| 300 | Method | isGML | Checks whether or not this is a GML file |
| 306 | Method | getQAScripts | Returns a list of QA script labels |
| 312 | Method | _output_file | Write the necesary header information for |
| 472 | Method | view_image_or_file | The default view of the contents of the File or Image. |
| 476 | Method | link | return a HTML link tag to the file |
| 487 | Method | icon_gif | return an icon for the file's MIME-Type |
| 495 | Method | icon_html | The icon embedded in html with a link to the real file |
| 499 | Method | is_broken | Check if external file exists and return true (1) or false (0) |
| 508 | Method | get_size | Returns the size of the file or image |
| 521 | Method | getFeedbacksForDocument | Returns the Feedback objects associated with this document |
| 525 | Method | getExtendedFeedbackForDocument | Returns the feedback relevant for a document - URL and title |
| 534 | Method | size | Returns a formatted stringified version of the file size |
| 538 | Method | PrincipiaSearchSource | PrincipiaSearchSource is used by the ZCatalog, so we just |
| 582 | Method | physicalpath | Generate the full filename, including directories from |
| 610 | Method | manage_restrictDocument | Restrict access to this file |
| 620 | Method | manage_unrestrictDocument | Remove access restriction for this file |
| 636 | Method | manage_editDocument | Manage the edited values |
| 654 | Method | _setFileSchema | If it is an XML file, then extract structure information |
| 677 | Method | manage_file_upload | Upload file from local directory |
| 710 | Method | PUT | Handle HTTP/FTP PUT requests |
| 741 | Method | _get_content_type | Determine the mime-type |
| 757 | Method | _writesegment | Write a segment of the file. The file is already open. |
| 779 | Method | _copy | Read binary data from infile and write it to outfile |
| 831 | Method | _bytetostring | Convert an int-value (file-size in bytes) to an String |
| 851 | Method | _undo | restore filename after undo or copy-paste |
| 860 | Method | _deletefile | Move the file to the undo file |
| 868 | Method | _copyfile | Copy a file in the repository |
| 876 | Method | _restorefile | Recover the file from undo |
| 884 | Method | _get_ufn | If no unique filename has been generated, generate one |
| 900 | Method | _get_new_ufn | Create a new unique filename |
| 983 | Method | getXMLAttribute | Undocumented |
Inherited from IconShow:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 59 | Method | getContentType | Get the content type of a file or image. |
| 65 | Method | getIconPath | Depending on the MIME Type of the file/image an icon |
| 82 | Method | _getMIMECatAndSub | Split MIME String into Category and Subcategory |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 189 | Method | __init__ | Initialize a new instance of Document |
| 210 | Method | __len__ | Undocumented |
| 244 | Method | __setstate__ | Undocumented |
| 208 | Method | __str__ | Undocumented |
| 831 | Method | _bytetostring | Convert an int-value (file-size in bytes) to an String |
| 779 | Method | _copy | Read binary data from infile and write it to outfile |
| 868 | Method | _copyfile | Copy a file in the repository |
| 860 | Method | _deletefile | Move the file to the undo file |
| 741 | Method | _get_content_type | Determine the mime-type |
| 900 | Method | _get_new_ufn | Create a new unique filename |
| 884 | Method | _get_ufn | If no unique filename has been generated, generate one |
| 82 | Method | _getMIMECatAndSub | Split MIME String into Category and Subcategory |
| 312 | Method | _output_file | Write the necesary header information for |
| 876 | Method | _restorefile | Recover the file from undo |
| 654 | Method | _setFileSchema | If it is an XML file, then extract structure information |
| 851 | Method | _undo | restore filename after undo or copy-paste |
| 757 | Method | _writesegment | Write a segment of the file. The file is already open. |
| 217 | Method | get_accept_time | Undocumented |
| 508 | Method | get_size | Returns the size of the file or image |
| 59 | Method | getContentType | Get the content type of a file or image. |
| 525 | Method | getExtendedFeedbackForDocument | Returns the feedback relevant for a document - URL and title |
| 521 | Method | getFeedbacksForDocument | Returns the Feedback objects associated with this document |
| 65 | Method | getIconPath | Depending on the MIME Type of the file/image an icon |
| 257 | Method | getMyOwner | Undocumented |
| 306 | Method | getQAScripts | Returns a list of QA script labels |
| 983 | Method | getXMLAttribute | Undocumented |
| 231 | Method | HEAD | Undocumented |
| 487 | Method | icon_gif | return an icon for the file's MIME-Type |
| 495 | Method | icon_html | The icon embedded in html with a link to the real file |
| 280 | Method | index_html | Returns the contents of the file. Also, sets the |
| 499 | Method | is_broken | Check if external file exists and return true (1) or false (0) |
| 300 | Method | isGML | Checks whether or not this is a GML file |
| 476 | Method | link | return a HTML link tag to the file |
| 264 | Method | logUpload | Log file upload and reupload in the envelope history |
| 636 | Method | manage_editDocument | Manage the edited values |
| 677 | Method | manage_file_upload | Upload file from local directory |
| 610 | Method | manage_restrictDocument | Restrict access to this file |
| 620 | Method | manage_unrestrictDocument | Remove access restriction for this file |
| 582 | Method | physicalpath | Generate the full filename, including directories from |
| 538 | Method | PrincipiaSearchSource | PrincipiaSearchSource is used by the ZCatalog, so we just |
| 710 | Method | PUT | Handle HTTP/FTP PUT requests |
| 224 | Method | set_accept_time | Undocumented |
| 534 | Method | size | Returns a formatted stringified version of the file size |
| 272 | Method | update_schema | Undocumented |
| 212 | Method | upload_time | Return the upload time |
| 472 | Method | view_image_or_file | The default view of the contents of the File or Image. |