Mobile Adapter 接口
| Type | Name and description |
|---|---|
static String |
c1 |
static String |
c2 |
ProcessEngineService |
processEngineService |
ProcessNotificationService |
processNotificationService |
ProcessViewService |
processViewService |
bropen.framework.core.SettingService |
settingService |
| Type | Name and description |
|---|---|
Object |
getActions()获取操作按钮 |
Object |
getDecisiveOpinions()获取决定性意见 |
Object |
getDocumentPropertyValue()获取表单中的属性值 |
Object |
getNextActors()获取办理人及阅知人 |
Object |
getOpinions()获取意见及后续提交步骤 |
Object |
getProcessLog()获取流程日志 |
Object |
getReadLog()获取阅文日志 |
Object |
getSendtoreadCandidates()获取知会人(含搜索) |
Object |
getSequenceFlowGroups()计算提交分组 |
Object |
getSequenceFlows()获取路径及后续提交步骤 |
Object |
sendToread()发送阅知 |
Object |
show()打开表单 |
Object |
submit()提交到下一处理 & 保存意见 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
获取操作按钮
获取决定性意见
获取表单中的属性值
获取办理人及阅知人
获取意见及后续提交步骤
获取流程日志
获取阅文日志
获取知会人(含搜索)
计算提交分组
获取路径及后续提交步骤
发送阅知
打开表单
提交到下一处理 & 保存意见