设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 编程开发 >> Java >> PowerFolder 工作流服务器版本0.5 试驾之旅(5)
精品推荐
Java点击TOP10
·java笔试题
·《Thinking in Java》读书笔记
·JSP的mysql_jdbc驱动程序
·异常java.sql.SQLException: Io exception:The Network Adapter could not establish connection
·Java Coder 常用软件下载地址
·org.apache.commons.dbcp.SQLNestedException解决办法
·Java图形界面开发:SWT全接触
·如何使用Java POI生成Excel表文件 !
·功能强大的在线网页编辑器
·一些非常不错的Struts 例子下载
编程开发点击TOP10
·ASP.NET 程序中常用的三十三种代码
·利用ASP.NET构建网上考试系统
·C#版的网站新闻发布系统
·(转)23种设计模式汇集
·设计ASP.NET新闻管理系统
·深山红叶袖珍PE工具箱V16正式版
·我的.NET书架 (入门篇)
·java笔试题
·C++经典电子书下载
·网页打印问题,打印设置,打印预览,打印分页,纵打,横打及页面的边距
精选专题

PowerFolder 工作流服务器版本0.5 试驾之旅(5)

作者: 来源:网络文章 时间:2005-12-15 0:23:52

PowerFolder 工作流服务器版本0.5 试驾之旅(5)(6) Return – (Boolean)返回-布尔值
Description - get the value of the application-specific attribute. Can't be used on Internal
Attributes.
描述-得到应用指定的属性。不能用于内部属性。
Example - client.getBooleanAttribute("HasDriversLicense");
例子 – client.getBooleanAttribute("HasDriversLicense");

 3.2.3.3 getDecimalAttribute得到数值属性

Inputs - attributeName (String)输入--属性名称(字符串)
Return - (Decimal)返回-数值
Description - get the value of the application-specific attribute. Can't be used on Internal
Attributes.
描述-得到应用指定的属性。不能用于内部属性。
Example – client.getDecimalAttribute("BankBalance");
例子 - client.getDecimalAttribute("BankBalance");

 3.2.3.4 getSystemAttribute得到系统属性

Inputs - attributeName (String)输入--属性名称(字符串)
Return - (String)返回(字符串)
Description - get the value of the system attribute. Can't be used on Internal Attributes. System
attributes are common to all workflows, but probably have different values.
描述-
得到应用指定的属性。不能用于内部属性。系统属性对于所有工作流是一样的,但可能会
有不同的值。
Example - client.getSystemAttribute("ID");
例子 – client.getSystemAttribute("ID");

 3.2.3.5 releaseWaitAtState 释放等待状态

Inputs - stateName (String)输入--状态名称(字符串)
Return – (none)返回-无
Description - release the 'trace' waiting at the state. In addition, the 'STATUS' system attribute
for the workflow is changed to 'ACTIVE'.
描述—释放等候在状态上的路径。另外,工作流的系统属性STATUS被更改为ACTIVE.
Example - client.releaseWaitAtState("InventoryUpdated");
例子 – client.releaseWaitAtState("InventoryUpdated");

 3.2.3.6 setBooleanAttribute设置布尔型的属性

Inputs - attributeName (String)输入--属性名称(字符串)
Return - (none)返回(无)
Description - set the value of the application-specific attribute. Can't be used on Internal
Attributes.
描述--设置应用特定的属性值,不能用于内部属性。
Example - client.setBooleanAttribute("ShipmentDamaged", false);
例子 - client.setBooleanAttribute("ShipmentDamaged", false);

 3.2.3.7 setDecimalAttribute设置数值型的属性

Inputs - attributeName (String)输入--属性名称(字符串)

共10页 9 7 [1] [2] [3] [4] [5] [6] [7] [8] [9] [108 :>

PowerFolder 工作流服务器版本0.5 试驾之旅(5) 相关文章:
PowerFolder 工作流服务器版本0.5 试驾之旅(5) 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com