跳过导航链接
AWS PaaS(V6.4.GA)
Java SDK API Reference for AWS PaaS
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

B

backgroundColor(String) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
背景色,默认无背景。
Base64 - com.actionsoft.bpms.util中的类
Base64编码/解码处理。
Base64() - 类 的构造器com.actionsoft.bpms.util.Base64
 
batch(String[]) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
使用传统Statement批量更新,Connection对象从当前AWS主数据库的连接池中自动获取并释放。
batch(Connection, String[]) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
使用传统Statement批量更新,Connection对象由调用者提供。
batch(String, BatchPreparedStatementSetter) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
使用PreparedStatement批量更新,Connection对象从当前AWS主数据库的连接池中自动获取并释放。
batch(Connection, String, BatchPreparedStatementSetter) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
使用PreparedStatement批量更新,Connection对象由调用者提供。
batch(String[]) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RDSAPI
一个Statement中批量执行多条sql
batch(String, BatchPreparedStatementSetter) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RDSAPI
一个Statement中批量执行单条sql
BatchPreparedStatementSetter - com.actionsoft.bpms.commons.database中的接口
批处理回调接口。
batchUpdate(String, List<Map<String, ?>>) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
批量更新,sql是含有X=:X的形式
batchUpdate(Connection, String, List<Map<String, ?>>) - 类 中的静态方法com.actionsoft.bpms.util.DBSql
批量更新,sql是含有X=:X的形式
before(AppContext) - 接口 中的方法com.actionsoft.apps.listener.AppListener
执行前触发,返回false可阻止该操作的继续
beginAfter(Date) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
在指定日期之后创建的历史任务,需要精确到小时分,含该日期
beginAfter(Date) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
在指定日期之后创建的任务
beginBefore(Date) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
在指定日期之前创建的历史任务,需要精确到小时分,含该日期
beginBefore(Date) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
在指定日期之前创建的任务
beginEngineNodeTask(String) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
该任务被指定的AWS服务节点创建
beginEngineNodeTask(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
该任务被指定的AWS服务节点创建
bind(String, Object, Attributes) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
Create an entry in the LDAP tree.
bindId(String) - 接口 中的方法com.actionsoft.sdk.local.api.BOQueryAPI
与流程实例相关的BO数据
BizBeanImpl - com.actionsoft.bpms.bpmn.engine.listener中的类
BizBeanInterface的简单实现
BizBeanImpl() - 类 的构造器com.actionsoft.bpms.bpmn.engine.listener.BizBeanImpl
 
BizBeanInterface - com.actionsoft.bpms.bpmn.engine.listener中的接口
AWS平台用户业务处理逻辑基本描述接口
BO - com.actionsoft.bpms.bo.engine中的类
BO数据模型对象
BO() - 类 的构造器com.actionsoft.bpms.bo.engine.BO
 
BOAPI - com.actionsoft.sdk.local.api中的接口
BO操作接口。
BOCopyAPI - com.actionsoft.sdk.local.api中的接口
BO复制接口。
body(InputStream, ContentType) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
为当前http请求增加流内容
body(Object, ContentType) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置请求体和请求类型
body(String, ContentType) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置请求体和请求类型
body(File, ContentType) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
为当前http请求增加文件内容
bodyForm(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
为当前http请求增加一个Form参数
bodyForm(String[][]) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
为当前http请求增加多个Form参数,例如:bodyForm(new String[][]{{},{}});
bodyJson(String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置请求体,请求类型为application/json;charset=utf-8
BOQueryAPI - com.actionsoft.sdk.local.api中的接口
BO查询接口,可实现单条记录详细信息查询,列表信息查询。
BPMNError - com.actionsoft.exception中的类
BPMN规范要求捕获的异常抛出(运行阶段),这类异常允许被Boundary Error Event 或者Error Event Sub-Process事件捕获,如果未捕获则被引擎作为一个错误处理
BPMNError(String) - 类 的构造器com.actionsoft.exception.BPMNError
构造
BPMNError(String, String) - 类 的构造器com.actionsoft.exception.BPMNError
构造
browse(<any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Browse messages in the default JMS queue.
browse(String, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Browse messages in a JMS queue.
browseSelected(String, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Browse selected messages in a JMS queue.
browseSelected(String, String, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Browse selected messages in a JMS queue.
bulk(<any>...) - 接口 中的方法com.actionsoft.sdk.local.api.cc.EsAPI
批量写请求(增、删、改)
bulkWrite(String, List<? extends <any>>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.MongoDBAPI
Executes a mix of inserts, updates, replaces, and deletes.
bulkWrite(String, List<? extends <any>>, BulkWriteOptions) - 接口 中的方法com.actionsoft.sdk.local.api.cc.MongoDBAPI
Executes a mix of inserts, updates, replaces, and deletes.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
跳过导航链接
文档更新日期 : 20230525

Copyright © Actionsoft Co., Ltd. All Rights Reserved.