首页 / cms / oaObjectChangeRec

oaObjectChangeRec

模块: oapy._oa._cms 导入: from oapy._oa import _cms

概览

oaObjectChangeRecoapy 中可用,可通过 _cms 模块访问。

本页汇总 oaObjectChangeRec 当前在 oapy 中可用的 Python 接口。

详细说明

oaObjectChangeRec 类表示与对象相关的变更记录。 变更记录由 OpenAccess 变更管理系统(CMS)使用。

构造函数

_cms.oaObjectChangeRec(changeSetIn, objectRefIn)

obj = _cms.oaObjectChangeRec(changeSetIn, objectRefIn)

方法总览

状态 Python 调用
obj.getObject()
obj.getSchemaDefinition()
obj.getDatabaseRef()

方法说明

obj.getObject()

绑定状态: 已绑定

Python 调用: obj.getObject()

This function returns a smart pointer to the oaCMObjectRef for the object that is the subject of this change record。

Python 示例

from oapy._oa import _cms

# assume obj is a oaObjectChangeRec
obj.getObject()

obj.getSchemaDefinition()

绑定状态: 已绑定

Python 调用: obj.getSchemaDefinition()

This function returns a pointer to the schema definition for the object that is the subject of this oaObjectChangeRec。

Python 示例

from oapy._oa import _cms

# assume obj is a oaObjectChangeRec
obj.getSchemaDefinition()

obj.getDatabaseRef()

绑定状态: 已绑定

Python 调用: obj.getDatabaseRef()

此函数返回此 oaObjectChangeRec 对象的数据库引用。 实现 oaLeafChangeRec。

Python 示例

from oapy._oa import _cms

# assume obj is a oaObjectChangeRec
obj.getDatabaseRef()