喜鹊软件旗下官网: C/S框架网 | 表网
当前位置: 首页 > 表结构
关于作者
IBM FileNet P8数据库表结构说明文档|ReplicationQueueTable|ReplicationQueueTable- 表网 - 网罗天下表结构

表名:ReplicationQueueTable - ReplicationQueueTable

2021/5/17 10:28:31 qaz2313122
表结构 - ReplicationQueueTable - ReplicationQueueTable - IBM FileNet P8数据库表结构说明文档
项目编号:
 WE210517094713148
项目名称:
IBM FileNet P8数据库表结构说明文档
系统名称:
IBM FileNet P8数据库表结构说明文档(WE系统)
数据库类型:
MSSQL
表名:
ReplicationQueueTable
简称:
ReplicationQueueTable
描述:
ReplicationQueueTable - 复制队列表(百度翻译)
# 名称 标题 类型 长度 小数 允许空 自增 主键 外键 索引 描述
1 create_date 创建_日期 DATE 10 0 Used by property:聽DateCreated
2 creator 原文:Creator varchar 80 0 Used by property:聽Creator
3 destination_id 目的地_ id varchar 16 0 Used by property:聽DestinationRepository
4 destination_id_class 目的地_ id _类 varchar 16 0 destination_id_class, The class Id corresponding to ReplicationJournalEntry.DestinationRepository. This value will be a subclass Id of Repository.,destination_ id_ class,对应于ReplicationJournalEntry.DestinationRepository的类id。此值将是存储库的子类Id。
5 epoch_id 时代号 INTEGER 4 0 epoch_id, Identifies the UpdateSequenceNumber of the object stored in this row. Each time the object is updated, this value increases by one.,epoch_ id,标识存储在此行中的对象的UpdateSequenceNumber。每次更新对象时,该值都会增加1。
6 exclusion_id 排除_ id varchar 16 0 exclusion_id, Used during the processing of replication entries and corresponds to the replicated objects Id or, in the case of Documents, the objects version series Id.,排除标识,在复制条目处理过程中使用,与复制对象标识或对象版本系列标识相对应(对于文档)。
7 held_until_date 持有至日期 DATE 10 0 Used by property:聽HeldUntilDate
8 home_id 住宅id varchar 16 0 home_id, Identifies the foreign ObjectStore in which this object is stored. If non-null, most of the information pertaining to this object will be located in the ObjectStore identified by this columns value. Some (lock) records will set this value to the local ObjectStore Id.,home_ id,标识存储此对象的外部ObjectStore。如果非空,则与此对象相关的大多数信息将位于由此列值标识的ObjectStore中。某些(锁定)记录将此值设置为本地ObjectStore Id。
9 last_failure_desc 上次故障描述 CLOB 0 0 Used by property:聽LastFailureReason
10 lease_count 租约计数 INTEGER 4 0 lease_count, Indicates the number of times processing of this row has been attempted.,lease_ count,表示试图处理此行的次数。
11 lease_holder_id 租约持有人 varchar 16 0 lease_holder_id, Identifies the replication task assigned to process this replication entry.,租约持有者标识分配给处理此复制条目的复制任务。
12 modify_date 修改_日期 DATE 10 0 Used by property:聽DateLastModified
13 modify_user 修改用户 varchar 80 0 Used by property:聽LastModifier
14 object_class_id 对象_类_ id varchar 16 0 object_class_id, Indirectly identifies the class of the object stored in this row. This value will always correspond to the class id of ReplicationJournalEntry.,object_ class_ id,间接标识存储在此行中的对象的类。此值将始终对应于ReplicationJournalEntry的类id。
15 object_id 对象_ id varchar 16 0 Used by property:聽Id
16 operation 操作 INTEGER 4 0 Used by property:聽ReplicationOperation
17 replication_group_id 复制组id varchar 16 0 Used by property:聽ReplicationGroup
18 retry_count 重试_计数 INTEGER 4 0 Used by property:聽RetryCount
19 security_id 安全id varchar 16 0 security_id, This column is not used by the server. Its value will be null or the zero Id and exists for consistency.,security_ id,服务器不使用此列。它的值将为null或零Id,并且为一致性而存在。
20 seqnum_identity 序列号标识 BINARY 8 0 seqnum_identity, Sequence value used to order queue entries.,seqnum_标识,用于排序队列条目的序列值。
21 serialized_data 序列化的数据 BLOB 0 0 serialized_data, Contains additional data set by the replication provider and associated with the replication request.,序列化的数据,包含由复制提供程序设置并与复制请求关联的其他数据。
22 source_object_id 源对象id varchar 16 0 Used by property:聽SourceObject
23 source_object_id_class 源_对象_标识_类 varchar 16 0 source_object_id_class, The class Id corresponding to ReplicationJournalEntry.SourceObject.,source_ object_ id_ class,与ReplicationJournalEntry.SourceObject相对应的类id。
24 status 资产工作列表状态 INTEGER 4 0 Used by property:聽ReplicationStatus
VIP用户下载:
下载表结构XLS文件 - MSSQL格式(默认)
下载表结构SQL脚本 - MsSQL格式
下载表结构SQL脚本 - MySQL格式
下载表结构SQL脚本 - Oracle格式
项目名称:
IBM FileNet P8数据库表结构说明文档
项目简介:
IBM FileNet P8, Version 5.2 Object Store Table Schemas IBM FileNet P8 是一个产品系列,有若干个组件组成。主要组件有 ContentEngine,简称 CE,主要用于数据的储存和管理; ApplicationEngine,简称 AE,是给终端客户使用的,用于展示存储在 CE 里面的数据;ProcessEngine,简称 PE,主要用户业务流程的管理。FileNet P8 有不同的版本,主要版本有 3.5,4.0,4.5 和在 2010 年 11 月份发本的最新版本 5.0。 CE 支持两种 transport,WSI (Webservice) 和 EJB (CORBA-RMI)。由于使用的协议不同,所以其认证也对应两种不同的方式,WS-Security 和 JAAS。 CE 分别提供了 Webservice listener 和 EJB Listener 来处理来自不同协议的请求,对于 WSI 方式使用通用的 soap 协议,所以适用于各种平台。而对于 EJB 方式,各 application server 厂商分别有自己不同的实现协议,Websphere 通过 IIOP 实现,WebLogic 通过 T3 实现,而 JBoss 通过 JNP 实现。下面我们详细讨论 WS-Security 和 JAAS 认证方式。
相关表结构:
MSSQL-IBM FileNet P8数据库表结构说明文档【表名:AliasIdTable】AliasIdTable
MSSQL-IBM FileNet P8数据库表结构说明文档【表名:AnnotationTable】AnnotationTable
MSSQL-IBM FileNet P8数据库表结构说明文档【表名:AuditDefinitionTable】AuditDefinitionTable
MSSQL-IBM FileNet P8数据库表结构说明文档【表名:AuditPolicyTable】AuditPolicyTable
MSSQL-IBM FileNet P8数据库表结构说明文档【表名:AuditProcessingTable】AuditProcessingTable
MSSQL-IBM FileNet P8数据库表结构说明文档【表名:ClassDefinitionTable】ClassDefinitionTable
MSSQL-IBM FileNet P8数据库表结构说明文档【表名:ColumnDefinitionTable】ColumnDefinitionTable
MSSQL-IBM FileNet P8数据库表结构说明文档【表名:ComponentRelationTable】ComponentRelationTable
MSSQL-IBM FileNet P8数据库表结构说明文档【表名:ContainerTable】ContainerTable
MSSQL-IBM FileNet P8数据库表结构说明文档【表名:ContentTable】ContentTable