书名:

Developing Applications with IBM FileNet P8 APIs

官方下载地址:
[url]http://www.redbooks.ibm.com/abstracts/sg247743.html[/url]
已添加到附件中。可到附件中下载。
这是这本书的目录:

Chapter 1. Platform and API overviewChapter 2. Setting up development environmentsChapter 3. Introduction to Content Engine API programmingChapter 4. Advanced Content Engine API programmingChapter 5. Introduction to Process Engine API programmingChapter 6. Advanced Process Engine API programmingChapter 7. Sample applications for Fictional Auto Rental Company AChapter 8. Logging and troubleshootingAppendix A. Additional material
ContentsFigures  ---------------------------. ixNotices  ---------------------------xiiiTrademarks  -------------------------. xivPreface  --------------------------- xvThe team who wrote this book ------------------. xviBecome a published author -------------------xviiiComments welcome ----------------------xviiiChapter 1.  Platform and API overview---------------11.1  Platform overview  ----------------------21.2  IBM FileNet API overview -------------------31.2.1  Content Engine APIs -------------------41.2.2  Process Engine APIs  ------------------. 71.2.3  Records Manager Java API  ----------------81.2.4  The eForms APIs  --------------------81.2.5  Capture APIs ----------------------81.2.6  Image Services Resource Adapter -------------. 91.3  Communication between applications --------------. 9Chapter 2.  Setting up development environments---------. 132.1  Content Engine Java development setup ------------. 142.1.1  Required libraries  -------------------. 142.1.2  Transport protocols -------------------142.1.3  Thick client versus thin client requirements  ---------. 152.1.4  Sample Content Engine Java API application setup in Eclipse  --222.2  Process Engine Java development setup ------------. 272.2.1  Required libraries  -------------------. 272.3  .NET environment setup for CE and PE -------------292.3.1  Prerequisites ---------------------. 292.3.2  Running the sample application supplied by IBM -------. 292.3.3  Configuring VisualStudio.NET 2005 ------------. 302.4  PE REST API sample code development setup ----------332.5  ECM Widgets development setup ---------------. 38Chapter 3.  Introduction to Content Engine API programming  ----. 393.1  Content Engine API class overview  --------------. 403.1.1  Content Engine API class model--------------40iv   Developing Applications with IBM FileNet P8 APIs3.2  Making the initial connection -----------------. 433.2.1  User authentication -------------------443.2.2  Java-------------------------453.2.3  .NET  ------------------------. 483.3  Exception handling  ---------------------493.4  Creating, retrieving, updating, and deleting objects  --------. 523.4.1  Pending actions--------------------. 523.4.2  Creating objects  --------------------523.4.3  Working with properties-----------------. 533.4.4  Retrieving objects -------------------. 583.4.5  Deleting objects--------------------. 603.4.6  Retrieving content -------------------. 613.4.7  Working with property filters  ---------------. 663.5  getInstance() versus fetchInstance() --------------. 703.6  Querying  -------------------------713.6.1  SearchSQL ----------------------723.6.2  Search scope  ---------------------743.6.3  Content searches  -------------------. 763.6.4  Paging support  --------------------. 763.7  Viewing documents ---------------------783.7.1  User tokens ----------------------803.8  Batching and batch execution -----------------81Chapter 4.  Advanced Content Engine API programming  ------. 874.1  Permissions and authorization  ----------------. 884.2  Versioning ------------------------. 904.3  Relationships-----------------------. 944.3.1  Object-valued properties -----------------944.3.2  Filing in a folder --------------------. 954.3.3  Compound documents  -----------------. 974.4  Annotations ------------------------994.5  Subscriptions and event actions ---------------. 1024.6  Workflow subscriptions and workflow event actions --------1054.7  Metadata discovery --------------------. 1054.8  Dynamic security inheritance  ----------------. 108Chapter 5.  Introduction to Process Engine API programming ----1115.1  Process Engine API overview ----------------. 1125.1.1  Functional groups -------------------1135.1.2  Available API functionality ----------------1145.1.3  Naming conventions ------------------1155.1.4  Core classes ---------------------1165.1.5  Functional relationship  -----------------118 Contents  v5.2  Establishing a Process Engine session-------------1195.2.1  Java API scenario -------------------1195.2.2  PEWS API scenario  ------------------1215.2.3  REST API scenario ------------------. 1235.3  Handling API exceptions ------------------. 1235.3.1  VWException object  ------------------1245.3.2  Steps to handle an exception  --------------. 1245.4  Launching a workflow  -------------------. 1255.4.1  REST API scenario ------------------. 1275.5  Search work items ---------------------1295.5.1  Query a roster --------------------. 1315.5.2  Workflow queues-------------------. 1345.5.3  Query event log --------------------1375.6  Process work items --------------------. 1405.6.1  Retrieve step element -----------------. 1405.6.2  Get step element parameters --------------. 1435.6.3  Set step element parameter values  ------------1485.6.4  Complete work items------------------1565.7  Work with process status  ------------------1625.7.1  Retrieve process history ----------------. 1625.7.2  Retrieve process milestones ---------------165Chapter 6.  Advanced Process Engine API programming  ------1676.1  Component Integrator -------------------. 1686.1.1  CE_Operations component ---------------. 1686.1.2  Implementing a custom Java component ----------1706.2  Application space, role, and workbasket ------------. 1876.2.1  Retrieve role list  -------------------. 1886.2.2  Retrieve role description and attributes-----------1896.2.3  Retrieve workbasket ------------------1926.2.4  Query work items from workBasket  ------------1946.3  Resource navigation in Process Engine REST API  --------1996.4  ECM Widgets overview -------------------2016.4.1  ECM Widgets concepts -----------------2026.4.2  ECM Widgets system architecture  ------------. 2056.5  Building a custom Get Next In-basket widget ----------. 2066.5.1  Use case for the Get Next widget -------------2076.5.2  Setup development environment  -------------2096.5.3  Code structure of the Get Next widget  -----------2106.5.4  Defining the Get Next widget  --------------. 2116.5.5  Code skeleton for GetNext.js  --------------. 2136.5.6  Rendering the Get Next widget user interface  --------2156.5.7  Invoking PE REST service to fetch queue element  ------215vi   Developing Applications with IBM FileNet P8 APIs6.5.8  Invoking PE REST service to fetch role and In-basket list  ---. 2176.5.9  Deploying the widget ------------------2176.5.10  Building the solution  -----------------. 219Chapter 7.  Sample applications for Fictional Auto Rental Company A  . 2237.1  Introduction to sample applications --------------. 2247.2  Business use cases--------------------. 2257.3  User view of the sample applications  -------------. 2267.3.1  User view: Reservation Web application----------. 2267.3.2  User view: Kiosk application ---------------2307.3.3  User view: Agent handheld application -----------2327.3.4  User view: Fleet Status Manager Web application ------. 2327.3.5  User view: Billing Report application ------------2377.4  Data model  -----------------------. 2397.4.1  Base classes ---------------------2437.4.2  ITSOVechicle  --------------------. 2447.4.3  ITSOPhotoGallery -------------------2477.4.4  ITSOThumbnail --------------------2477.4.5  ITSOVehicleActivity------------------. 2487.4.6  ITSOSingleton --------------------. 2497.4.7  ITSORentalActivity  ------------------. 2507.4.8  ITSOMaintenanceActivity  ----------------2517.4.9  ITSODisposalActivity------------------2537.4.10  ITSOIdleActivity-------------------. 2547.4.11  ITSOCustomer  -------------------. 2547.4.12  ITSOCommentary ------------------. 2557.4.13  ITSOFranchise  -------------------. 2577.4.14  ITSORole  ---------------------. 2587.5  Security model----------------------. 2607.6  Workflows  ------------------------2627.6.1  Isolated region configuration ---------------2637.6.2  Component queues ------------------. 2637.6.3  Vehicle reservation workflow---------------2647.6.4  Vehicle maintenance workflow  --------------2667.7  Internal architecture of sample applications  -----------2687.7.1  Architecture: Reservation Web application ---------. 2687.7.2  Architecture: Kiosk application  --------------2707.7.3  Architecture: Fleet Status Manager Web application  -----. 2727.7.4  Architecture: Billing Report applicat ion -----------2747.8  Deployment instructions for sample applications  ---------2767.8.1  Application package structure --------------. 2787.8.2  Content Engine artifacts  ----------------. 2797.8.3  Process Engine artifacts ----------------. 285 Contents  vii7.8.4  Deployment: Reservation Web application ---------. 2927.8.5  Deployment: Kiosk application  --------------2957.8.6  Deployment: Fleet Status Manager Web application  -----. 2967.8.7  Deployment: Billing Report application -----------299Chapter 8.  Logging and troubleshooting ------------. 3058.1  Logging -------------------------3068.1.1  CE Java API  ---------------------3068.1.2  CE .NET API ---------------------3108.1.3  Content Engine Web Services  --------------3108.1.4  PE Java API  ---------------------3118.1.5  Process Engine Web Services  --------------3118.1.6  PE REST Service  -------------------3128.2  Troubleshooting----------------------3128.2.1  log4j debugging --------------------3128.2.2  Content Engine troubleshooting techniques ---------3138.2.3  Process Engine troubleshooting techniques ---------3138.2.4  Data must be gathered for troubleshooting ---------. 314Appendix A.  Additional material ----------------315Locating the Web material -------------------. 315Using the Web material  --------------------. 316System requirements for downloading the Web material ------. 316How to use the Web material  -----------------316Related publications  ---------------------317IBM Redbooks  ------------------------317Online resources  -----------------------317How to get Redbooks ---------------------. 318Help from IBM  ------------------------318Index  ---------------------------. 319

FileNet 开发资料 官方红皮书相关推荐

  1. BSN-DDC 基础网络关键知识点(五)跨链机制、官方 SDK 说明、开发资料汇总

    id:BSN_2021 公众号:BSN研习社 2022年1月25日,区块链服务网络发展联盟(简称"BSN联盟")上线推出了"BSN-DDC基础网络"并进入试商用 ...

  2. Android开发人员官方站点文档 - 国内踏得网镜像

    Android Developer 安卓开发人员官方站点无法正常訪问.即使FQ因为网络原因依旧訪问缓慢. 故整理相关字体.脚本.样式.页面资源,在踏得网server上建立了本地镜像.初始镜像时间201 ...

  3. [分享]错误“应用程序Xcode的这个版本不能与此版本的OS X配合使用”以及Mac源码和IOS开发资料分享

    [分享]错误"应用程序Xcode的这个版本不能与此版本的OS X配合使用"以及Mac源码和IOS开发资料分享 安装Xcode时,出现"应用程序Xcode的这个版本不能 ...

  4. CAD二次开发资料汇总

    欢迎加入建筑信息化开发交流群,获取开发资料 群号:711844216 一.背景 对工程出身的朋友来说,CAD就像一位朋友,常伴吾身,为了提高效率,于是小伙伴门开始尝试CAD二次开发,刚入门,资料去哪找 ...

  5. 最全面的tvOS开发资料

    2019独角兽企业重金招聘Python工程师标准>>> tvOS-Guide 本文档收集了最多的tvOS开发资料,方便学习使用.欢迎大家持续更新. ####欢迎大家帮忙翻译校正或者提 ...

  6. 安卓开发资料大集合,很多都是51CTO中的推荐材料,值得学习

    Android开发资料大集合 Android开发问题集锦1~6集合 http://down.51cto.com/data/440230 Android画图学习 http://down.51cto.co ...

  7. Android开发资料

    在移动开发如火如荼的今天,Android开发市场广阔,是目前市场占有率最高的智能手机操作系统.这个文档里整理110个优质的Android开发资料,网上的资料众多,参差不齐,然而这批资料却是经过精心整理 ...

  8. android 开发资料汇总

    在移动开发如火如荼的今天,Android开发市场广阔,是目前市场占有率最高的智能手机操作系统.这个文档里整理110个优质的Android开发资料,网上的资料众多,参差不齐,然而这批资料却是经过精心整理 ...

  9. Android 开发资料便签

    Android 开发资料便签 标签:Android 本文Github链接地址 本文CSDN链接地址 本文MD版本阅读链接地址 平台 控制   [阿里] [百度] [友盟] [微信] [腾讯] [微博] ...

  10. nrf52832 学习笔记(一)开发资料汇总

    nrf52832 学习笔记(一)开发资料汇总 协议栈和SDK下载地址 nordic官方的sdk分为ncs(nRF Connect SDK)和sdk17(nRF5 SDK)两种,区别是: sdk17不会 ...

最新文章

  1. 拖动物体的时候,防止鼠标按下的时候对象突然跳动一下
  2. 自动化监控--zabbix中的template(模板)详解
  3. linux分辨率高字体小 redhat,为Redhat Enterprise Linux的两个字体子系统添加字体
  4. Hanlder Looper MessageQueue Message
  5. c语言程序找出500以内的所有素数,c语言求出给定范围内的所有质数
  6. Faster RCNN中的交替训练
  7. I2c 诊断深入解析
  8. python升级命令debian_debian python 2.7.11 升级
  9. bat小工具_字节跳动收购效率工具幕布,张一鸣的 To B 野心 | 36氪独家
  10. 超生动图解LSTM和GPU:拯救循环神经网络的记忆障碍就靠它们了!
  11. Java后端开发常用规范
  12. 计算机做游戏软件视频,电脑上录制游戏视频用什么软件好?专业的游戏录制软件推荐...
  13. 服务器部署方案文档,IBM目录服务器部署方案
  14. 思科的DUO解决方案到底是什么?
  15. 【算法入坑】(一)双指针yyds,学完双指针刷题贼爽嘞
  16. ZT:神秘的通道——三焦经
  17. vue引入组件路径报错“Already included file name ”
  18. 诺基亚WP7手机或10月发布 搭载新版系统
  19. 金三银四,我为面试所准备的面试题,不看要遭老罪喽
  20. pyecharts主题theme风格推荐

热门文章

  1. Win7 SP1 安装中文语言包
  2. 微软官方升级win10工具MediaCreationTool使用方法
  3. 安卓玩机教程---全机型安卓4----安卓12 框架xp edx lsp安装方法
  4. MS Project的开源替代品 OpenProj
  5. 计算机二级vb语言题库百度云,全国计算机二级考试VB语言考试试题
  6. 人脸识别技术已成考勤门禁行业发展趋势
  7. 我的在校项目:校园类app
  8. 经验总结:完整做完一款游戏需要经历哪些流程?
  9. 倍福plc有什么优点_plc控制系统的优点是什么
  10. h5打开小程序的方法 总结