Jump to: navigation, search

Difference between revisions of "SYSCLS EDITABLEDOCUMENT"


(Created page with "{{ClassificationInfoBox | title = Editable file classification | name = {{PAGENAMEE}} | inheritance = SYSCLS FILEDOCUMENT | namespace = System.Classification | purpose = C...")
 
 
(9 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
 
| inheritance = [[SYSCLS_FILEDOCUMENT]]
 
| inheritance = [[SYSCLS_FILEDOCUMENT]]
| namespace = System.Classification
+
| namespace = System.Classification.Document
 
| purpose = Classify documents to be editable
 
| purpose = Classify documents to be editable
 
| version = 2+
 
| version = 2+
 
| id = {c084a457-f100-40eb-88bd-843fd7f402d4}
 
| id = {c084a457-f100-40eb-88bd-843fd7f402d4}
 
}}
 
}}
 +
 +
Classifies an object for being recognized as editable file document object by the client. The physical document of such an object can be actually modifized on the client (e.g. editied by an appropriate PDF reader) and is sent back to the server.
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 14: Line 16:
 
! width=30% | Name !! width=30% | Data type !! Comment
 
! width=30% | Name !! width=30% | Data type !! Comment
 
|-
 
|-
| EDIT_FILE_ALLOWED|| {{Boolean}} || Allow the docmument to be created / edited
+
| EDIT_FILE_ALLOWED|| {{Boolean}} || Allow the docmument to be edited
 
|-
 
|-
 
| ''FILETYPE'' || {{Text}} || Specifies the file type (inherited from [[SYSCLS_FILEDOCUMENT]])
 
| ''FILETYPE'' || {{Text}} || Specifies the file type (inherited from [[SYSCLS_FILEDOCUMENT]])
Line 22: Line 24:
 
* [[SYSCLS_FILEDOCUMENT]]
 
* [[SYSCLS_FILEDOCUMENT]]
  
[[Category:System Classifications|T]]
+
[[Category:Classifications|E]]
[[Category:Documents|T]]
+
[[Category:Document|E]]

Latest revision as of 12:47, 8 September 2015

IC CLASSIFICATION.gif Editable file classification
Name SYSCLS_EDITABLEDOCUMENT
Inheritance SYSCLS FILEDOCUMENT
Namespace System.Classification.Document
ID {c084a457-f100-40eb-88bd-843fd7f402d4}
Purpose Classify documents to be editable
Version 2+

Classifies an object for being recognized as editable file document object by the client. The physical document of such an object can be actually modifized on the client (e.g. editied by an appropriate PDF reader) and is sent back to the server.

MetaProperties

Name Data type Comment
EDIT_FILE_ALLOWED Boolean Allow the docmument to be edited
FILETYPE Text Specifies the file type (inherited from SYSCLS FILEDOCUMENT)

See also