首页 / cms / oaCMObjectStateEntry

oaCMObjectStateEntry

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

概览

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

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

详细说明

The oaCMObjectStateEntry class represents an entry in the object state table。 Each entry object contains an object state and a reference count。

构造函数

_cms.oaCMObjectStateEntry(def, attributes, relationships, tbl, timeStamp)

obj = _cms.oaCMObjectStateEntry(def, attributes, relationships, tbl, timeStamp)

方法总览

状态 Python 调用
obj.getTimeStamp()

方法说明

obj.getTimeStamp()

绑定状态: 已绑定

Python 调用: obj.getTimeStamp()

This function returns the timestamp of this object。

Python 示例

from oapy._oa import _cms

# assume obj is a oaCMObjectStateEntry
obj.getTimeStamp()