跳过导航链接
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 _ 

S

SADAPI - com.actionsoft.sdk.local.api中的接口
SAD流程实例分库分表服务API接口。
saveAs(String) - 类 中的方法com.actionsoft.bpms.util.UtilFile
将当前文件另存到目标路径
saveUserInfo(UserContext, JSONObject) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
保存个人基本信息,该API只允许更新个人资料
schedule(String, String, String, String, String, int, long) - 接口 中的方法com.actionsoft.sdk.local.api.JobAPI
创建一个固定频率的定时器模型并加入执行调度
schedule(String, String, String, String, String, int, long, int) - 接口 中的方法com.actionsoft.sdk.local.api.JobAPI
创建一个固定频率的定时器模型并加入执行调度
schedule(String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.JobAPI
创建一个cron类型的定时器模型并加入执行调度
schedule(String, String, String, String, String, String, int) - 接口 中的方法com.actionsoft.sdk.local.api.JobAPI
创建一个cron类型的定时器模型并加入执行调度
SCOPE_TYPE_ACTIVITY - 类 中的静态变量com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
代理指定的流程节点
SCOPE_TYPE_ALL - 类 中的静态变量com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
代理全部流程
SCOPE_TYPE_DEPT - 类 中的静态变量com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
代理指定的发起部门
SCOPE_TYPE_PROCESS - 类 中的静态变量com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
代理部分流程
scopeId(String) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
一次节点实例化行为所产生的任务实例范围
scopeId(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
一次节点实例化行为所产生的任务实例范围
sDefaultDestination(Object) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
设置消息默认目的地
sDeliveryMode(int) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
设置发送模式
sDestinationResolver(DestinationResolver) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
 
SDK - com.actionsoft.sdk.local中的类
AWS BPM本地Java接口
SDK() - 类 的构造器com.actionsoft.sdk.local.SDK
 
search(String, SearchSourceBuilder) - 接口 中的方法com.actionsoft.sdk.local.api.cc.EsAPI
搜索方法
search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
ldap查询方法
search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
ldap查询方法
search(Name, String, int, String[], <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
Search for all objects matching the supplied filter.
search(String, String, int, String[], <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
 
search(Name, String, int, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
查询方法,返回所有属性
search(String, String, int, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
 
search(String, String, SearchControls, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
按SearchControls查询,返回所有属性
search(Name, String, SearchControls, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
 
search(String, String, int, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
Search for all objects matching the supplied filter.
search(String, String, SearchControls, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
 
searchForObject(String, String, SearchControls, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
Perform a search for a unique entry matching the specified search criteria and return the found object
searchForObject(String, String, int, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
查询一个对象
searchForObject(String, String, int, String[], <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.LDAPAPI
查询一个对象
securityLevel(int) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
指定保密级别的任务
securityLevel(int) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
指定保密级别的任务
securityLevel(int) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
指定保密级别的任务
send(MessageCreator) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Send a message to the default destination.
send(String, MessageCreator) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Send a message to the specified destination.
send(V) - 接口 中的方法com.actionsoft.sdk.local.api.cc.KafkaAPI
发送消息到默认topic
send(K, V) - 接口 中的方法com.actionsoft.sdk.local.api.cc.KafkaAPI
发送消息到默认topic
send(Integer, K, V) - 接口 中的方法com.actionsoft.sdk.local.api.cc.KafkaAPI
发送消息到默认topic
send(Integer, Long, K, V) - 接口 中的方法com.actionsoft.sdk.local.api.cc.KafkaAPI
发送消息到默认topic
sendAndReceive(MessageCreator) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Send a request message and receive the reply from a default destination.
sendAndReceive(String, MessageCreator) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Send a message and receive the reply from the specified destination.
sendDingdingAsync(String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
调用钉钉集成API接口(异步),以用户身份发送一条钉钉消息通知。
sendDingdingSync(String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
调用钉钉集成API接口(同步),以用户身份发送一条钉钉消息通知。
sendEMailAsync(String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
发送一封互联网电子邮件(异步)
sendEMailAsync(String, String, String, String, String, Map<String, byte[]>) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
发送一封含附件的互联网电子邮件(异步)
sendEMailAsyncByServer(String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
发送一封互联网电子邮件(异步)
sendEMailAsyncByServer(String, String, String, String, String, String, Map<String, byte[]>) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
发送一封含附件的互联网电子邮件(异步)
sendEMailSync(String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
发送一封互联网电子邮件(同步)
sendEMailSync(String, String, String, String, String, Map<String, byte[]>) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
发送一封含附件的互联网电子邮件(同步)
sendEMailSyncByServer(String, String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
发送一封互联网电子邮件(同步)
sendEMailSyncByServer(String, String, String, String, String, String, Map<String, byte[]>) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
发送一封含附件的互联网电子邮件(同步)
sendFeishuAsync(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
调用飞书集成API接口(异步),发送一条飞书消息通知。
sendFeishuSync(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
调用飞书集成API接口(同步),发送一条飞书消息通知。
sendKuaiYouMail(String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
调用快邮API接口,以用户身份发送一封内部或外部邮件。
sendKuaiYouMail(String, String, String, String, String, Map<String, byte[]>) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
调用快邮API接口,以用户身份发送一封内部或外部邮件。
sendKuaiYouMail(String, String, String, String, String, Map<String, byte[]>, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
调用快邮API接口,以用户身份发送一封内部或外部邮件。
sendMessage(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
给用户发送一条消息,默认同时向移动端设备发送。
sendMessage(String, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
给用户发送一条消息。
sendMessage(String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
给用户发送一条消息,默认同时向移动端设备发送。
sendMessage(String, String, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
给用户发送一条消息。
sendSMSAsync(String, String, Map<String, String>) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
发短信(异步)。
sendSMSSync(String, String, Map<String, String>) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
发短信(同步)。
sendSystemMessage(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
以admin身份给用户发送一条系统消息,默认同时向移动端设备发送。
sendSystemMessage(String, String, String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
以admin身份给用户发送一条系统消息。
sendTopic(String, V) - 接口 中的方法com.actionsoft.sdk.local.api.cc.KafkaAPI
发送消息到指定topic
sendTopic(String, K, V) - 接口 中的方法com.actionsoft.sdk.local.api.cc.KafkaAPI
发送消息到指定topic
sendTopic(String, Integer, K, V) - 接口 中的方法com.actionsoft.sdk.local.api.cc.KafkaAPI
发送消息到指定topic
sendTopic(String, Integer, Long, K, V) - 接口 中的方法com.actionsoft.sdk.local.api.cc.KafkaAPI
发送消息到指定topic
sendWechatAsync(WechatMessage, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
调用企业微信集成API接口(异步),以用户身份发送一条企业微信消息通知。
sendWechatSync(WechatMessage, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.NotificationAPI
调用企业微信集成API接口(同步),以用户身份发送一条企业微信消息通知。
serializer(<any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
已过时。
serializer(<any>, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
已过时。
serializer(<any>, <any>, <any>, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
设置key,value,hashKey,hashValue Serializer
series(String, Object) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
单个系列列表。
seriesPut(EChartsSeries) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
多个系列列表。
ServiceDelegate - com.actionsoft.bpms.bpmn.engine.servicetask中的类
java服务抽象类。
ServiceDelegate() - 类 的构造器com.actionsoft.bpms.bpmn.engine.servicetask.ServiceDelegate
 
ServiceTaskRuntimeConst - com.actionsoft.bpms.bpmn.constant中的接口
服务任务实例,运行时刻常量定义
SESSION_STATUS_ERROR - 接口 中的静态变量com.actionsoft.bpms.commons.session.constant.SessionConst
发生内部错误
SESSION_STATUS_FORBIDDEN - 接口 中的静态变量com.actionsoft.bpms.commons.session.constant.SessionConst
会话无效
SESSION_STATUS_LOGIN - 接口 中的静态变量com.actionsoft.bpms.commons.session.constant.SessionConst
该账户已有有效会话,适用于对账户控制单点登录策略
SESSION_STATUS_NOTFIND - 接口 中的静态变量com.actionsoft.bpms.commons.session.constant.SessionConst
会话不存在或已销毁
SESSION_STATUS_OK - 接口 中的静态变量com.actionsoft.bpms.commons.session.constant.SessionConst
会话有效
SESSION_STATUS_OVERTIME - 接口 中的静态变量com.actionsoft.bpms.commons.session.constant.SessionConst
会话已超时
SESSION_STATUS_USER_NOTFIND - 接口 中的静态变量com.actionsoft.bpms.commons.session.constant.SessionConst
用户不存在
SessionConst - com.actionsoft.bpms.commons.session.constant中的接口
Session常量
set(String, Object) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置BO的字段值
set(String, Object) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsSeries
设置序列属性
setAccessModes(ACAccessMode[]) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.ACPluginProfile
设置访问控制模式
setAccessSecurityType(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置数据安全访问级别
setActionName(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置审核菜单名称
setActivityName(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置留言的节点名
setAddressConfig(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置节点使用地址簿场景的配置信息
setAddUser(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
 
setAll(Map<String, Object>) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置该BO的全部数据
setAnimationDurationUpdate(long) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
数据更新动画的时长。
setAnimationEasingUpdate(String) - 类 中的方法com.actionsoft.bpms.commons.echarts.EChartsOption
数据更新动画的缓动效果。
setAppContext(AppContext) - 接口 中的方法com.actionsoft.apps.resource.plugin.profile.AWSPluginProfile
注册该该插件的App应用上下文
setAppId(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置AppId
setAppId(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setApplicantCompanyId(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置申请人单位ID
setApplicantDeptId(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置申请人部门IDnt
setApplicantRoleId(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置申请人角色ID
setApplicantUser(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置委托人账户
setAslp(String) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.AppExtensionProfile
 
setAssignmentTypes(String[]) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.ACPluginProfile
设置资源可分配范围
setAtContext(Object) - 接口 中的方法com.actionsoft.sdk.local.api.cc.EsAPI
设置 atContext
setBatchComplete(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置允许批量办理任务
setBeginTime(Timestamp) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
 
setBeginTime(Timestamp) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置生效时间
setBindId(String) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置该BO的流程实例BINDID
setBoId(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setBoItemName(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setBoName(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setButtons(List<ButtonModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置扩展按钮模型集合
setCall(boolean) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.AppExtensionProfile
 
setCancelProcess(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置允许起草者撤销的方法
setCancelProcessExclusiveActivities(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置不允许起草者撤销节点
setCancelProcessExclusiveRule(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置不允许起草者撤销的规则
setCancelTask(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置允许单步撤销的方法
setCategoryName(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程模型分类
setCCTask(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置是否允许传阅状态
setCcTaskButtonLabel(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置传阅按钮的名称文字
setCharset(String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置编码,默认为utf-8
setClaimTask(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置并签时是否提供抢先办理
setClosed(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程是否关闭的方法
setCloudInfo(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setCommands() - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
setCommands
setComment(TaskInstance, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
保存任务的审批留言(临时数据)。
setComment(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
保存任务的审批留言(临时数据)。
setCommentModels(List<CommentModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置审核菜单模型列表
setCommentPosition(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置审核菜单出现在用户表单的位置
setCommentsCycleCoverRule(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置意见往复覆盖规则
setCommentsLib(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置意见库开关
setCommentsLibFilter(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置意见库的过滤参数
setCommentsStyle(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置节点审核意见特定样式
setCompleteButtonLabel(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置办理按钮的名称文字
setCompletionCondition(double) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置并签完成率
setConfigValues(Map<String, String>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.servicetask.HelperService
设置配置值,服务容器调用
setConnectTimeout(int) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置连接超时时间,单位ms,默认2秒
setConnectTimeout(Integer) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RDSAPI
 
setContent(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutTextMessage
设置文本消息内容
setContentTokenId(String) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
设置应用内可安全处理的KeyId,为网盘、美站这类非登录用户提供匿名的安全下载通道
setContentType(ContentType) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置请求类型
setContextNeed(String) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.AtFormulaPluginProfile
设置执行该公式需要的核心上下文参数,多个用逗号隔开,用于语法校验和排除特定场景下隐藏不支持的公式,见常量说明
setConvertName(boolean) - 接口 中的方法com.actionsoft.sdk.local.api.cc.FtpAPI
是否编码转换,默认false
setCount(String) - 类 中的方法com.actionsoft.bpms.commons.mvc.view.Page
 
setCreateDate(Date) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置该BO的创建日期
setCreateDate(Timestamp) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置留言时间
setCreateDate(Timestamp) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setCreateTime(Timestamp) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置创建日期
setCreateTime(Timestamp) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
创建时间
setCreateTime(Long) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutMessage
设置消息创建时间
setCreateUser(String) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置该BO的创建人
setCreateUser(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置创建人
setCreateUser(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置留言人账户
setCreateUser(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setCreateUserName(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
 
setCredentials(Credentials) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置basic认证的用户名,密码
setCustomUniqueId(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ActivityModel
 
setData(Object) - 类 中的方法com.actionsoft.bpms.commons.mvc.view.ResponseObject
仅用于兼容老版本ResponseObject的复杂数据生成方法。
setData(String, byte[]) - 接口 中的方法com.actionsoft.sdk.local.api.cc.ZooKeeperAPI
设置节点数据
setDataShare(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置仅存储的数据是否多人可维护
setDataTrigger(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setDCMessage(DCMessage) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
给用户输出信息
setDCMessage(String, String) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
给用户输出信息
setDCProfile(DCPluginProfile) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
设置插件的描述配置信息
setDefaultInstanceTitle(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程默认标题
setDefaultSequenceFlow(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ActivityModel
 
setDelegateCompanyId(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置代理人单位ID
setDelegateDeptId(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置代理人部门ID
setDelegateReason(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置委托申请原因
setDelegateRoleId(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置代理人角色ID
setDelegateTask(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置是否提供委托办理
setDelegateTaskButtonLabel(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置转办按钮名称文字
setDelegateUser(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置代理人账户,多个空格隔开
setDepartmentName(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置留言人当时所在的部门名称,用于历史审计
setDeprecated(boolean) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.AtFormulaPluginProfile
设置当前公式是否被弃用,引擎处理,不展示到前端
setDescription(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.listener.BizBeanImpl
设置描述信息
setDescription(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setDescription(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutNewsMessage.Item
设置图文消息描述
setDescription(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutVideoMessage
设置视频消息的描述
setDeviceType(String) - 类 中的方法com.actionsoft.bpms.server.UserContext
改变用户访问设备
setDigitalSignature(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置数字签名
setDocumentationModels(Map<String, ProcessDocumentModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程模型中流程文档模型列表
setDraftRemove(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置在起草节点时提供作废按钮的方法
setDueTime(String, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
设置任务处理期限
setDwAppSchemaPolicy(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置DW数据方案的判断条件
setDynamicBehaviorType(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置动态活动节点类型
setDynamicJump(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置是否自由跳转状态
setDynamicJumpNums(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置自由跳转的节点编号
setDynamicTask(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置是否动态节点(支持加签、协同等)
setEmailNotifyTemplate(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置邮件通知模板
setEmailNotifyType(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置邮件通知策略
setEncrypt(boolean) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
设置附件是否加密存储的标志
setEnd(boolean) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置此BO流程实例是否结束
setEndTime(Timestamp) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
 
setEndTime(Timestamp) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置失效时间
setEngineType(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程引擎控制类型
setEvents(Map<String, EventModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程的事件列表
setEvictionPolicy(EvictionPolicy) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.CachePluginProfile
设置过期淘汰算法
setExecutable(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程是否可执行的方法
setExt1(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setExtendProperty(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ActivityModel
 
setExtendProperty(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置扩展属性
setExtParam(DCContext, String, Object) - 类 中的静态方法com.actionsoft.bpms.server.fs.dc.DCUtil
 
setExtParam(String) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
设置扩展参数
setExtParam(String, Object) - 类 中的方法com.actionsoft.bpms.server.UserContext
为当前session设置自定义的临时变量和值
setExtParameter(String, Map<String, String>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
设置流程实例扩展参数值,最多8个
setExtParameter(String, Map<String, String>) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
设置任务实例扩展参数值,最多8个。
setExtParams(Map<String, Object>) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
 
setExtParams(Map<String, Object>) - 类 中的方法com.actionsoft.bpms.server.UserContext
为当前session设置自定义的临时变量和值
setFetchSize(int) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RDSAPI
设置resultSet每次向数据库取的行数
setFieldTitlePolicy(String, String, String) - 接口 中的方法com.actionsoft.bpms.bpmn.engine.core.delegate.ProcessExecutionContext
程序指定BO字段标题(优先级最高)。
setFileLength(String) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
设置附件长度参数值
setFileName(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setFileName(String) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
设置文件名(原始未被加密处理的)
setFileNameShow(String) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
设置下载时显示给用户的附件名。
setFileSize(long) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setFormImpExps(List<FormImpExpModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置表单导入导出模型集合
setFormSets(List<FormSetModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置表单模型集合
setFormSummary(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setFormSummary(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setFormToKMSOption(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置入库策略类型
setFromUserName(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutMessage
设置消息发送人
setGateways(Map<String, GatewayModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程的网关列表
setGroupName(String) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.AtFormulaPluginProfile
设置分类名
setGroupName(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setGroups(Map<String, ArtifactModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程模型中Groups模型的列表
setHasFiles(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
 
setHistoryMaxVersion(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置历史最大版本号
setHistoryRoute(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置该实例的历史参与者优先
setHttpsContext(KeyStore, KeyStore, char[], int, String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置https上下文,默认总是信任证书身份
setHttpUrl(String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置url
setHumanPerformer(HumanPerformerModel) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置参与者模型
setHumanPerformerId(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置参与者ID
setHumanPerformerName(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置参与者名称
setIconFontCode(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setIconFontColor(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setId(String) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置BO的ID
setId(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置Comment Id
setId(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setId(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置策略ID
setId(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationScopeModel
 
setIgnoreMapRoleSelect(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setIgnoreTask(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
已过时。
该属性作废,已经放入getRouteTxt()的返回值中
setInitSecurityLayer(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置初始的保密级别
setInstName(String) - 类 中的方法com.actionsoft.bpms.server.UserContext
设置该会话之后的请求来自指定的AWS实例节点,在集群模式时有效
setIOBD(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ActivityModel
 
setIOBD(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置业务域高级分类信息
setIOC(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ActivityModel
 
setIOC(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置自定义高级分类信息
setIOR(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ActivityModel
 
setIOR(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置组织区域高级分类信息
setIOS(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ActivityModel
 
setIOS(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置系统高级分类信息
setIoX(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
设置流程实例关联的高级分类规则。
setIoX(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
设置任务实例关联的高级分类规则。
setIsForCompensation(Boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ActivityModel
 
setIsolationCompany(boolean) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.ACPluginProfile
设置分配的范围是否组织间隔离
setLanguages(String) - 类 中的方法com.actionsoft.bpms.server.UserContext
改变用户界面语言
setLeanStandard(float) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置精益标准
setLevel(int) - 类 中的方法com.actionsoft.bpms.commons.security.logging.model.Level
设置日志级别
setLoopCardinality(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置节点人数限制
setMailNotifyTemplate(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置邮件催办模板
setManaged(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程受管信息
setMapRoleSelectAtStart(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置启动时是否忽略身份选择的选项
setMatrixDistributed(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setMaxRows(int) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RDSAPI
设置resultSet最多返回的行数
setMediaId(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutImageMessage
设置对应企业号媒体库的素材Id
setMediaId(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutVideoMessage
设置对应企业号媒体库的素材Id
setMediaId(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutVoiceMessage
设置对应企业号媒体库的素材Id
setMessage(String) - 类 中的方法com.actionsoft.bpms.server.fs.dc.DCMessage
设置消息内容
setMessageDigest(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置加密摘要
setMethod(String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置请求方法
setMobileStart(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置允许手机客户端启动的方法
setModel(BOModel) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
 
setMonitorings(List<MonitoringModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置监控人工任务时限模型集合
setMsg(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置留言信息
setName(String) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.AppExtensionProfile
 
setNotifyConfig(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setNotifyConfig(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
 
setNotifyMessageTpl(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置通知内容模板
setNotifyPolicys(List<NotifyPolicyModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ActivityModel
 
setNull(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.cc.EsAPI
清空数据中属性数值
setOperatingAuthorization(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置操作权限
setOpinionOption(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置审核菜单控制选项
setOrderIndex(int) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setOrgAdminSecurity(boolean) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.ACPluginProfile
设置是否应用已设定的ORG管理权限
setOrgId(String) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置该BO的单位ID
setPage(String) - 类 中的方法com.actionsoft.bpms.commons.mvc.view.Page
 
setParams(Map<String, Object>) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.AppExtensionProfile
 
setPerformerOwner(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置执行人
setPicUrl(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutNewsMessage.Item
设置图片链接地址
setPositionName(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置留言人当时隶属的岗位名称,用于历史审计。
setPotentialOwnerId(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置候选人ID
setPotentialOwnerModel(PotentialOwnerModel) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置候选人模型
setPotentialOwnerName(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置候选人
setPrintConfig(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置打印参数配置信息
setPrintForm(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置是否允许打印状态
setPrintFormMaxTimes(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置打印次数最大值
setPriority(String, int) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
设置任务优先级,该操作只允许更新活动的待办任务
setProcessAccessPerm(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程访问权限
setProcessAdministrator(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程建模管理员
setProcessDefId(String) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置该BO的流程定义ID
setProcessGroupId(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setProcessGroupName(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程组名称
setProcessInstId(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置流程实例Id
setProcessInstId(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setProcessInstId(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置流程实例ID,如果该申请由流程审批
setProcessLevelType(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程级别
setProcessType(ProcessType) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程类型
setProperties(String, Map<String, String>) - 接口 中的方法com.actionsoft.sdk.local.api.AppAPI
批量保存应用自定义的系统参数值
setProperty(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.AppAPI
保存应用自定义的系统参数值
setProvider(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.listener.BizBeanImpl
设置提供商
setQuickStart(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置支持快速起草的方法
setRdsExecContext(RdsExecAPIContext) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RDSAPI
运行时日志所需参数
setReadTimeout(int) - 接口 中的方法com.actionsoft.sdk.local.api.cc.HttpAPI
设置读数据超时时间,单位ms,默认60秒
setReleaseTime(Timestamp) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置版本发布日期
setReleaseUser(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置版本正式发布人
setRemark(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setRemoveUser(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
 
setRepositoryName(String) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.DCPluginProfile
设置DC文件仓库根目录名
setResetLostHistory(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程撤销时是否删除旧的审批记录
setResourceId(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationScopeModel
 
setResourceName(String) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.ACPluginProfile
设置资源名称
setResourceType(String) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.ACPluginProfile
设置资源类别
setResourceType(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationScopeModel
 
setRoleIds(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置角色信息,一个JSON数据,格式["","",""]
setRouteRef(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
已过时。
已经作废
setRouteTxt(JSONObject) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置路由方案的属性,routeTxt中key 包括isHistoryRoute,diyRoute,routeRef,refStepUUID,refStepId, refRoleId1,teamId,roleId,routeType,stepUser,stepTogetherUser
setRouteType(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置路由方案类型
setScope(List<DelegationScopeModel>) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置指定的委托范围
setScopeType(String) - 类 中的方法com.actionsoft.bpms.commons.security.delegation.model.DelegationModel
设置委托类型
setSecurityFileName(String) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
设置加密后的文件名,只适用于需要高安全存储的文档仓库
setSecurityLayer(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置控制实例保密级别的方法
setSecurityLevel(int) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setSequenceFlows(Map<String, SequenceFlowModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置连线模型列表
setSequential(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置多例控制类型
setSession(UserContext) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
设置用户上下文
setShareOpinion(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置并签时是否显示审批意见
setShortMessageNotify(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
已过时。
已经作废,使用邮件通知应用接口实现
setShortMessageNotifyTemplate(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置短信催办的内容模板
setSignKey(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置签名证书
setSize(String) - 类 中的方法com.actionsoft.bpms.commons.mvc.view.Page
 
setSummary(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
设置任务概要,该操作只允许更新活动的待办任务
setSupplyComment(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置是否提供人工审核菜单状态
setSupplyUnusualTransfer(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置是否特事特办
setSyntax(String) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.AtFormulaPluginProfile
设置语法规则
setTaskBeginTime(Timestamp) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
 
setTaskEndTime(Timestamp) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
 
setTaskInstId(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.run.TaskCommentModel
设置任务实例Id
setTaskInstId(String) - 类 中的方法com.actionsoft.bpms.commons.formfile.model.FormFileModel
 
setTaskOpenType(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程的任务打开方式
setTasks(Map<String, ActivityModel>) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程的任务列表
setTheme(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setTimeDuration(long) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置合理的流程成本值
setTimeDuration(long) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置合理的流程成本值,单位毫秒
setTimeDurationText(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置合理的流程成本值
setTimeDurationText(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置合理的流程成本值(组合)
setTitle(String) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.AtFormulaPluginProfile
设置公式的简短标题说明
setTitle(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutNewsMessage.Item
设置图文消息标题
setTitle(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutVideoMessage
设置视频消息的标题
setTitle(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
设置流程标题
setTitle(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
设置任务标题,该操作只允许更新活动的待办任务
setToUserName(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutMessage
设置消息接收人
setTpl(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置一个流程为模版
setTplLockedInfo(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
 
setTplSource(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程模版的源
setTplUpdateLog(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置模版的更新日志
setTraceOpinion(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置是否显示历史审批记录
setTrackDiagramType(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程跟踪图展示类型
setTrackForm(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置通过流程跟踪查看表单信息的方法
setTransferPriority(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置是否传递优先级
setTransferRestriction(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置办理者范围限定在指定策略内
setTransferRestrictionType(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置范围限定策略类型
setTrash(String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
更新流程实例垃圾数据状态
setTrash(String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
更新任务实例垃圾数据状态
setTrashByProcessInstId(String, boolean) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
通过流程实例更新任务实例垃圾数据状态
setType(String) - 类 中的方法com.actionsoft.bpms.server.fs.dc.DCMessage
设置消息类型
setUpdateDate(Date) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置该BO的更新时间
setUpdateTime(Timestamp) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置最后一次修改日期
setUpdateUser(String) - 类 中的方法com.actionsoft.bpms.bo.engine.BO
设置该BO的修改人
setUpdateUser(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置最后一次修改人
setUrl(String) - 类 中的方法com.actionsoft.bpms.commons.wechat.bean.WechatOutNewsMessage.Item
设置点击图文消息的跳转链接
setUseColdPath(boolean) - 类 中的方法com.actionsoft.bpms.server.fs.DCContext
 
setUserInfo(UserContext, net.sf.json.JSONObject) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
已过时。
setUserProfileItem(String, String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
设置用户自定义的参数项
setUserProfileSchema(String, String, String, net.sf.json.JSONObject) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
已过时。
已经作废
setUserProfileSchema(String, String, String, JSONObject) - 接口 中的方法com.actionsoft.sdk.local.api.PortalAPI
设置用户自定义的参数结构
setValues(PreparedStatement, int) - 接口 中的方法com.actionsoft.bpms.commons.database.BatchPreparedStatementSetter
Set parameter values on the given PreparedStatement.
setVariable(String, Object) - 接口 中的方法com.actionsoft.bpms.bpmn.engine.core.delegate.ProcessExecutionContext
设置流程变量
setVariable(ProcessInstance, String, Object) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
为流程变量赋值
setVariable(String, String, Object) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过Id为流程变量赋值
setVariable(ProcessInstance, String, Object, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
设置具有指定范围的变量
setVariableByBusinessKey(String, String, Object) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过processBusinessKey为流程变量赋值
setVariables(Map<String, Object>) - 接口 中的方法com.actionsoft.bpms.bpmn.engine.core.delegate.ProcessExecutionContext
批量设置流程变量
setVariables(ProcessInstance, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
批量设置流程变量
setVariables(String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过Id为批量赋值流程变量
setVariables(ProcessInstance, Map<String, Object>, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
设置具有指定范围的变量列表
setVariablesByBusinessKey(String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过processBusinessKey为批量赋值流程变量
setVersion(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.listener.BizBeanImpl
设置版本号
setVersionId(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置流程版本ID
setVersionNo(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置版本号
setVersionStatus(int) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置版本状态
setWariningTimeDuration(long) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置警告的流程成本值
setWariningTimeDuration(long) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置警告的流程成本值,单位毫秒
setWariningTimeDurationText(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
设置警告的流程成本值(组合)
setWariningTimeDurationText(String) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.UserTaskModel
设置警告的流程成本值(组合)
setWorklistPopMini(boolean) - 类 中的方法com.actionsoft.bpms.bpmn.engine.model.def.ProcessDefinition
已过时。
该属性已经作废
sExplicitQosEnabled(boolean) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
 
SHA256 - com.actionsoft.bpms.util中的类
HmacSHA256计算消息摘要 基于哈希的消息验证代码 (HMAC) 将密钥与消息数据混合,使用哈希函数对结果进行哈希处理,再次将哈希值与密钥混合,然后第二次应用哈希函数。
SHA256() - 类 的构造器com.actionsoft.bpms.util.SHA256
 
shapeDesc(String) - 接口 中的方法com.actionsoft.sdk.local.api.PALDiagramQueryAPI
查询符合条件的图形的集合
shapeId(String) - 接口 中的方法com.actionsoft.sdk.local.api.PALDiagramQueryAPI
查询符合条件的图形的集合
shapeName(String) - 接口 中的方法com.actionsoft.sdk.local.api.PALDiagramQueryAPI
查询符合条件的图形的集合
shapeType(String) - 接口 中的方法com.actionsoft.sdk.local.api.PALDiagramQueryAPI
查询符合条件的图形的集合
signalEventReceived(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
将信号发送给订阅的捕获信号事件(Signal Intermediate Catch Event)、边界信号事件(Signal Boundary Interrputing Event)的中断类任务实例进行匹配,匹配成功结束该类任务并沿流程后继路线继续执行
signalEventReceived(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
将信号发送给订阅的捕获信号事件(Signal Intermediate Catch Event)、边界信号事件(Signal Boundary Interrputing Event)的中断类任务实例进行匹配,匹配成功结束该类任务并沿流程后继路线继续执行
signalEventReceived(String, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
将信号发送给订阅的捕获信号事件(Signal Intermediate Catch Event)、边界信号事件(Signal Boundary Interrputing Event)的中断类任务实例进行匹配,匹配成功结束该类任务并沿流程后继路线继续执行
signalStartEventReceived(String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
将信号发送给信号开始事件(Signal Start Event)进行匹配,匹配成功启动对应流程
signalStartEventReceived(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
将信号发送给订阅的信号开始事件(Signal Start Event)进行匹配,匹配成功启动对应流程
signalStartEventReceived(String, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
将信号发送给订阅的信号开始事件(Signal Start Event)进行匹配,匹配成功启动对应流程
signalStartEventReceived(String, String, String, String, String, String, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
捕获一个信号,将信号发送给订阅的信号开始事件(Signal Start Event)进行匹配,匹配成功启动对应流程
simulation2End(UserContext, ProcessInstance, TaskInstance) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
评估条件并模拟获得当前向后可能推进到的的分支节点,不产生任何实例数据,不触发非路由类的业务事件。
simulation2End(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
评估条件并模拟获得当前向后可能推进到的的分支节点,不产生任何实例数据,不触发非路由类的业务事件。
simulationNextPath(UserContext, ProcessInstance, TaskInstance) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
评估条件并模拟获得当前向后可能推进到的分支节点,不产生任何实例数据,不触发非路由类的业务事件。
simulationNextPath(String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
评估条件并模拟获得当前向后可能推进到的的分支节点,不产生任何实例数据,不触发非路由类的业务事件。
SimulationPath - com.actionsoft.bpms.bpmn.engine.core.delegate中的接口
用于查询引擎将要做什么,模拟推演后继路径。
SINGLE_LEAVE_STATUS_ASSIGN - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.TaskRuntimeConst
可以推进到下个节点
SINGLE_LEAVE_STATUS_PROCESSEND - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.TaskRuntimeConst
可以结束流程
SINGLE_LEAVE_STATUS_TASKEND - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.TaskRuntimeConst
该任务执行完后什么都不做
size() - 类 中的方法com.actionsoft.bpms.commons.cache.Cache
获得当前缓存对象个数。
SkinsPluginProfile - com.actionsoft.apps.resource.plugin.profile中的类
门户主题风格插件接口描述对象
SkinsPluginProfile(String, boolean) - 类 的构造器com.actionsoft.apps.resource.plugin.profile.SkinsPluginProfile
构造
SkinsPluginProfile(String, boolean, boolean) - 类 的构造器com.actionsoft.apps.resource.plugin.profile.SkinsPluginProfile
构造
SLAAlarmEvent - com.actionsoft.bpms.commons.log.sla.model中的接口
告警事件日志记录
SLAAPI - com.actionsoft.sdk.local.api中的接口
SLA服务等级协议接口API。
SLACollectionDataOfDay - com.actionsoft.bpms.commons.log.sla.model中的接口
以1天为单位的SLA指标值
SLACollectionDataOfHour - com.actionsoft.bpms.commons.log.sla.model中的接口
以1小时为单位的SLA指标值
SLACollectionDataOfMinute - com.actionsoft.bpms.commons.log.sla.model中的接口
以5分钟为单位的SLA指标值
SLAConst - com.actionsoft.bpms.commons.log.sla.constant中的接口
SLA常量定义
sMessageIdEnabled(boolean) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Set whether message IDs are enabled.
sMessageTimestampEnabled(boolean) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Set whether message timestamps are enabled.
SOAPAPI - com.actionsoft.sdk.local.api.cc中的接口
CC SOAP连接的客户端封装,使用动态代理的同步调用方式发起http协议调用 支持日志和审计的操作:SEI接口
sort(<any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
已过时。
sort(<any>, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
已过时。
sort(<any>, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
已过时。
sort(<any>, <any>, <any>) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
已过时。
sort(<any>, K) - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
已过时。
SORT_ASC - 接口 中的静态变量com.actionsoft.bpms.commons.mvc.dao.IDaoObject
 
SORT_DESC - 接口 中的静态变量com.actionsoft.bpms.commons.mvc.dao.IDaoObject
 
sortedSetCommands() - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
sortedSetCommands
sortProcessListByCreateTime(List<ProcessDefinition>) - 接口 中的方法com.actionsoft.sdk.local.api.RepositoryAPI
按照流程创建时间升序排列
sortProcessListByCreateTimeDesc(List<ProcessDefinition>) - 接口 中的方法com.actionsoft.sdk.local.api.RepositoryAPI
按照流程成就时间倒序排列
sortProcessListByName(List<ProcessDefinition>) - 接口 中的方法com.actionsoft.sdk.local.api.RepositoryAPI
按照流程组名称以及流程名称排序
split(String) - 类 中的方法com.actionsoft.bpms.util.UtilString
按指定分隔符分割字符串到List
sPriority(int) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
设置消息优先级
sql(String) - 接口 中的方法com.actionsoft.bpms.commons.query.Query
执行一个自定义的sql,注意该sql返回记录必须能够正确识别成该Query的Model对象
SQLPagination - com.actionsoft.bpms.commons.pagination中的类
根据数据库类型获取数据库分页SQL语句
SQLPagination() - 类 的构造器com.actionsoft.bpms.commons.pagination.SQLPagination
 
SQLSERVER_NOLOCK - 类 中的静态变量com.actionsoft.bpms.util.DBSql
适用于SQLServer。
SQLSERVER_ROWLOCK - 类 中的静态变量com.actionsoft.bpms.util.DBSql
适用于SQLServer。
sReceiveTimeout(long) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Set the timeout to use for receive calls (in milliseconds).
sSessionAcknowledgeMode(int) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
设置确认模式
sSessionTransacted(boolean) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Set the transaction mode that is used when creating a JMS Session.
SSL - 接口 中的静态变量com.actionsoft.sdk.local.api.cc.HttpAPI
 
start(ProcessInstance) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
启动流程, 使用第1个NoneStartEvent来启动该流程。
start(ProcessInstance, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
启动流程,如果未指定startEvent事件, 系统默认使用第1个NoneStartEvent来启动该流程。
start(ProcessInstance, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
启动流程, 使用第1个NoneStartEvent来启动该流程。
START_SECURITY_TYPE_GROUP - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
按权限组授权流程启动权限
START_SECURITY_TYPE_ORG - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
按组织结构授权流程启动权限
START_SECURITY_TYPE_ROLE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
按角色授权流程启动权限
START_SECURITY_TYPE_TEAM - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
按团队授权流程启动权限
START_TYPE_MAINPROCESS - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
主流程
START_TYPE_NORMAL - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
不指定(可以是主流程,也可以是子流程)
START_TYPE_SUB_PROCESS - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ProcessDefinitionConst
子流程,不允许独立启动
startByBusinessKey(String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过processBusinessKey启动流程, 使用第1个NoneStartEvent来启动该流程。
startByBusinessKey(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过processBusinessKey启动流程。
startByBusinessKey(String, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
通过processBusinessKey启动流程, 使用第1个NoneStartEvent来启动该流程。
startById(String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过id启动流程, 使用第1个NoneStartEvent来启动该流程。
startById(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过id启动流程。
startById(String, Timestamp) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessDataLoaderAPI
通过id启动流程, 使用第1个NoneStartEvent来启动该流程。
startByMessage(String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
消息启动事件
startByMessage(String, String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
消息启动事件
startByMessage(String, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
消息启动事件
startByMessage(String, String, String, String, String, String, Map<String, Object>) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
消息启动事件
started() - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
已经启动的实例
STATE_ACTIVE - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ServiceTaskRuntimeConst
活动状态
STATE_CACHE_TYPE_ARCHIVES - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
从归档档案库打开任务的表单状态(内存状态)(8)
STATE_CACHE_TYPE_BO_RECORD - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
仅存储的数据维护(内存状态)(0)
STATE_CACHE_TYPE_FORM_NO_PROCESS - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
仅表单无工作流相关数据的表单状态(内存状态)(7)
STATE_CACHE_TYPE_FORM_PRINT - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
只读打印的表单状态(内存状态)(6)
STATE_COMPENSATED - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ServiceTaskRuntimeConst
补偿状态
STATE_COMPENSATING - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ServiceTaskRuntimeConst
补偿中间状态
STATE_COMPLETED - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ServiceTaskRuntimeConst
结束状态
STATE_COMPLETING - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ServiceTaskRuntimeConst
结束中间状态
STATE_FAILED - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ServiceTaskRuntimeConst
出错状态
STATE_FAILING - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ServiceTaskRuntimeConst
出错中间状态
STATE_TERMINATED - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ServiceTaskRuntimeConst
中止状态
STATE_TERMINATING - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.ServiceTaskRuntimeConst
中止中间状态
STATE_TYPE_ADHOC - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
Ad-Hoc类的动态任务,如加签、协作(11)
STATE_TYPE_CC - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
只读传阅类任务(2)
STATE_TYPE_SYSTEM_NOTIFY - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
只读系统通知类任务(9)
STATE_TYPE_TRANSACT - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
常规的人工待办任务(1)
STATE_TYPE_WAIT - 接口 中的静态变量com.actionsoft.bpms.bpmn.constant.UserTaskRuntimeConst
加签等待类任务(4)
sTimeToLive(long) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
Set the time-to-live of the message when sending.
sTopic(boolean) - 接口 中的方法com.actionsoft.sdk.local.api.cc.JmsAPI
设置是否topic
stream() - 类 中的方法com.actionsoft.bpms.commons.cache.Cache
获取一个不保证缓存顺序的串行流
stringCommandOps() - 接口 中的方法com.actionsoft.sdk.local.api.cc.RedisAPI
stringCommandOps
sub(double, double) - 类 中的静态方法com.actionsoft.bpms.util.UtilNumber
精确的减法运算
sub(String, String) - 类 中的静态方法com.actionsoft.bpms.util.UtilNumber
精确的减法运算
subProcess() - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
子流程实例
subUserTaskInstance(String, String, String, String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
去除已经创建的且未办理的调度任务(顺序多实例)或者任务实例(并行多实例)
SUCCESS - 类 中的静态变量com.actionsoft.bpms.commons.mvc.view.ResponseObject
成功状态
supportClaimTask(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
查询结果合并从公共池待认领的任务,该特性受bpmn.properties文件ENGINE_CLAIM_SUPPORT配置的影响, 引擎支持的公共池任务类型包括团队、角色和部门
supportDelegateTask() - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
查询结果合并可代理的委托任务,除claim类型共享任务外,都允许代理人处理,代理范围权限和有效期由委托申请存根提供。
supportPartitionUnion(String[], String) - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
从归档库查询任务数据
supportStoreAdapte(boolean) - 类 中的方法com.actionsoft.apps.resource.plugin.profile.DCPluginProfile
 
supportUnion() - 接口 中的方法com.actionsoft.sdk.local.api.HistoryTaskQueryAPI
本次查询支持联合WFC表活动的任务数据
suspend(ProcessInstance) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
挂起流程实例,挂起的流程实例被暂停执行
suspend(String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过id挂起流程实例,挂起的流程实例被暂停执行
suspend(TaskInstance) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
挂起任务实例,挂起的任务实例被暂停执行。
suspend(String) - 接口 中的方法com.actionsoft.sdk.local.api.TaskAPI
挂起任务实例,挂起的任务实例被暂停执行。
suspendByBusinessKey(String) - 接口 中的方法com.actionsoft.sdk.local.api.ProcessAPI
通过processBusinessKey挂起流程实例,挂起的流程实例被暂停执行。
suspendedProcess() - 接口 中的方法com.actionsoft.sdk.local.api.ProcessQueryAPI
已挂起的流程实例
suspendedTask() - 接口 中的方法com.actionsoft.sdk.local.api.TaskQueryAPI
已暂时挂起的任务
SYSTEM_ADMIN_CONSOLE - 接口 中的静态变量com.actionsoft.bpms.commons.login.constant.LoginConst
控制台
SYSTEM_COE - 接口 中的静态变量com.actionsoft.bpms.commons.login.constant.LoginConst
CoE平台
SYSTEM_DEFAULT_OFFSET - 类 中的静态变量com.actionsoft.bpms.util.UtilDate
当前JVM的时区偏移量(分钟)
SYSTEM_DEFAULT_ZONE_ID - 类 中的静态变量com.actionsoft.bpms.util.UtilDate
当前JVM的时区ID对象
SYSTEM_DEFAULT_ZONE_OFFSET - 类 中的静态变量com.actionsoft.bpms.util.UtilDate
当前JVM的时区偏移量对象
SYSTEM_PORTAL_CLIENT - 接口 中的静态变量com.actionsoft.bpms.commons.login.constant.LoginConst
BPM门户客户端
systemName(String) - 接口 中的方法com.actionsoft.sdk.local.api.PALRepositoryQueryAPI
执行系统名称
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.