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

表名:ContentQueueTable - ContentQueueTable

2021/5/17 9:57:44 qaz2313122
表结构 - ContentQueueTable - ContentQueueTable - IBM FileNet P8数据库表结构说明文档
项目编号:
 WE210517094713148
项目名称:
IBM FileNet P8数据库表结构说明文档
系统名称:
IBM FileNet P8数据库表结构说明文档(WE系统)
数据库类型:
MSSQL
表名:
ContentQueueTable
简称:
ContentQueueTable
描述:
ContentQueueTable - 内容队列表(百度翻译)
# 名称 标题 类型 长度 小数 允许空 自增 主键 外键 索引 描述
1 command_type 命令类型 INTEGER 4 0 command_type, A code that identifies the type of this queued request.,命令类型,标识此排队请求类型的代码。
2 content_size 内容大小 DOUBLE 8 0 content_size, Contains the number of bytes of content associated with this content request.,content_ size,包含与此内容请求关联的内容的字节数。
3 create_date 创建_日期 DATE 10 0 create_date, The date this queue item was created.,创建_日期,创建此队列项的日期。
4 element_sequence_number 元素序列号 INTEGER 4 0 element_sequence_number, An integer that identifies the specific content element associated with this request.,元素_序列_编号,一个整数,用于标识与此请求关联的特定内容元素。
5 lease_expiry_date 租约到期日 DATE 10 0 lease_expiry_date, A timestamp that determines how long a busy queue request will be allowed to processed before another thread attempts to reexcute the request.,lease_ expiry_ date,一个时间戳,用于确定在另一个线程尝试重新执行请求之前,允许处理繁忙队列请求的时间。
6 object_class_id 对象_类_ id varchar 16 0 object_class_id, The unique identifier of the class of object identified by object_id.,object_ class_ id,由object_ id标识的对象类的唯一标识符。
7 object_id 对象_ id varchar 16 0 object_id, The unique identifier for the object to which this content request applies.,object_ id,此内容请求应用到的对象的唯一标识符。
8 process_attempts 处理_尝试 INTEGER 4 0 process_attempts, The number of times a thread has claimed and attempted to process this request.,process_ attempts,线程声明并试图处理此请求的次数。
9 seqnum_identity 序列号标识 BINARY 8 0 seqnum_identity, A system generated sequence number used to determine the proper order in which to process queue entries.,seqnum_identity,系统生成的序列号,用于确定处理队列条目的正确顺序。
10 serialized_data 序列化的数据 BLOB 0 0 serialized_data, A serialized property collection that contains parameters associated with the request type.,序列化的数据,一个序列化的属性集合,包含与请求类型关联的参数。
11 session_id 会话_ id varchar 16 0 A unique id that identifies the server instance that queued this request. A server instance is an occurrence of an executing content engine server. Each server instance generates its own session_id at start up and uses it to tag content operations that it adds to the content queue.,标识将此请求排入队列的服务器实例的唯一id。服务器实例是正在执行的内容引擎服务器的实例。每个服务器实例在启动时生成自己的会话标识,并使用它来标记添加到内容队列中的内容操作。
12 source_object_id 源对象id varchar 16 0 source_object_id, This column is overloaded to serve multiple purposes. It contains the migration id when the request type is for migrating fixed content. It contains information that, when combined with the object id, is used to locate upload file in the inbound directory when finalizing content upload.,source_ object_ id,此列被重载以用于多种用途。当请求类型为迁移固定内容时,它包含迁移id。它包含的信息与对象id结合使用时,用于在完成内容上载时在入站目录中定位上载文件。
13 storage_area_id 存储区id varchar 16 0 storage_area_id, Contains the unique identifier of the content storage area where the content associated with this queued request is stored.,存储_区域_标识,包含存储与此排队请求关联的内容的内容存储区域的唯一标识符。
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