I'll be back!

  Focus on BPM, celebrate PegaRULES Process Commander (PRPC)
posts - 76, comments - 161, trackbacks - 0, articles - 2
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

日历

<2025年3月>
2324252627281
2345678
9101112131415
16171819202122
23242526272829
303112345

公告

PegaRULES Process Commander Pega Lead System
Architect
PegaRULES Process Commander Pega Senior System
Architect
PegaRULES Process Commander Pega System Architect
Sun Certified Java Programmer Sun Certified Java
Programmer
Cognizant Certified PRPC System Architect V4.2 Cognizant Certified
Pega System Architect
V4.2, CoreJava
Macromedia Certified Web Designer Macromedia Certified
Web Designer
Email:
shzolly@gmail.com

友情链接

搜索

  •  

最新评论

As we know, we can extract unexposed Property rules value from pzPVStream by using Obj-Open or Obj-List method in Activity steps, that is the only way we could operate binary data stored in pzPVStream.

I don't know how Obj-Open and Obj-List work, how to read pzPVStream to get the unexposed property. Is there any general way to get the binary data form database? If the pzPVStream image data is standardized data format, if not, how the PegaSystems to write and read it.

Can we read and write column value from pzPVStream by Java code directly out of PRPC? Any body who could provide any solution?

PDN said, Rules XML stream is stored in BLOB. Generally, BLOB column is not encoded if we don't check "Encrypt BLOB?".
Developer can read information by following: it is the way to read XML Stream from CLOB column.
Reader reader = ResultSet.getCharacterStream();
I try to use this method to write the stream into file, the content is always encode. I don't know what was wrong.

评论

# re: How to read and write Properties from pzPVStream column?  回复  更多评论   

2009-06-03 17:44 by Purnendu.Dash
If he doesn’t want the Obj- methods, he can always the public APIs to do so.
There are many methods in “com.pega.pegarules.pub.database” package (check out the Database interface).

# re: How to read and write Properties from pzPVStream column?[未登录]  回复  更多评论   

2009-06-14 11:18 by Zolly
Try to put public APIs into Java code, PegaRULS DB connection must be referred.

只有注册用户登录后才能发表评论。


网站导航: