什么是对象?
. 文档,文件柜,文件夹,用户,组等在docbase中存储的一切都是对象。
. 每个对象都拥有属性(properties) 和方法(methods)
- 属性被用来描述一个对象
- 方法被用来描述可以在对象上执行的动作
例子 : dm_document 对象
什么是对象类型?
. 对象类型是一种预定义的模板,用来描述具有相同属性和方法的一类对象
. 每个对象都是一种对象类型的实例
. 所有对象都属于某种对象类型
. 对象类型具有集成关系,子类型集成父类型的所有属性.
documentum 对象类型
Persistent Object Properties
持久对象类型有3个属性传递给它的子类型
. r_object_id 表示一个对象的标示,由服务器在对象生成的时候创建,它是唯一的,也不可以被修改。
. i_is_replica 指示对象是否是远程仓库的一个本地拷贝
. i_vstamp 用作锁定和版本控制
r_object_id组成
类型存储
Content Server把对象类型的属性存储在下面2张表中
- name_of_type_s 存储对象的single_valued 属性
- name_of_type_r 存储对象的repeating_valued 属性
- 大小: 21.3 KB
- 大小: 57.8 KB
- 大小: 40.8 KB
- 大小: 39.9 KB
- 大小: 19.8 KB
分享到:
相关推荐
objects and types. Then, this book covers implementations and algorithms for fundamental data structures such as linked lists, stacks, trees, heaps, and graphs. Finally, more advanced topics such as ...
Chapter 3 Objects And Types Chapter 4 Object-Oriented Programming With C# Chapter 5 Generics Chapter 6 Operators And Casts Chapter 7 Arrays Chapter 8 Delegates, Lambdas, And Events Chapter 9 Strings ...
Chapter 3: Objects and Types 83 Classes and Structs 84 Class Members 85 Data Members 85 Function Members 85 xi Contents readonly Fields 99 Structs 101 Structs Are Value Types 102 Structs and ...
对象和类型(Objects and Types): 讲述了面向对象编程中的基本概念,如类、对象、接口和结构,以及C#中的类型系统。 继承(Inheritance): 解释了如何在C#中使用继承来创建类层次结构和重用代码。 泛型(Generics...
- **sizeof:** Use `sizeof` to get the size of objects and types. - **Type Deduction:** Use auto and decltype to simplify type declarations. - **Class Template Argument Deduction:** Use CTAD (Class ...
Chapter 3: Objects and Types . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 Chapter 4: Inheritance. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 Chapter 5: Generics . . . ....
Chapter 3: Objects and Types . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 Chapter 4: Inheritance. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 Chapter 5: Generics . . . ....
Data Structures and Other Objects Using C++ takes a gentle approach to the data structures course in C++. Providing an early, self-contained review of object-oriented programming and C++, this text ...
Doubly-linked list of objects. The objects lifetimes are controlled by the list. I.e. the the list creates the objects and they are deleted upon removal.
In English. SQL CLR is an enhancement to T-SQL programming for SQL Server, is one new feature for SQL Server 2005 which let you embed C#, VB.Net code into T-SQL ... triggers, aggregates and types.
Python objects, types and expressions Python data types and structures Principles of data structure design Lists and pointer structures Stacks and Queues Trees Hashing and symbol tables Graphs and ...
ListObject and ListObjects Members Section 14.3. ListRow and ListRows Members Section 14.4. ListColumn and ListColumns Members Section 14.5. ListDataFormat Members Section 14.6. Use the Lists...
Puts the new Async keyword to work and features refreshers on .NET architecture, objects, types, inheritance, arrays, operators, casts, delegates, events, strings, regular expressions, collections, ...
The QNX Neutrino PPS Developer's Guide includes: • QNX Neutrino PPS service (p. 11) — an introduction to the Persistent Publish/Subscribe ...PPS encoding and decoding API functions and data types