I'll be back!

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

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


网站导航: