-
Notifications
You must be signed in to change notification settings - Fork 22
Configuration(Repository)_ Object type
SUGIMOTO Takuma edited this page Mar 15, 2016
·
1 revision
English/日本語
- In CMIS domain model, object type defines each object(document/folder)'s "class".
- Object type specify a set of object's properties.
- Object type has its own attributes besides the properties.
- cmis:document, cmis:folder etc. are predefined in CMIS.
- You can add your own custom object type with additional custom properties.
- There are the inheritance system of object types.
- Any custom object type must inherits another object type(including basic type).
UI: Admin console > Type
(TODO:image)
- Clicking a button next to each type allows you to download the object type's definition file in JSON format.
UI: Admin console > Type
(TODO:image)
- Upload a definition file(JSON).
- The definition file can be edited based on a downloaded file of the inherited type.