`
licweiwei
  • 浏览: 10313 次
  • 性别: Icon_minigender_1
  • 来自: SuZhou
社区版块
存档分类
最新评论

Objects and Types

 
阅读更多
什么是对象?
. 文档,文件柜,文件夹,用户,组等在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
分享到:
评论

相关推荐

    Sammie Bae - JavaScript Data Structures and Algorithms - 2019.pdf

    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 ...

    Professional C# 7 and .NET Core 2.0

    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 ...

    Professional C# 3rd Edition

    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 ...

    (Wrox Professional C# 2012 and .NET 4.5.pdf

    对象和类型(Objects and Types): 讲述了面向对象编程中的基本概念,如类、对象、接口和结构,以及C#中的类型系统。 继承(Inheritance): 解释了如何在C#中使用继承来创建类层次结构和重用代码。 泛型(Generics...

    Google C++ Style Guide_英文版.pdf

    - **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 ...

    Professional C#4.0 and .NET 4.0 part2

    Chapter 3: Objects and Types . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 Chapter 4: Inheritance. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 Chapter 5: Generics . . . ....

    Professional C# 4.0 and .NET 4.0 part1

    Chapter 3: Objects and Types . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 Chapter 4: Inheritance. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 Chapter 5: Generics . . . ....

    Data.Structures.and.Other.Objects.Using.C++.4th.Edition

    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 ...

    param_types.rar_objects

    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.

    Professional SQL Server 2005 CLR Programming with Stored Procedures, Functions, Triggers, Aggregates, and Types

    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 Data Structures and Algorithms [2017]

    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 ...

    Programming Excel With Vba And .net.chm

    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...

    Wrox.Professional.C#.2012.and.NET.4.5

    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, ...

    QNX Persistent Publish/Subscribe Developer's Guide

    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

Global site tag (gtag.js) - Google Analytics